Uses of Interface
org.apache.hadoop.hdfs.server.aliasmap.InMemoryAliasMapProtocol
Packages that use InMemoryAliasMapProtocol
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of InMemoryAliasMapProtocol in org.apache.hadoop.hdfs.protocolPB
Classes in org.apache.hadoop.hdfs.protocolPB that implement InMemoryAliasMapProtocolModifier and TypeClassDescriptionclassThis class is the client side translator to translate requests made to theInMemoryAliasMapProtocolinterface to the RPC server implementingAliasMapProtocolPB.Methods in org.apache.hadoop.hdfs.protocolPB that return types with arguments of type InMemoryAliasMapProtocolModifier and TypeMethodDescriptionstatic Collection<InMemoryAliasMapProtocol>InMemoryAliasMapProtocolClientSideTranslatorPB.init(org.apache.hadoop.conf.Configuration conf) Constructors in org.apache.hadoop.hdfs.protocolPB with parameters of type InMemoryAliasMapProtocolModifierConstructorDescription -
Uses of InMemoryAliasMapProtocol in org.apache.hadoop.hdfs.server.aliasmap
Classes in org.apache.hadoop.hdfs.server.aliasmap that implement InMemoryAliasMapProtocolModifier and TypeClassDescriptionclassInMemoryAliasMap is an implementation of the InMemoryAliasMapProtocol for use with LevelDB.classInMemoryLevelDBAliasMapServer is the entry point from the Namenode into theInMemoryAliasMap.