A B C D E F G H I L M N O P Q R S T U V W Z 
All Classes All Packages

A

abandonBlock(ExtendedBlock, long, String, String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
abandonBlock(ExtendedBlock, long, String, String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
AbstractRouterRpcFairnessPolicyController - Class in org.apache.hadoop.hdfs.server.federation.fairness
Base fairness policy that implements @RouterRpcFairnessPolicyController.
AbstractRouterRpcFairnessPolicyController() - Constructor for class org.apache.hadoop.hdfs.server.federation.fairness.AbstractRouterRpcFairnessPolicyController
 
acquirePermit(String) - Method in class org.apache.hadoop.hdfs.server.federation.fairness.AbstractRouterRpcFairnessPolicyController
 
acquirePermit(String) - Method in class org.apache.hadoop.hdfs.server.federation.fairness.NoRouterRpcFairnessPolicyController
 
acquirePermit(String) - Method in interface org.apache.hadoop.hdfs.server.federation.fairness.RouterRpcFairnessPolicyController
Request permission for a specific name service to continue the call and connect to downstream name node.
ACTIVE - org.apache.hadoop.hdfs.server.federation.resolver.FederationNamenodeServiceState
 
ActiveNamenodeResolver - Interface in org.apache.hadoop.hdfs.server.federation.resolver
Locates the most active NN for a given nameservice ID or blockpool ID.
addBlock(String, String, ExtendedBlock, DatanodeInfo[], long, String[], EnumSet<AddBlockFlag>) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
Excluded and favored nodes are not verified and will be ignored by placement policy if they are not in the same nameservice as the file.
addBlock(String, String, ExtendedBlock, DatanodeInfo[], long, String[], EnumSet<AddBlockFlag>) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
Excluded and favored nodes are not verified and will be ignored by placement policy if they are not in the same nameservice as the file.
addCacheDirective(CacheDirectiveInfo, EnumSet<CacheFlag>) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterCacheAdmin
 
addCacheDirective(CacheDirectiveInfo, EnumSet<CacheFlag>) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
addCacheDirective(CacheDirectiveInfo, EnumSet<CacheFlag>) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
addCachePool(CachePoolInfo) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterCacheAdmin
 
addCachePool(CachePoolInfo) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
addCachePool(CachePoolInfo) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
addConnection(ConnectionContext) - Method in class org.apache.hadoop.hdfs.server.federation.router.ConnectionPool
Add a connection to the current pool.
addDestination(String, String) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MountTablePBImpl
 
addDestination(String, String) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MountTable
Add a new destination to this mount table entry.
addEntry(MountTable) - Method in class org.apache.hadoop.hdfs.server.federation.resolver.MountTableResolver
Add a mount entry to the table.
addErasureCodingPolicies(ErasureCodingPolicy[]) - Method in class org.apache.hadoop.hdfs.server.federation.router.ErasureCoding
 
addErasureCodingPolicies(ErasureCodingPolicy[]) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
addErasureCodingPolicies(ErasureCodingPolicy[]) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
addFailure(long) - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NullStateStoreMetrics
 
addFailure(long) - Method in class org.apache.hadoop.hdfs.server.federation.metrics.StateStoreMetrics
 
addLocation(String) - Method in class org.apache.hadoop.hdfs.server.federation.utils.ConsistentHashRing
Add entry to consistent hash ring.
addLocation(String, int) - Method in class org.apache.hadoop.hdfs.server.federation.utils.ConsistentHashRing
Add entry to consistent hash ring.
addMount(String[], int) - Method in class org.apache.hadoop.hdfs.tools.federation.RouterAdmin
Add a mount table entry or update if it exists.
addMount(AddMountAttributes) - Method in class org.apache.hadoop.hdfs.tools.federation.RouterAdmin
Add a mount table entry or update if it exists.
AddMountAttributes - Class in org.apache.hadoop.hdfs.tools.federation
Add mount entry attributes to be used by Router admin.
AddMountAttributes() - Constructor for class org.apache.hadoop.hdfs.tools.federation.AddMountAttributes
 
addMountTableEntries(AddMountTableEntriesRequest) - Method in class org.apache.hadoop.hdfs.protocolPB.RouterAdminProtocolTranslatorPB
 
addMountTableEntries(AddMountTableEntriesRequest) - Method in interface org.apache.hadoop.hdfs.server.federation.resolver.MountTableManager
Add multiple entries to the mount table.
addMountTableEntries(AddMountTableEntriesRequest) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterAdminServer
 
addMountTableEntries(AddMountTableEntriesRequest) - Method in class org.apache.hadoop.hdfs.server.federation.store.impl.MountTableStoreImpl
 
addMountTableEntries(RpcController, HdfsServerFederationProtos.AddMountTableEntriesRequestProto) - Method in class org.apache.hadoop.hdfs.protocolPB.RouterAdminProtocolServerSideTranslatorPB
 
AddMountTableEntriesRequest - Class in org.apache.hadoop.hdfs.server.federation.store.protocol
API request for adding all mount table entries to the state store.
AddMountTableEntriesRequest() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.AddMountTableEntriesRequest
 
AddMountTableEntriesRequestPBImpl - Class in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb
Protobuf implementation of the state store API object addMountTableEntriesRequest.
AddMountTableEntriesRequestPBImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.AddMountTableEntriesRequestPBImpl
 
AddMountTableEntriesRequestPBImpl(HdfsServerFederationProtos.AddMountTableEntriesRequestProto) - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.AddMountTableEntriesRequestPBImpl
 
AddMountTableEntriesResponse - Class in org.apache.hadoop.hdfs.server.federation.store.protocol
API response for adding multiple mount table entries to the state store.
AddMountTableEntriesResponse() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.AddMountTableEntriesResponse
 
AddMountTableEntriesResponsePBImpl - Class in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb
Protobuf implementation of the state store API object addMountTableEntriesResponse.
AddMountTableEntriesResponsePBImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.AddMountTableEntriesResponsePBImpl
 
AddMountTableEntriesResponsePBImpl(HdfsServerFederationProtos.AddMountTableEntriesResponseProto) - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.AddMountTableEntriesResponsePBImpl
 
addMountTableEntry(AddMountTableEntryRequest) - Method in class org.apache.hadoop.hdfs.protocolPB.RouterAdminProtocolTranslatorPB
 
addMountTableEntry(AddMountTableEntryRequest) - Method in interface org.apache.hadoop.hdfs.server.federation.resolver.MountTableManager
Add an entry to the mount table.
addMountTableEntry(AddMountTableEntryRequest) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterAdminServer
 
addMountTableEntry(AddMountTableEntryRequest) - Method in class org.apache.hadoop.hdfs.server.federation.store.impl.MountTableStoreImpl
When add mount table entry, it needs WRITE permission of the nearest parent entry if exist, and EXECUTE permission of other ancestor entries.
addMountTableEntry(RpcController, HdfsServerFederationProtos.AddMountTableEntryRequestProto) - Method in class org.apache.hadoop.hdfs.protocolPB.RouterAdminProtocolServerSideTranslatorPB
 
AddMountTableEntryRequest - Class in org.apache.hadoop.hdfs.server.federation.store.protocol
API request for adding a mount table entry to the state store.
AddMountTableEntryRequest() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.AddMountTableEntryRequest
 
AddMountTableEntryRequestPBImpl - Class in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb
Protobuf implementation of the state store API object AddMountTableEntryRequest.
AddMountTableEntryRequestPBImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.AddMountTableEntryRequestPBImpl
 
AddMountTableEntryRequestPBImpl(HdfsServerFederationProtos.AddMountTableEntryRequestProto) - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.AddMountTableEntryRequestPBImpl
 
AddMountTableEntryResponse - Class in org.apache.hadoop.hdfs.server.federation.store.protocol
API response for adding a mount table entry to the state store.
AddMountTableEntryResponse() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.AddMountTableEntryResponse
 
AddMountTableEntryResponsePBImpl - Class in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb
Protobuf implementation of the state store API object AddMountTableEntryResponse.
AddMountTableEntryResponsePBImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.AddMountTableEntryResponsePBImpl
 
AddMountTableEntryResponsePBImpl(HdfsServerFederationProtos.AddMountTableEntryResponseProto) - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.AddMountTableEntryResponsePBImpl
 
addOrUpdateToken(AbstractDelegationTokenIdentifier, AbstractDelegationTokenSecretManager.DelegationTokenInformation, boolean) - Method in class org.apache.hadoop.hdfs.server.federation.router.security.token.ZKDelegationTokenSecretManagerImpl
 
addProcessingTime(long) - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMetrics
Add the time to process a request in the Router from the time we receive the call until we send it to the Namenode.
addProxyTime(long) - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NameserviceRPCMetrics
Add the time to proxy an operation from the moment the Router sends it to the Namenode until it replied.
addProxyTime(long, FederationNamenodeServiceState) - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMetrics
Add the time to proxy an operation from the moment the Router sends it to the Namenode until it replied.
addRead(long) - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NullStateStoreMetrics
 
addRead(long) - Method in class org.apache.hadoop.hdfs.server.federation.metrics.StateStoreMetrics
 
addRemove(long) - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NullStateStoreMetrics
 
addRemove(long) - Method in class org.apache.hadoop.hdfs.server.federation.metrics.StateStoreMetrics
 
addResolver(DestinationOrder, OrderedResolver) - Method in class org.apache.hadoop.hdfs.server.federation.resolver.MultipleDestinationMountTableResolver
 
addWrite(long) - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NullStateStoreMetrics
 
addWrite(long) - Method in class org.apache.hadoop.hdfs.server.federation.metrics.StateStoreMetrics
 
advanceClientStateId(Long) - Method in class org.apache.hadoop.hdfs.server.federation.router.PoolAlignmentContext
 
allowSnapshot(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
allowSnapshot(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
allowSnapshot(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterSnapshot
 
andByStorageType(Predicate<StorageType>) - Static method in class org.apache.hadoop.hdfs.server.federation.router.Quota
Invoke predicate by each storage type and bitwise AND the results.
append(String, String, EnumSetWritable<CreateFlag>) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
append(String, String, EnumSetWritable<CreateFlag>) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
AvailableSpaceResolver - Class in org.apache.hadoop.hdfs.server.federation.resolver.order
Order the destinations based on available space.
AvailableSpaceResolver(Configuration, Router) - Constructor for class org.apache.hadoop.hdfs.server.federation.resolver.order.AvailableSpaceResolver
 

B

BALANCER_PREFERENCE_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.resolver.order.AvailableSpaceResolver
 
BALANCER_PREFERENCE_KEY - Static variable in class org.apache.hadoop.hdfs.server.federation.resolver.order.AvailableSpaceResolver
Increases chance of files on subcluster with more available space.
BaseRecord - Class in org.apache.hadoop.hdfs.server.federation.store.records
Abstract base of a data record in the StateStore.
BaseRecord() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.records.BaseRecord
 
build() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterQuotaUsage.Builder
 
build() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.FederationProtocolPBTranslator
Get the serialized proto object.
Builder() - Constructor for class org.apache.hadoop.hdfs.server.federation.router.RouterQuotaUsage.Builder
 

C

CachedRecordStore<R extends BaseRecord> - Class in org.apache.hadoop.hdfs.server.federation.store
Record store that takes care of caching the records in memory.
CachedRecordStore(Class<R>, StateStoreDriver) - Constructor for class org.apache.hadoop.hdfs.server.federation.store.CachedRecordStore
Create a new cached record store.
CachedRecordStore(Class<R>, StateStoreDriver, boolean) - Constructor for class org.apache.hadoop.hdfs.server.federation.store.CachedRecordStore
Create a new cached record store.
cancelDelegationToken(Token<DelegationTokenIdentifier>) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
cancelDelegationToken(Token<DelegationTokenIdentifier>) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
cancelDelegationToken(Token<DelegationTokenIdentifier>) - Method in class org.apache.hadoop.hdfs.server.federation.router.security.RouterSecurityManager
 
cancelToken(Token<AbstractDelegationTokenIdentifier>, String) - Method in class org.apache.hadoop.hdfs.server.federation.router.security.token.ZKDelegationTokenSecretManagerImpl
 
checkAccess(String, FsAction) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
checkAccess(String, FsAction) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
checkExpired(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.BaseRecord
Called when the modification time and current time is available, checks for expirations.
checkExpired(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
 
checkExpired(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.RouterState
 
checkPermission(MountTable, FsAction) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterPermissionChecker
Whether a mount table entry can be accessed by the current context.
checkSuperuserPrivilege() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterPermissionChecker
Check the superuser privileges of the current RPC caller.
chooseFirstNamespace(String, PathLocation) - Method in class org.apache.hadoop.hdfs.server.federation.resolver.order.AvailableSpaceResolver
 
chooseFirstNamespace(String, PathLocation) - Method in class org.apache.hadoop.hdfs.server.federation.resolver.order.LocalResolver
Get the local name space.
chooseFirstNamespace(String, PathLocation) - Method in class org.apache.hadoop.hdfs.server.federation.resolver.order.RouterResolver
Choose the first namespace from queried subcluster mapping info.
clear() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.MountTableResolver
Clears all data.
clear() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterQuotaManager
Clean up the cache.
close() - Method in class org.apache.hadoop.hdfs.protocolPB.RouterAdminProtocolTranslatorPB
 
close() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCPerformanceMonitor
 
close() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
De-register the JMX interfaces.
close() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.RBFMetrics
Unregister the JMX beans.
close() - Method in class org.apache.hadoop.hdfs.server.federation.router.ConnectionContext
 
close() - Method in class org.apache.hadoop.hdfs.server.federation.router.ConnectionManager
Stop the connection manager by closing all the pools.
close() - Method in class org.apache.hadoop.hdfs.server.federation.router.ConnectionPool
Close the connection pool.
close() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClient
 
close() - Method in interface org.apache.hadoop.hdfs.server.federation.router.RouterRpcMonitor
Close the monitor.
close() - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileBaseImpl
 
close() - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileImpl
 
close() - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileSystemImpl
 
close() - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreMySQLImpl
 
close() - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreZooKeeperImpl
 
close() - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.StateStoreDriver
Close the State Store driver connection.
close(boolean) - Method in class org.apache.hadoop.hdfs.server.federation.router.ConnectionContext
Close a connection.
closeDriver() - Method in class org.apache.hadoop.hdfs.server.federation.store.StateStoreService
Manually shuts down the driver.
closeRouterClient(RouterClient) - Method in class org.apache.hadoop.hdfs.server.federation.router.MountTableRefresherService
 
COLON_MARK - Static variable in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreSerializableImpl
Mark for colon in path names.
compare(FederationNamenodeContext, FederationNamenodeContext) - Method in class org.apache.hadoop.hdfs.server.federation.resolver.NamenodePriorityComparator
 
compareNameTo(MembershipState) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
Sort by nameservice, namenode, and router.
compareTo(ConnectionPoolId) - Method in class org.apache.hadoop.hdfs.server.federation.router.ConnectionPoolId
 
compareTo(RemoteLocationContext) - Method in class org.apache.hadoop.hdfs.server.federation.resolver.FederationNamespaceInfo
 
compareTo(RemoteLocationContext) - Method in class org.apache.hadoop.hdfs.server.federation.router.RemoteLocationContext
 
compareTo(BaseRecord) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.BaseRecord
 
compareTo(BaseRecord) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
First use the comparator of the BaseRecord to compare the date modified.
compareTo(BaseRecord) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.RouterState
 
complete(String, String, ExtendedBlock, long) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
complete(String, String, ExtendedBlock, long) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
concat(String, String[]) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
concat(String, String[]) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
CONCURRENT - Static variable in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCPerformanceMonitor
 
CONCURRENT_NS - Static variable in class org.apache.hadoop.hdfs.server.federation.fairness.RouterRpcFairnessConstants
Name service keyword to identify fan-out calls.
CONNECTION_DRIVER - Static variable in interface org.apache.hadoop.hdfs.server.federation.router.security.token.SQLConnectionFactory
 
CONNECTION_DRIVER - Static variable in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreMySQLImpl
 
CONNECTION_PASSWORD - Static variable in interface org.apache.hadoop.hdfs.server.federation.router.security.token.SQLConnectionFactory
 
CONNECTION_PASSWORD - Static variable in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreMySQLImpl
 
CONNECTION_URL - Static variable in interface org.apache.hadoop.hdfs.server.federation.router.security.token.SQLConnectionFactory
 
CONNECTION_URL - Static variable in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreMySQLImpl
 
CONNECTION_USERNAME - Static variable in interface org.apache.hadoop.hdfs.server.federation.router.security.token.SQLConnectionFactory
 
CONNECTION_USERNAME - Static variable in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreMySQLImpl
 
ConnectionContext - Class in org.apache.hadoop.hdfs.server.federation.router
Context to track a connection in a ConnectionPool.
ConnectionContext(NameNodeProxiesClient.ProxyAndInfo<?>, Configuration) - Constructor for class org.apache.hadoop.hdfs.server.federation.router.ConnectionContext
 
ConnectionManager - Class in org.apache.hadoop.hdfs.server.federation.router
Implements a pool of connections for the Router to be able to open many connections to many Namenodes.
ConnectionManager(Configuration) - Constructor for class org.apache.hadoop.hdfs.server.federation.router.ConnectionManager
 
ConnectionManager(Configuration, RouterStateIdContext) - Constructor for class org.apache.hadoop.hdfs.server.federation.router.ConnectionManager
Creates a proxy client connection pool manager.
ConnectionNullException - Exception in org.apache.hadoop.hdfs.server.federation.router
Exception when can not get a non-null connection.
ConnectionNullException(String) - Constructor for exception org.apache.hadoop.hdfs.server.federation.router.ConnectionNullException
 
ConnectionPool - Class in org.apache.hadoop.hdfs.server.federation.router
Maintains a pool of connections for each User (including tokens) + NN.
ConnectionPool(Configuration, String, UserGroupInformation, int, int, float, Class<?>, PoolAlignmentContext) - Constructor for class org.apache.hadoop.hdfs.server.federation.router.ConnectionPool
 
ConnectionPoolId - Class in org.apache.hadoop.hdfs.server.federation.router
Identifier for a connection for a user to a namenode.
ConnectionPoolId(UserGroupInformation, String, Class<?>) - Constructor for class org.apache.hadoop.hdfs.server.federation.router.ConnectionPoolId
New connection pool identifier.
ConsistentHashRing - Class in org.apache.hadoop.hdfs.server.federation.utils
Consistent hash ring to distribute items across nodes (locations).
ConsistentHashRing(Set<String>) - Constructor for class org.apache.hadoop.hdfs.server.federation.utils.ConsistentHashRing
 
create(String, FsPermission, String, EnumSetWritable<CreateFlag>, boolean, short, long, CryptoProtocolVersion[], String, String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
create(String, FsPermission, String, EnumSetWritable<CreateFlag>, boolean, short, long, CryptoProtocolVersion[], String, String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
create(Configuration) - Static method in class org.apache.hadoop.hdfs.server.federation.metrics.StateStoreMetrics
 
create(Configuration) - Static method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientMetrics
 
create(Configuration) - Static method in class org.apache.hadoop.hdfs.server.federation.router.RouterMetrics
 
create(Configuration, String) - Static method in class org.apache.hadoop.hdfs.server.federation.metrics.NameserviceRPCMetrics
 
create(Configuration, RouterRpcServer) - Static method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMetrics
 
createAdminServer() - Method in class org.apache.hadoop.hdfs.server.federation.router.Router
Create a new router admin server to handle the router admin interface.
createCredentials(Router, UserGroupInformation, String) - Static method in class org.apache.hadoop.hdfs.server.federation.router.security.RouterSecurityManager
A utility method for creating credentials.
createCredentials(UserGroupInformation, String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterWebHdfsMethods
Generate the credentials for this request.
createEncryptionZone(String, String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
createEncryptionZone(String, String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
createHttpServer() - Method in class org.apache.hadoop.hdfs.server.federation.router.Router
Create an HTTP server for this Router.
createIdentifier() - Method in class org.apache.hadoop.hdfs.server.federation.router.security.token.SQLDelegationTokenSecretManagerImpl
 
createIdentifier() - Method in class org.apache.hadoop.hdfs.server.federation.router.security.token.ZKDelegationTokenSecretManagerImpl
 
createLocalNamenodeHeartbeatService() - Method in class org.apache.hadoop.hdfs.server.federation.router.Router
Create a new status updater for the local Namenode.
createNamenodeHeartbeatService(String, String) - Method in class org.apache.hadoop.hdfs.server.federation.router.Router
Create a heartbeat monitor for a particular Namenode.
createNamenodeHeartbeatService(String, String, String) - Method in class org.apache.hadoop.hdfs.server.federation.router.Router
 
createNamenodeHeartbeatServices() - Method in class org.apache.hadoop.hdfs.server.federation.router.Router
Create each of the services that will monitor a Namenode.
createRouterClient(InetSocketAddress, Configuration) - Method in class org.apache.hadoop.hdfs.server.federation.router.MountTableRefresherService
 
createRpcServer() - Method in class org.apache.hadoop.hdfs.server.federation.router.Router
Create a new Router RPC server to proxy ClientProtocol requests.
createSnapshot(String, String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
createSnapshot(String, String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
createSnapshot(String, String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterSnapshot
 
createSymlink(String, String, FsPermission, boolean) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
createSymlink(String, String, FsPermission, boolean) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 

D

delete(String, boolean) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
delete(String, boolean) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
deleteDelegationKey(int) - Method in class org.apache.hadoop.hdfs.server.federation.router.security.token.SQLDelegationTokenSecretManagerImpl
 
deleteSnapshot(String, String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
deleteSnapshot(String, String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
deleteSnapshot(String, String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterSnapshot
 
deleteToken(int, byte[]) - Method in class org.apache.hadoop.hdfs.server.federation.router.security.token.SQLDelegationTokenSecretManagerImpl
 
deserialize(byte[], Class<T>) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreSerializerPBImpl
 
deserialize(byte[], Class<T>) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.StateStoreSerializer
Deserialize a bytes array into a record.
deserialize(String, Class<T>) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreSerializerPBImpl
 
deserialize(String, Class<T>) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.StateStoreSerializer
Deserialize a string into a record.
DestinationOrder - Enum in org.apache.hadoop.hdfs.server.federation.resolver.order
Order of the destinations when we have multiple of them.
DFS_ROUTER_ADMIN_ADDRESS_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_ADMIN_ADDRESS_KEY - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_ADMIN_BIND_HOST_KEY - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_ADMIN_ENABLE - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_ADMIN_ENABLE_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_ADMIN_HANDLER_COUNT_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_ADMIN_HANDLER_COUNT_KEY - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_ADMIN_MAX_COMPONENT_LENGTH_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_ADMIN_MAX_COMPONENT_LENGTH_KEY - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_ADMIN_MOUNT_CHECK_ENABLE - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_ADMIN_MOUNT_CHECK_ENABLE_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_ADMIN_PORT_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_ALLOW_PARTIAL_LIST - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_ALLOW_PARTIAL_LIST_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_CACHE_TIME_TO_LIVE_MS - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_CACHE_TIME_TO_LIVE_MS_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_CLIENT_CONNECT_TIMEOUT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_CLIENT_CONNECT_TIMEOUT_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_CLIENT_MAX_ATTEMPTS - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_CLIENT_MAX_ATTEMPTS_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_CLIENT_MAX_RETRIES_TIME_OUT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_CLIENT_MAX_RETRIES_TIME_OUT_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_CLIENT_MOUNT_TIME_OUT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_CLIENT_MOUNT_TIME_OUT_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_CLIENT_REJECT_OVERLOAD - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_CLIENT_REJECT_OVERLOAD_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_CLIENT_THREADS_SIZE - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_CLIENT_THREADS_SIZE_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_DEFAULT_NAMESERVICE - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_DEFAULT_NAMESERVICE_ENABLE - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_DEFAULT_NAMESERVICE_ENABLE_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_DELEGATION_TOKEN_DRIVER_CLASS - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_DELEGATION_TOKEN_DRIVER_CLASS_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_ENABLE_GET_DN_USAGE_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_ENABLE_GET_DN_USAGE_KEY - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_FAIR_HANDLER_COUNT_KEY_PREFIX - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_FAIRNESS_ACQUIRE_TIMEOUT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_FAIRNESS_ACQUIRE_TIMEOUT_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_FAIRNESS_POLICY_CONTROLLER_CLASS - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_FAIRNESS_POLICY_CONTROLLER_CLASS_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_FEDERATION_RENAME_BANDWIDTH - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_FEDERATION_RENAME_DELAY - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_FEDERATION_RENAME_DELAY_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_FEDERATION_RENAME_DIFF - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_FEDERATION_RENAME_DIFF_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_FEDERATION_RENAME_FORCE_CLOSE_OPEN_FILE - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_FEDERATION_RENAME_FORCE_CLOSE_OPEN_FILE_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_FEDERATION_RENAME_MAP - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_FEDERATION_RENAME_OPTION - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_FEDERATION_RENAME_OPTION_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_FEDERATION_RENAME_PREFIX - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_FEDERATION_RENAME_TRASH - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_FEDERATION_RENAME_TRASH_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_HANDLER_COUNT_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_HANDLER_COUNT_KEY - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_HANDLER_QUEUE_SIZE_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_HANDLER_QUEUE_SIZE_KEY - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_HEALTH_MONITOR_TIMEOUT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_HEALTH_MONITOR_TIMEOUT_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_HEARTBEAT_ENABLE - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_HEARTBEAT_ENABLE_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_HEARTBEAT_INTERVAL_MS - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_HEARTBEAT_INTERVAL_MS_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_HEARTBEAT_STATE_INTERVAL_MS - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_HEARTBEAT_STATE_INTERVAL_MS_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_HTTP_ADDRESS_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_HTTP_ADDRESS_KEY - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_HTTP_BIND_HOST_KEY - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_HTTP_ENABLE - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_HTTP_ENABLE_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_HTTP_PORT_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_HTTPS_ADDRESS_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_HTTPS_ADDRESS_KEY - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_HTTPS_BIND_HOST_KEY - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_HTTPS_PORT_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_KERBEROS_INTERNAL_SPNEGO_PRINCIPAL_KEY - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_KERBEROS_PRINCIPAL_HOSTNAME_KEY - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_KERBEROS_PRINCIPAL_KEY - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_KEYTAB_FILE_KEY - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_MAX_CONCURRENCY_PER_CONNECTION_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_MAX_CONCURRENCY_PER_CONNECTION_KEY - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_METRICS_CLASS - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_METRICS_CLASS_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_METRICS_ENABLE - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_METRICS_ENABLE_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_METRICS_TOP_NUM_TOKEN_OWNERS_KEY - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_METRICS_TOP_NUM_TOKEN_OWNERS_KEY_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_MONITOR_LOCAL_NAMENODE - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_MONITOR_LOCAL_NAMENODE_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_MONITOR_NAMENODE - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_MONITOR_NAMENODE_RESOLUTION_ENABLED - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_MONITOR_NAMENODE_RESOLUTION_ENABLED_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_MONITOR_NAMENODE_RESOLVER_IMPL - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_NAMENODE_CONNECTION_CLEAN_MS - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_NAMENODE_CONNECTION_CLEAN_MS_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_NAMENODE_CONNECTION_CREATOR_QUEUE_SIZE - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_NAMENODE_CONNECTION_CREATOR_QUEUE_SIZE_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_NAMENODE_CONNECTION_MIN_ACTIVE_RATIO - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_NAMENODE_CONNECTION_MIN_ACTIVE_RATIO_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_NAMENODE_CONNECTION_POOL_CLEAN - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_NAMENODE_CONNECTION_POOL_CLEAN_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_NAMENODE_CONNECTION_POOL_SIZE - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_NAMENODE_CONNECTION_POOL_SIZE_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_NAMENODE_ENABLE_MULTIPLE_SOCKET_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_NAMENODE_ENABLE_MULTIPLE_SOCKET_KEY - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_NAMENODE_HEARTBEAT_ENABLE - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_NAMENODE_HEARTBEAT_JMX_INTERVAL_MS - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_NAMENODE_HEARTBEAT_JMX_INTERVAL_MS_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_OBSERVER_FEDERATED_STATE_PROPAGATION_MAXSIZE - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_OBSERVER_FEDERATED_STATE_PROPAGATION_MAXSIZE_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_OBSERVER_READ_DEFAULT_KEY - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_OBSERVER_READ_DEFAULT_VALUE - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_OBSERVER_READ_OVERRIDES - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_OBSERVER_STATE_ID_REFRESH_PERIOD_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_OBSERVER_STATE_ID_REFRESH_PERIOD_KEY - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_QUOTA_CACHE_UPDATE_INTERVAL - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_QUOTA_CACHE_UPDATE_INTERVAL_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_QUOTA_ENABLE - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_QUOTA_ENABLED_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_READER_COUNT_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_READER_COUNT_KEY - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_READER_QUEUE_SIZE_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_READER_QUEUE_SIZE_KEY - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_RPC_ADDRESS_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_RPC_ADDRESS_KEY - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_RPC_BIND_HOST_KEY - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_RPC_ENABLE - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_RPC_ENABLE_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_RPC_PORT_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_SAFEMODE_CHECKPERIOD_MS - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_SAFEMODE_CHECKPERIOD_MS_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_SAFEMODE_ENABLE - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_SAFEMODE_ENABLE_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_SAFEMODE_EXPIRATION - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_SAFEMODE_EXPIRATION_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_SAFEMODE_EXTENSION - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_SAFEMODE_EXTENSION_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_STORE_ENABLE - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFS_ROUTER_STORE_ENABLE_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DFSRouter - Class in org.apache.hadoop.hdfs.server.federation.router
Tool to start the Router for Router-based federation.
DISABLED - org.apache.hadoop.hdfs.server.federation.resolver.FederationNamenodeServiceState
 
DisabledNameservice - Class in org.apache.hadoop.hdfs.server.federation.store.records
Data record indicating a specific name service ID has been disabled and is no longer valid.
DisabledNameservice() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.records.DisabledNameservice
 
DisabledNameservicePBImpl - Class in org.apache.hadoop.hdfs.server.federation.store.records.impl.pb
Protobuf implementation of the DisabledNameservice record.
DisabledNameservicePBImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.DisabledNameservicePBImpl
 
DisabledNameservicePBImpl(HdfsServerFederationProtos.DisabledNameserviceRecordProto) - Constructor for class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.DisabledNameservicePBImpl
 
DisabledNameserviceStore - Class in org.apache.hadoop.hdfs.server.federation.store
State store record to track disabled name services.
DisabledNameserviceStore(StateStoreDriver) - Constructor for class org.apache.hadoop.hdfs.server.federation.store.DisabledNameserviceStore
 
DisabledNameserviceStoreImpl - Class in org.apache.hadoop.hdfs.server.federation.store.impl
Implementation of DisabledNameserviceStore.
DisabledNameserviceStoreImpl(StateStoreDriver) - Constructor for class org.apache.hadoop.hdfs.server.federation.store.impl.DisabledNameserviceStoreImpl
 
disableErasureCodingPolicy(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.ErasureCoding
 
disableErasureCodingPolicy(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
disableErasureCodingPolicy(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
disableNameservice(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.DisabledNameserviceStore
Disable a name service.
disableNameservice(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.impl.DisabledNameserviceStoreImpl
 
disableNameservice(DisableNameserviceRequest) - Method in class org.apache.hadoop.hdfs.protocolPB.RouterAdminProtocolTranslatorPB
 
disableNameservice(DisableNameserviceRequest) - Method in interface org.apache.hadoop.hdfs.server.federation.router.NameserviceManager
Disable a name service.
disableNameservice(DisableNameserviceRequest) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterAdminServer
 
disableNameservice(RpcController, HdfsServerFederationProtos.DisableNameserviceRequestProto) - Method in class org.apache.hadoop.hdfs.protocolPB.RouterAdminProtocolServerSideTranslatorPB
 
DisableNameserviceRequest - Class in org.apache.hadoop.hdfs.server.federation.store.protocol
API request for disabling a name service and updating its state in the State Store.
DisableNameserviceRequest() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.DisableNameserviceRequest
 
DisableNameserviceRequestPBImpl - Class in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb
Protobuf implementation of the state store API object DisableNameserviceRequest.
DisableNameserviceRequestPBImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.DisableNameserviceRequestPBImpl
 
DisableNameserviceRequestPBImpl(HdfsServerFederationProtos.DisableNameserviceRequestProto) - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.DisableNameserviceRequestPBImpl
 
DisableNameserviceResponse - Class in org.apache.hadoop.hdfs.server.federation.store.protocol
API response for disabling a name service and updating its state in the State Store.
DisableNameserviceResponse() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.DisableNameserviceResponse
 
DisableNameserviceResponsePBImpl - Class in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb
Protobuf implementation of the state store API object DisableNameserviceResponse.
DisableNameserviceResponsePBImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.DisableNameserviceResponsePBImpl
 
DisableNameserviceResponsePBImpl(HdfsServerFederationProtos.DisableNameserviceResponseProto) - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.DisableNameserviceResponsePBImpl
 
disableWrite(FedBalanceContext) - Method in class org.apache.hadoop.hdfs.rbfbalance.RouterDistCpProcedure
Disable write by making the mount entry readonly.
disallowSnapshot(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
disallowSnapshot(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
disallowSnapshot(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterSnapshot
 
DISTCP - org.apache.hadoop.hdfs.server.federation.router.RouterFederationRename.RouterRenameOption
 
DistributedSQLCounter - Class in org.apache.hadoop.hdfs.server.federation.router.security.token
Distributed counter that relies on a SQL database to synchronize between multiple clients.
DistributedSQLCounter(String, String, SQLConnectionFactory) - Constructor for class org.apache.hadoop.hdfs.server.federation.router.security.token.DistributedSQLCounter
 
DN_REPORT_CACHE_EXPIRE - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DN_REPORT_CACHE_EXPIRE_MS_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DN_REPORT_TIME_OUT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
DN_REPORT_TIME_OUT_MS_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
doCall() - Method in interface org.apache.hadoop.hdfs.server.federation.router.security.token.SQLSecretManagerRetriableHandler.SQLCommand
 
doCall() - Method in interface org.apache.hadoop.hdfs.server.federation.router.security.token.SQLSecretManagerRetriableHandler.SQLCommandVoid
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterFsckServlet
Handle fsck request.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterNetworkTopologyServlet
 
dumpStateStore(Configuration, PrintStream) - Static method in class org.apache.hadoop.hdfs.tools.federation.RouterAdmin
Dumps the contents of the StateStore to stdout.

E

eachByStorageType(Consumer<StorageType>) - Static method in class org.apache.hadoop.hdfs.server.federation.router.Quota
Invoke consumer by each storage type.
enableErasureCodingPolicy(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.ErasureCoding
 
enableErasureCodingPolicy(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
enableErasureCodingPolicy(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
enableNameservice(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.DisabledNameserviceStore
Enable a name service.
enableNameservice(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.impl.DisabledNameserviceStoreImpl
 
enableNameservice(EnableNameserviceRequest) - Method in class org.apache.hadoop.hdfs.protocolPB.RouterAdminProtocolTranslatorPB
 
enableNameservice(EnableNameserviceRequest) - Method in interface org.apache.hadoop.hdfs.server.federation.router.NameserviceManager
Enable a name service.
enableNameservice(EnableNameserviceRequest) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterAdminServer
 
enableNameservice(RpcController, HdfsServerFederationProtos.EnableNameserviceRequestProto) - Method in class org.apache.hadoop.hdfs.protocolPB.RouterAdminProtocolServerSideTranslatorPB
 
EnableNameserviceRequest - Class in org.apache.hadoop.hdfs.server.federation.store.protocol
API request for enabling a name service and updating its state in the State Store.
EnableNameserviceRequest() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.EnableNameserviceRequest
 
EnableNameserviceRequestPBImpl - Class in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb
Protobuf implementation of the state store API object EnableNameserviceRequest.
EnableNameserviceRequestPBImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.EnableNameserviceRequestPBImpl
 
EnableNameserviceRequestPBImpl(HdfsServerFederationProtos.EnableNameserviceRequestProto) - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.EnableNameserviceRequestPBImpl
 
EnableNameserviceResponse - Class in org.apache.hadoop.hdfs.server.federation.store.protocol
API response for enabling a name service and updating its state in the State Store.
EnableNameserviceResponse() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.EnableNameserviceResponse
 
EnableNameserviceResponsePBImpl - Class in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb
Protobuf implementation of the state store API object EnableNameserviceResponse.
EnableNameserviceResponsePBImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.EnableNameserviceResponsePBImpl
 
EnableNameserviceResponsePBImpl(HdfsServerFederationProtos.EnableNameserviceResponseProto) - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.EnableNameserviceResponsePBImpl
 
enableWrite() - Method in class org.apache.hadoop.hdfs.rbfbalance.RouterDistCpProcedure
Enable write.
endCheckpoint(NamenodeRegistration, CheckpointSignature) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterNamenodeProtocol
 
endCheckpoint(NamenodeRegistration, CheckpointSignature) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
enterSafeMode(EnterSafeModeRequest) - Method in class org.apache.hadoop.hdfs.protocolPB.RouterAdminProtocolTranslatorPB
 
enterSafeMode(EnterSafeModeRequest) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterAdminServer
 
enterSafeMode(EnterSafeModeRequest) - Method in interface org.apache.hadoop.hdfs.server.federation.router.RouterStateManager
Enter safe mode and change Router state to RouterServiceState#SAFEMODE.
enterSafeMode(RpcController, HdfsServerFederationProtos.EnterSafeModeRequestProto) - Method in class org.apache.hadoop.hdfs.protocolPB.RouterAdminProtocolServerSideTranslatorPB
 
EnterSafeModeRequest - Class in org.apache.hadoop.hdfs.server.federation.store.protocol
API request for the Router entering safe mode state and updating its state in State Store.
EnterSafeModeRequest() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.EnterSafeModeRequest
 
EnterSafeModeRequestPBImpl - Class in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb
Protobuf implementation of the state store API object EnterSafeModeRequest.
EnterSafeModeRequestPBImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.EnterSafeModeRequestPBImpl
 
EnterSafeModeRequestPBImpl(HdfsServerFederationProtos.EnterSafeModeRequestProto) - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.EnterSafeModeRequestPBImpl
 
EnterSafeModeResponse - Class in org.apache.hadoop.hdfs.server.federation.store.protocol
API response for the Router entering safe mode state and updating its state in State Store.
EnterSafeModeResponse() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.EnterSafeModeResponse
 
EnterSafeModeResponsePBImpl - Class in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb
Protobuf implementation of the state store API object EnterSafeModeResponse.
EnterSafeModeResponsePBImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.EnterSafeModeResponsePBImpl
 
EnterSafeModeResponsePBImpl(HdfsServerFederationProtos.EnterSafeModeResponseProto) - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.EnterSafeModeResponsePBImpl
 
equals(Object) - Method in class org.apache.hadoop.hdfs.server.federation.resolver.FederationNamespaceInfo
 
equals(Object) - Method in class org.apache.hadoop.hdfs.server.federation.router.ConnectionPoolId
 
equals(Object) - Method in class org.apache.hadoop.hdfs.server.federation.router.FederationConnectionId
 
equals(Object) - Method in class org.apache.hadoop.hdfs.server.federation.router.RemoteLocationContext
 
equals(Object) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.BaseRecord
Override equals check to use primary key(s) for comparison.
equals(Object) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MountTable
 
ErasureCoding - Class in org.apache.hadoop.hdfs.server.federation.router
Module that implements all the RPC calls in ClientProtocol related to Erasure Coding in the RouterRpcServer.
ErasureCoding(RouterRpcServer) - Constructor for class org.apache.hadoop.hdfs.server.federation.router.ErasureCoding
 
ERROR_MSG - Static variable in class org.apache.hadoop.hdfs.server.federation.fairness.StaticRouterRpcFairnessPolicyController
 
ERROR_MSG_ALL_DEST_MUST_START_WITH_BACK_SLASH - Static variable in class org.apache.hadoop.hdfs.server.federation.store.records.MountTable
 
ERROR_MSG_CREATION_TIME_NEGATIVE - Static variable in class org.apache.hadoop.hdfs.server.federation.store.records.BaseRecord
 
ERROR_MSG_INVALID_DEST_NS - Static variable in class org.apache.hadoop.hdfs.server.federation.store.records.MountTable
 
ERROR_MSG_INVALID_DEST_PATH - Static variable in class org.apache.hadoop.hdfs.server.federation.store.records.MountTable
 
ERROR_MSG_MODIFICATION_TIME_NEGATIVE - Static variable in class org.apache.hadoop.hdfs.server.federation.store.records.BaseRecord
 
ERROR_MSG_MUST_START_WITH_BACK_SLASH - Static variable in class org.apache.hadoop.hdfs.server.federation.store.records.MountTable
 
ERROR_MSG_NO_BP_SPECIFIED - Static variable in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
 
ERROR_MSG_NO_DEST_PATH_SPECIFIED - Static variable in class org.apache.hadoop.hdfs.server.federation.store.records.MountTable
 
ERROR_MSG_NO_NS_SPECIFIED - Static variable in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
 
ERROR_MSG_NO_RPC_ADDR_SPECIFIED - Static variable in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
 
ERROR_MSG_NO_SOURCE_PATH - Static variable in class org.apache.hadoop.hdfs.server.federation.store.records.MountTable
 
ERROR_MSG_NO_WEB_ADDR_SPECIFIED - Static variable in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
 
errorReport(NamenodeRegistration, int, String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterNamenodeProtocol
 
errorReport(NamenodeRegistration, int, String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
execute() - Method in class org.apache.hadoop.hdfs.rbfbalance.MountTableProcedure
 
execute(SQLSecretManagerRetriableHandler.SQLCommand<T>) - Method in interface org.apache.hadoop.hdfs.server.federation.router.security.token.SQLSecretManagerRetriableHandler
 
execute(SQLSecretManagerRetriableHandler.SQLCommandVoid) - Method in interface org.apache.hadoop.hdfs.server.federation.router.security.token.SQLSecretManagerRetriableHandler
 
exists(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileBaseImpl
Check if a path exists.
exists(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileImpl
 
exists(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileSystemImpl
 
EXPIRED - org.apache.hadoop.hdfs.server.federation.resolver.FederationNamenodeServiceState
 
EXPIRED - org.apache.hadoop.hdfs.server.federation.router.RouterServiceState
 
extractTempFileName(String) - Static method in class org.apache.hadoop.hdfs.server.federation.resolver.order.HashResolver
Some files use a temporary naming pattern.

F

FEDERATION_FILE_RESOLVER_CLIENT_CLASS - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
FEDERATION_FILE_RESOLVER_CLIENT_CLASS_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
FEDERATION_MOUNT_TABLE_CACHE_ENABLE - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
FEDERATION_MOUNT_TABLE_CACHE_ENABLE_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
FEDERATION_MOUNT_TABLE_MAX_CACHE_SIZE - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
Maximum number of cache entries to have.
FEDERATION_MOUNT_TABLE_MAX_CACHE_SIZE_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
Remove cache entries if we have more than 10k.
FEDERATION_NAMENODE_RESOLVER_CLIENT_CLASS - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
FEDERATION_NAMENODE_RESOLVER_CLIENT_CLASS_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
FEDERATION_ROUTER_FAIRNESS_PREFIX - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
FEDERATION_ROUTER_PREFIX - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
FEDERATION_STORE_CONNECTION_TEST_MS - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
FEDERATION_STORE_CONNECTION_TEST_MS_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
FEDERATION_STORE_DRIVER_CLASS - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
FEDERATION_STORE_DRIVER_CLASS_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
FEDERATION_STORE_FILE_ASYNC_THREADS - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
FEDERATION_STORE_FILE_ASYNC_THREADS_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
FEDERATION_STORE_FILE_DIRECTORY - Static variable in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileImpl
Configuration keys.
FEDERATION_STORE_FS_ASYNC_THREADS - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
FEDERATION_STORE_FS_ASYNC_THREADS_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
FEDERATION_STORE_FS_PATH - Static variable in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileSystemImpl
Configuration keys.
FEDERATION_STORE_MEMBERSHIP_EXPIRATION_DELETION_MS - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
FEDERATION_STORE_MEMBERSHIP_EXPIRATION_DELETION_MS_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
FEDERATION_STORE_MEMBERSHIP_EXPIRATION_MS - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
FEDERATION_STORE_MEMBERSHIP_EXPIRATION_MS_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
FEDERATION_STORE_PREFIX - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
FEDERATION_STORE_ROUTER_EXPIRATION_DELETION_MS - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
FEDERATION_STORE_ROUTER_EXPIRATION_DELETION_MS_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
FEDERATION_STORE_ROUTER_EXPIRATION_MS - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
FEDERATION_STORE_ROUTER_EXPIRATION_MS_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
FEDERATION_STORE_SERIALIZER_CLASS - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
FEDERATION_STORE_SERIALIZER_CLASS_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
FEDERATION_STORE_ZK_ASYNC_MAX_THREADS - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
FEDERATION_STORE_ZK_ASYNC_MAX_THREADS_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
FEDERATION_STORE_ZK_DRIVER_PREFIX - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
FEDERATION_STORE_ZK_PARENT_PATH - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
FEDERATION_STORE_ZK_PARENT_PATH_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
FederationConnectionId - Class in org.apache.hadoop.hdfs.server.federation.router
 
FederationConnectionId(InetSocketAddress, Class<?>, UserGroupInformation, int, RetryPolicy, Configuration, int) - Constructor for class org.apache.hadoop.hdfs.server.federation.router.FederationConnectionId
 
FederationMBean - Interface in org.apache.hadoop.hdfs.server.federation.metrics
JMX interface for the federation statistics.
FederationNamenodeContext - Interface in org.apache.hadoop.hdfs.server.federation.resolver
Interface for a discovered NN and its current server endpoints.
FederationNamenodeServiceState - Enum in org.apache.hadoop.hdfs.server.federation.resolver
Namenode state in the federation.
FederationNamespaceInfo - Class in org.apache.hadoop.hdfs.server.federation.resolver
Represents information about a single nameservice/namespace in a federated HDFS cluster.
FederationNamespaceInfo(String, String, String) - Constructor for class org.apache.hadoop.hdfs.server.federation.resolver.FederationNamespaceInfo
 
FederationProtocolPBTranslator<P extends org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3,​B extends org.apache.hadoop.thirdparty.protobuf.Message.Builder,​T extends org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder> - Class in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb
Helper class for setting/getting data elements in an object backed by a protobuf implementation.
FederationProtocolPBTranslator(Class<P>) - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.FederationProtocolPBTranslator
 
FederationRPCMBean - Interface in org.apache.hadoop.hdfs.server.federation.metrics
JMX interface for the RPC server.
FederationRPCMetrics - Class in org.apache.hadoop.hdfs.server.federation.metrics
Implementation of the RPC metrics collector.
FederationRPCMetrics(Configuration, RouterRpcServer) - Constructor for class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMetrics
 
FederationRPCPerformanceMonitor - Class in org.apache.hadoop.hdfs.server.federation.metrics
Customizable RPC performance monitor.
FederationRPCPerformanceMonitor() - Constructor for class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCPerformanceMonitor
 
FederationUtil - Class in org.apache.hadoop.hdfs.server.federation.router
Utilities for managing HDFS federation.
fileAndDirectoryCount(long) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterQuotaUsage.Builder
 
FileSubclusterResolver - Interface in org.apache.hadoop.hdfs.server.federation.resolver
Interface to map a file path in the global name space to a specific subcluster and path in an HDFS name space.
filterMultiple(Query<T>, Iterable<T>) - Static method in class org.apache.hadoop.hdfs.server.federation.store.StateStoreUtils
Filters a list of records to find all records matching the query.
finalizeUpgrade() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
finalizeUpgrade() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
FOLDER_ALL - Static variable in enum org.apache.hadoop.hdfs.server.federation.resolver.order.DestinationOrder
Approaches that write folders in all subclusters.
fsck() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterFsck
 
fsync(String, long, String, long) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
fsync(String, long, String, long) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 

G

generateMashupKey(Map<String, String>) - Static method in class org.apache.hadoop.hdfs.server.federation.store.records.BaseRecord
Generates a cache key from a map of values.
genericRefresh(String[], int) - Method in class org.apache.hadoop.hdfs.tools.federation.RouterAdmin
 
get(Class<T>) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileBaseImpl
 
get(Class<T>) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreMySQLImpl
 
get(Class<T>) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreZooKeeperImpl
 
get(Class<T>) - Method in interface org.apache.hadoop.hdfs.server.federation.store.driver.StateStoreRecordOperations
Get all records of the requested record class from the data store.
get(Class<T>, Query<T>) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreBaseImpl
 
get(Class<T>, Query<T>) - Method in interface org.apache.hadoop.hdfs.server.federation.store.driver.StateStoreRecordOperations
Get a single record from the store that matches the query.
get(UserGroupInformation, DelegationParam, UserParam, DoAsParam, String, GetOpParam, OffsetParam, LengthParam, RenewerParam, BufferSizeParam, List<XAttrNameParam>, XAttrEncodingParam, ExcludeDatanodesParam, FsActionParam, SnapshotNameParam, OldSnapshotNameParam, SnapshotDiffStartPathParam, SnapshotDiffIndexParam, TokenKindParam, TokenServiceParam, NoRedirectParam, StartAfterParam, AllUsersParam) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterWebHdfsMethods
 
getAcceptedPermitForNs(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcClient
 
getAcceptedPermitsPerNsJSON() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcClient
JSON representation of the accepted permits for each nameservice.
getAclInfo() - Method in class org.apache.hadoop.hdfs.tools.federation.AddMountAttributes
 
getAclStatus(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
getAclStatus(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
getActiveProxyOps() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMBean
 
getActiveProxyOps() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMetrics
 
getAdditionalDatanode(String, long, ExtendedBlock, DatanodeInfo[], String[], DatanodeInfo[], int, String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
Excluded nodes are not verified and will be ignored by placement if they are not in the same nameservice as the file.
getAdditionalDatanode(String, long, ExtendedBlock, DatanodeInfo[], String[], DatanodeInfo[], int, String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
Excluded nodes are not verified and will be ignored by placement if they are not in the same nameservice as the file.
getAddress() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.RouterStatePBImpl
 
getAddress() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.RouterState
 
getAdminAddress() - Method in class org.apache.hadoop.hdfs.server.federation.router.MountTableRefresherThread
 
getAdminAddress() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.RouterStatePBImpl
 
getAdminAddress() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.RouterState
 
getAdminServer() - Method in class org.apache.hadoop.hdfs.server.federation.router.Router
Get router admin server.
getAdminServerAddress() - Method in class org.apache.hadoop.hdfs.server.federation.router.Router
Get the current Admin socket address for the router.
getAll() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterQuotaManager
Get all the mount quota paths.
getAllConfiguredNS(Configuration) - Static method in class org.apache.hadoop.hdfs.server.federation.router.FederationUtil
Collect all configured nameservices.
getAsyncCallerPool() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMBean
Get the JSON representation of the async caller thread pool.
getAsyncCallerPool() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMetrics
 
getAsyncCallerPoolJson() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcClient
JSON representation of the async caller thread pool.
getAvailableHandlerOnPerNs() - Method in class org.apache.hadoop.hdfs.server.federation.fairness.AbstractRouterRpcFairnessPolicyController
 
getAvailableHandlerOnPerNs() - Method in class org.apache.hadoop.hdfs.server.federation.fairness.NoRouterRpcFairnessPolicyController
 
getAvailableHandlerOnPerNs() - Method in interface org.apache.hadoop.hdfs.server.federation.fairness.RouterRpcFairnessPolicyController
Returns the JSON string of the available handler for each name service.
getAvailableHandlerOnPerNs() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMBean
JSON representation of the available handler per Ns.
getAvailableHandlerOnPerNs() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMetrics
 
getAvailablePermits(String) - Method in class org.apache.hadoop.hdfs.server.federation.fairness.AbstractRouterRpcFairnessPolicyController
 
getAvailablePermits(String) - Method in class org.apache.hadoop.hdfs.server.federation.fairness.NoRouterRpcFairnessPolicyController
 
getAvailablePermits(String) - Method in interface org.apache.hadoop.hdfs.server.federation.fairness.RouterRpcFairnessPolicyController
Returns the available handler for each name service.
getAvailableSpace() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.NamenodeStatusReport
Get the available space.
getAvailableSpace() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
getAvailableSpace() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
getBatchedListing(String[], byte[], boolean) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
getBatchedListing(String[], byte[], boolean) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
getBlockDeletionStartTime() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getBlockKeys() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterNamenodeProtocol
 
getBlockKeys() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
getBlockLocations(String, long, long) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
getBlockLocations(String, long, long) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
getBlockPoolId() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.FederationMBean
Deprecated.
getBlockPoolId() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getBlockPoolId() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.RBFMetrics
 
getBlockPoolId() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.RouterMBean
Gets the block pool ids of the namenodes.
getBlockPoolId() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.FederationNamespaceInfo
The HDFS block pool id for this namespace.
getBlockPoolId() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.NamenodeStatusReport
Get the block pool identifier.
getBlockPoolId() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatePBImpl
 
getBlockPoolId() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
 
getBlockPoolUsedSpace() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getBlocks(DatanodeInfo, long, long, long, StorageType) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterNamenodeProtocol
 
getBlocks(DatanodeInfo, long, long, long, StorageType) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
getBlocksTotal() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getBuilder() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.FederationProtocolPBTranslator
Create or return the cached protobuf builder for this translator.
getBytesWithFutureGenerationStamps() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getCacheCapacity() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getCachedRecords() - Method in class org.apache.hadoop.hdfs.server.federation.store.CachedRecordStore
Get all the cached records.
getCachedRecordsAndTimeStamp() - Method in class org.apache.hadoop.hdfs.server.federation.store.CachedRecordStore
Get all the cached records and the time stamp of the cache.
getCacheLoadMetrics() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.StateStoreMetrics
Retrieve unmodifiable map of cache loading metrics.
getCacheSize() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.MountTableResolver
Get the size of the cache.
getCacheUpdateTime() - Method in class org.apache.hadoop.hdfs.server.federation.store.StateStoreService
The last time the state store cache was fully updated.
getCacheUsed() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getCapacityRemaining() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getCapacityTotal() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getCapacityUsed() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getChildren(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileBaseImpl
Get the children for a path.
getChildren(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileImpl
 
getChildren(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileSystemImpl
 
getClient() - Method in class org.apache.hadoop.hdfs.server.federation.router.ConnectionContext
Get the connection client.
getClientIndex() - Method in class org.apache.hadoop.hdfs.server.federation.router.ConnectionPool
Get the clientIndex used to calculate index for lookup.
getClientProtocolModule() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
Get ClientProtocol module implementation.
getClusterId() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.FederationMBean
Deprecated.
getClusterId() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getClusterId() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.RBFMetrics
 
getClusterId() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.RouterMBean
Gets the cluster ids of the namenodes.
getClusterId() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.FederationNamespaceInfo
The HDFS cluster id for this namespace.
getClusterId() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.NamenodeStatusReport
Get the cluster identifier.
getClusterId() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatePBImpl
 
getClusterId() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
 
getCompiledDate() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.FederationMBean
Deprecated.
getCompiledDate() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.RBFMetrics
 
getCompiledDate() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.RouterMBean
Get the compilation date of the router.
getCompileInfo() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.FederationMBean
Deprecated.
getCompileInfo() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getCompileInfo() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.RBFMetrics
 
getCompileInfo() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.RouterMBean
Get the compilation info of the router.
getCompileInfo() - Static method in class org.apache.hadoop.hdfs.server.federation.router.FederationUtil
Fetch the build/compile information for this jar.
getCompileInfo() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.RouterStatePBImpl
 
getCompileInfo() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.RouterState
 
getConcurrentFilesAccessNumThreads() - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileBaseImpl
 
getConcurrentFilesAccessNumThreads() - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileImpl
 
getConcurrentFilesAccessNumThreads() - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileSystemImpl
 
getConf() - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.StateStoreDriver
Get the State Store configuration.
getConnection() - Method in class org.apache.hadoop.hdfs.server.federation.router.ConnectionPool
Return the next connection round-robin.
getConnection() - Method in interface org.apache.hadoop.hdfs.server.federation.router.security.token.SQLConnectionFactory
 
getConnection(boolean) - Method in interface org.apache.hadoop.hdfs.server.federation.router.security.token.SQLConnectionFactory
 
getConnection(UserGroupInformation, String, Class<?>, String) - Method in class org.apache.hadoop.hdfs.server.federation.router.ConnectionManager
Fetches the next available proxy client in the pool.
getConnectionFactory() - Method in class org.apache.hadoop.hdfs.server.federation.router.security.token.SQLDelegationTokenSecretManagerImpl
 
getConnectionPoolId() - Method in class org.apache.hadoop.hdfs.server.federation.router.ConnectionPool
Get the connection pool identifier.
getContentSummary(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
getContentSummary(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
getCorruptFiles() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getCorruptFilesCount() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.FederationMBean
Get the number of corrupts files.
getCorruptFilesCount() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getCorruptFilesCount() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.RBFMetrics
 
getCorruptFilesCount() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.NamenodeStatusReport
Get the number of corrupt files.
getCorruptFilesCount() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
getCorruptFilesCount() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
getCurrentEditLogTxid() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
getCurrentEditLogTxid() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
getCurrentTokensCount() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.FederationMBean
Deprecated.
getCurrentTokensCount() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getCurrentTokensCount() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.RBFMetrics
 
getCurrentTokensCount() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.RouterMBean
Get the current number of delegation tokens in memory.
getDataEncryptionKey() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
getDataEncryptionKey() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
getDatanodeReport(HdfsConstants.DatanodeReportType) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
getDatanodeReport(HdfsConstants.DatanodeReportType) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
getDatanodeReport(HdfsConstants.DatanodeReportType, boolean, long) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
Get the datanode report with a timeout.
getDatanodeStorageReport(HdfsConstants.DatanodeReportType) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
getDatanodeStorageReport(HdfsConstants.DatanodeReportType) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
getDatanodeStorageReport(HdfsConstants.DatanodeReportType, boolean, long) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
getDatanodeStorageReportMap(HdfsConstants.DatanodeReportType) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
Get the list of datanodes per subcluster.
getDatanodeStorageReportMap(HdfsConstants.DatanodeReportType, boolean, long) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
Get the list of datanodes per subcluster.
getDateCreated() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.BaseRecord
Get the creation time for the record.
getDateCreated() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.DisabledNameservicePBImpl
 
getDateCreated() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatePBImpl
 
getDateCreated() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MountTablePBImpl
 
getDateCreated() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.RouterStatePBImpl
 
getDateCreated() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
getDateCreated() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.StateStoreVersion
 
getDateModified() - Method in interface org.apache.hadoop.hdfs.server.federation.resolver.FederationNamenodeContext
The update date.
getDateModified() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.BaseRecord
Get the modification time for the record.
getDateModified() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.DisabledNameservicePBImpl
 
getDateModified() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatePBImpl
 
getDateModified() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MountTablePBImpl
 
getDateModified() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.RouterStatePBImpl
 
getDateModified() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
getDateModified() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.StateStoreVersion
 
getDateStarted() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.RouterStatePBImpl
 
getDateStarted() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.RouterState
 
getDeadNodes() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getDecomNodes() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getDefaultLocation() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.PathLocation
Get the default or highest priority location.
getDefaultLocation() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MountTable
Get the default location.
getDefaultNameService() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.MountTableResolver
 
getDefaultNamespace() - Method in interface org.apache.hadoop.hdfs.server.federation.resolver.FileSubclusterResolver
Get the default namespace for the cluster.
getDefaultNamespace() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.MountTableResolver
 
getDefaultSuccessResult() - Static method in class org.apache.hadoop.hdfs.server.federation.store.driver.StateStoreOperationResult
 
getDelegationToken(Text) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
getDelegationToken(Text) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
getDelegationToken(Text) - Method in class org.apache.hadoop.hdfs.server.federation.router.security.RouterSecurityManager
 
getDelegationTokens(Text) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
The the delegation token from each name service.
getDeletionMs() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.BaseRecord
Get the deletion time for the expired record.
getDeletionMs() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
 
getDeletionMs() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.RouterState
 
getDest() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.FederationNamespaceInfo
 
getDest() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.RemoteLocation
 
getDest() - Method in class org.apache.hadoop.hdfs.server.federation.router.RemoteLocationContext
Destination in this location.
getDest() - Method in class org.apache.hadoop.hdfs.tools.federation.AddMountAttributes
 
getDestination(GetDestinationRequest) - Method in class org.apache.hadoop.hdfs.protocolPB.RouterAdminProtocolTranslatorPB
 
getDestination(GetDestinationRequest) - Method in interface org.apache.hadoop.hdfs.server.federation.resolver.MountTableManager
Get the destination subcluster (namespace) of a file/directory.
getDestination(GetDestinationRequest) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterAdminServer
 
getDestination(GetDestinationRequest) - Method in class org.apache.hadoop.hdfs.server.federation.store.impl.MountTableStoreImpl
 
getDestination(RpcController, HdfsServerFederationProtos.GetDestinationRequestProto) - Method in class org.apache.hadoop.hdfs.protocolPB.RouterAdminProtocolServerSideTranslatorPB
 
getDestinationForPath(String) - Method in interface org.apache.hadoop.hdfs.server.federation.resolver.FileSubclusterResolver
Get the destinations for a global path.
getDestinationForPath(String) - Method in class org.apache.hadoop.hdfs.server.federation.resolver.MountTableResolver
 
getDestinationForPath(String) - Method in class org.apache.hadoop.hdfs.server.federation.resolver.MultipleDestinationMountTableResolver
 
getDestinationOrder() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.PathLocation
Get the order for the destinations.
GetDestinationRequest - Class in org.apache.hadoop.hdfs.server.federation.store.protocol
API request for getting the destination subcluster of a file.
GetDestinationRequest() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.GetDestinationRequest
 
GetDestinationRequestPBImpl - Class in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb
Protobuf implementation of the state store API object GetDestinationRequest.
GetDestinationRequestPBImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetDestinationRequestPBImpl
 
GetDestinationRequestPBImpl(HdfsServerFederationProtos.GetDestinationRequestProto) - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetDestinationRequestPBImpl
 
GetDestinationResponse - Class in org.apache.hadoop.hdfs.server.federation.store.protocol
API response for getting the destination subcluster of a file.
GetDestinationResponse() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.GetDestinationResponse
 
GetDestinationResponsePBImpl - Class in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb
Protobuf implementation of the state store API object GetDestinationResponse.
GetDestinationResponsePBImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetDestinationResponsePBImpl
 
GetDestinationResponsePBImpl(HdfsServerFederationProtos.GetDestinationResponseProto) - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetDestinationResponsePBImpl
 
getDestinations() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.PathLocation
Get the list of locations found in the mount table.
getDestinations() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetDestinationResponse
 
getDestinations() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetDestinationResponsePBImpl
 
getDestinations() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MountTablePBImpl
 
getDestinations() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MountTable
Get a list of destinations (namespace + path) present for this entry.
getDestOrder() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MountTablePBImpl
 
getDestOrder() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MountTable
Get the order of the destinations for this mount table entry.
getDisabledNameservices() - Method in class org.apache.hadoop.hdfs.server.federation.store.DisabledNameserviceStore
Get a list of disabled name services.
getDisabledNameservices() - Method in class org.apache.hadoop.hdfs.server.federation.store.impl.DisabledNameserviceStoreImpl
 
getDisabledNameservices(GetDisabledNameservicesRequest) - Method in class org.apache.hadoop.hdfs.protocolPB.RouterAdminProtocolTranslatorPB
 
getDisabledNameservices(GetDisabledNameservicesRequest) - Method in interface org.apache.hadoop.hdfs.server.federation.router.NameserviceManager
Get the list of disabled name service.
getDisabledNameservices(GetDisabledNameservicesRequest) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterAdminServer
 
getDisabledNameservices(RpcController, HdfsServerFederationProtos.GetDisabledNameservicesRequestProto) - Method in class org.apache.hadoop.hdfs.protocolPB.RouterAdminProtocolServerSideTranslatorPB
 
GetDisabledNameservicesRequest - Class in org.apache.hadoop.hdfs.server.federation.store.protocol
API request for getting the disabled name services.
GetDisabledNameservicesRequest() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.GetDisabledNameservicesRequest
 
GetDisabledNameservicesRequestPBImpl - Class in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb
Protobuf implementation of the state store API object GetDisabledNameservicesRequest.
GetDisabledNameservicesRequestPBImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetDisabledNameservicesRequestPBImpl
 
GetDisabledNameservicesRequestPBImpl(HdfsServerFederationProtos.GetDisabledNameservicesRequestProto) - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetDisabledNameservicesRequestPBImpl
 
GetDisabledNameservicesResponse - Class in org.apache.hadoop.hdfs.server.federation.store.protocol
API response for getting the disabled nameservices in the state store.
GetDisabledNameservicesResponse() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.GetDisabledNameservicesResponse
 
GetDisabledNameservicesResponsePBImpl - Class in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb
Protobuf implementation of the state store API object GetDisabledNameservicesResponse.
GetDisabledNameservicesResponsePBImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetDisabledNameservicesResponsePBImpl
 
GetDisabledNameservicesResponsePBImpl(HdfsServerFederationProtos.GetDisabledNameservicesResponseProto) - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetDisabledNameservicesResponsePBImpl
 
getDisabledNamespaces() - Method in interface org.apache.hadoop.hdfs.server.federation.resolver.ActiveNamenodeResolver
Get a list of all namespaces that are disabled.
getDisabledNamespaces() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.MembershipNamenodeResolver
 
getDistinctVersionCount() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getDistinctVersions() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getDriver() - Method in class org.apache.hadoop.hdfs.server.federation.store.RecordStore
Get the State Store driver.
getDriver() - Method in class org.apache.hadoop.hdfs.server.federation.store.StateStoreService
Get the state store driver.
getECBlockGroupStats() - Method in class org.apache.hadoop.hdfs.server.federation.router.ErasureCoding
 
getECBlockGroupStats() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
getECBlockGroupStats() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
getECTopologyResultForPolicies(String[]) - Method in class org.apache.hadoop.hdfs.server.federation.router.ErasureCoding
 
getECTopologyResultForPolicies(String...) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
getECTopologyResultForPolicies(String...) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
getEditLogManifest(long) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterNamenodeProtocol
 
getEditLogManifest(long) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
getEditsFromTxid(long) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
getEditsFromTxid(long) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
getEnclosingRoot(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
getEnclosingRoot(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
getEnteringMaintenanceNodes() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getEntries() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.AddMountTableEntriesRequest
 
getEntries() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetMountTableEntriesResponse
 
getEntries() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.AddMountTableEntriesRequestPBImpl
 
getEntries() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetMountTableEntriesResponsePBImpl
 
getEntry() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.AddMountTableEntryRequest
 
getEntry() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.AddMountTableEntryRequestPBImpl
 
getEntry() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.UpdateMountTableEntryRequestPBImpl
 
getEntry() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.UpdateMountTableEntryRequest
 
getErasureCodingCodecs() - Method in class org.apache.hadoop.hdfs.server.federation.router.ErasureCoding
 
getErasureCodingCodecs() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
getErasureCodingCodecs() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
getErasureCodingPolicies() - Method in class org.apache.hadoop.hdfs.server.federation.router.ErasureCoding
 
getErasureCodingPolicies() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
getErasureCodingPolicies() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
getErasureCodingPolicy(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.ErasureCoding
 
getErasureCodingPolicy(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
getErasureCodingPolicy(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
getErrorCount() - Method in class org.apache.hadoop.hdfs.server.federation.router.PeriodicService
Get how many times we failed to run the periodic service.
getEstimatedCapacityLostTotal() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getException() - Method in class org.apache.hadoop.hdfs.server.federation.router.RemoteResult
 
getExpirationMs() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.BaseRecord
Get the expiration time for the record.
getExpirationMs() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.DisabledNameservice
 
getExpirationMs() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
 
getExpirationMs() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
getExpirationMs() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MountTable
 
getExpirationMs() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.RouterState
 
getExpirationMs() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.StateStoreVersion
 
getExpiredNamenodeRegistrations(GetNamenodeRegistrationsRequest) - Method in class org.apache.hadoop.hdfs.server.federation.store.impl.MembershipStoreImpl
 
getExpiredNamenodeRegistrations(GetNamenodeRegistrationsRequest) - Method in class org.apache.hadoop.hdfs.server.federation.store.MembershipStore
Get the expired registrations from the registration cache.
getEZForPath(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
getEZForPath(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
getFailedRecordsKeys() - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.StateStoreOperationResult
 
getFailedRecordsKeys() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.AddMountTableEntriesResponse
 
getFailedRecordsKeys() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.AddMountTableEntriesResponsePBImpl
 
getFailureAvg() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NullStateStoreMetrics
 
getFailureAvg() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.StateStoreMBean
 
getFailureAvg() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.StateStoreMetrics
 
getFailureOps() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NullStateStoreMetrics
 
getFailureOps() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.StateStoreMBean
 
getFailureOps() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.StateStoreMetrics
 
getFileInfo(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
getFileInfo(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
getFileLinkInfo(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
getFileLinkInfo(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
getFilesTotal() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getFirstNamespace(String, PathLocation) - Method in class org.apache.hadoop.hdfs.server.federation.resolver.order.HashFirstResolver
 
getFirstNamespace(String, PathLocation) - Method in class org.apache.hadoop.hdfs.server.federation.resolver.order.HashResolver
Use the result from consistent hashing locator to prioritize the locations for a path.
getFirstNamespace(String, PathLocation) - Method in interface org.apache.hadoop.hdfs.server.federation.resolver.order.OrderedResolver
Get the first namespace based on this resolver approach.
getFirstNamespace(String, PathLocation) - Method in class org.apache.hadoop.hdfs.server.federation.resolver.order.RandomResolver
Get a random name space from the path.
getFirstNamespace(String, PathLocation) - Method in class org.apache.hadoop.hdfs.server.federation.resolver.order.RouterResolver
 
getFree() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getFsLockQueueLength() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getFSState() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getGroupName() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MountTablePBImpl
 
getGroupName() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MountTable
Get group name of this mount table entry.
getGroupsForUser(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
getGroupsForUser(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterUserProtocol
 
getHAServiceState() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
getHAServiceState() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
getHash(String) - Method in class org.apache.hadoop.hdfs.server.federation.utils.ConsistentHashRing
 
getHighestPriorityLowRedundancyECBlocks() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.FederationMBean
Gets the total number of erasure coded low redundancy blocks on the cluster with the highest risk of loss.
getHighestPriorityLowRedundancyECBlocks() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getHighestPriorityLowRedundancyECBlocks() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.RBFMetrics
 
getHighestPriorityLowRedundancyECBlocks() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.NamenodeStatusReport
Gets the total number of erasure coded low redundancy blocks on the cluster with the highest risk of loss.
getHighestPriorityLowRedundancyECBlocks() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
getHighestPriorityLowRedundancyECBlocks() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
getHighestPriorityLowRedundancyReplicatedBlocks() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.FederationMBean
Gets the total number of replicated low redundancy blocks on the cluster with the highest risk of loss.
getHighestPriorityLowRedundancyReplicatedBlocks() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getHighestPriorityLowRedundancyReplicatedBlocks() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.RBFMetrics
 
getHighestPriorityLowRedundancyReplicatedBlocks() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.NamenodeStatusReport
Gets the total number of replicated low redundancy blocks on the cluster with the highest risk of loss.
getHighestPriorityLowRedundancyReplicatedBlocks() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
getHighestPriorityLowRedundancyReplicatedBlocks() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
getHostAndPort() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.FederationMBean
Deprecated.
getHostAndPort() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getHostAndPort() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.RBFMetrics
 
getHostAndPort() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.RouterMBean
Get the host and port of the router.
getHostPortString(InetSocketAddress) - Static method in class org.apache.hadoop.hdfs.server.federation.store.StateStoreUtils
Returns address in form of host:port, empty string if address is null.
getHttpAddress() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterHttpServer
 
getHttpsAddress() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterHttpServer
 
getHttpServerAddress() - Method in class org.apache.hadoop.hdfs.server.federation.router.Router
Get the current HTTP socket address for the router.
getIdentifier() - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.StateStoreDriver
Gets a unique identifier for the running task/process.
getIdentifier() - Method in class org.apache.hadoop.hdfs.server.federation.store.StateStoreService
Fetch a unique identifier for this state store instance.
getIntervalMs() - Method in class org.apache.hadoop.hdfs.server.federation.router.PeriodicService
Get the interval for the periodic service.
getIsSafeMode() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatePBImpl
 
getIsSafeMode() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
 
getJmx(String, String, URLConnectionFactory, String) - Static method in class org.apache.hadoop.hdfs.server.federation.router.FederationUtil
Get a JMX data from a web endpoint.
getJournalTransactionInfo() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getJSON() - Method in class org.apache.hadoop.hdfs.server.federation.router.ConnectionManager
Get a JSON representation of the connection pool.
getJSON() - Method in class org.apache.hadoop.hdfs.server.federation.router.ConnectionPool
JSON representation of the connection pool.
getJSON() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcClient
JSON representation of the connection pool.
getJvmMetrics() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterMetrics
 
getJvmMetrics() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterMetricsService
Get the JVM metrics for the Router.
getLastActiveTime() - Method in class org.apache.hadoop.hdfs.server.federation.router.ConnectionPool
Get the last time the connection pool was used.
getLastContact() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatePBImpl
 
getLastContact() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
 
getLastHATransitionTime() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getLastSeenStateId() - Method in class org.apache.hadoop.hdfs.server.federation.router.PoolAlignmentContext
 
getLastUpdate() - Method in class org.apache.hadoop.hdfs.server.federation.router.PeriodicService
Get the last time the periodic service was executed.
getLifelineAddress() - Method in interface org.apache.hadoop.hdfs.server.federation.resolver.FederationNamenodeContext
Get the Lifeline RPC server address of the namenode.
getLifelineAddress() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.NamenodeStatusReport
Get the Lifeline RPC address.
getLifelineAddress() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatePBImpl
 
getLifelineAddress() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
 
getLinkTarget(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
getLinkTarget(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
getListing(String, byte[], boolean) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
getListing(String, byte[], boolean) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
getLiveNodes() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getLocalRefresher(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.MountTableRefresherService
 
getLocatedFileInfo(String, boolean) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
getLocatedFileInfo(String, boolean) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
getLocation() - Method in class org.apache.hadoop.hdfs.server.federation.router.RemoteResult
 
getLocation(String) - Method in class org.apache.hadoop.hdfs.server.federation.utils.ConsistentHashRing
Return location (owner) of specified item.
getLocationForPath(String, boolean, String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
Locate the location with the matching block pool id.
getLocations() - Method in class org.apache.hadoop.hdfs.server.federation.utils.ConsistentHashRing
Get the locations in the ring.
getLocationsForPath(String, boolean) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
Get the possible locations of a path in the federated cluster.
getLocationsForPath(String, boolean, boolean) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
Get the possible locations of a path in the federated cluster.
getLocCacheAccess() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.MountTableResolver
 
getLocCacheMiss() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.MountTableResolver
 
getLowRedundancyBlocks() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getMaxObjects() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getMaxSize() - Method in class org.apache.hadoop.hdfs.server.federation.router.ConnectionPool
Get the maximum number of connections allowed in this pool.
getMembershipStore() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.order.RouterResolver
Get the Membership store.
getMembershipVersion() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.StateStoreVersionPBImpl
 
getMembershipVersion() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.StateStoreVersion
 
getMethod() - Method in class org.apache.hadoop.hdfs.server.federation.router.RemoteMethod
Get the represented java method.
getMethodName() - Method in class org.apache.hadoop.hdfs.server.federation.router.RemoteMethod
Get the name of the method.
getMetrics() - Method in class org.apache.hadoop.hdfs.server.federation.router.Router
Get the federation metrics.
getMetrics() - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.StateStoreDriver
Get the metrics for the State Store.
getMetrics() - Method in class org.apache.hadoop.hdfs.server.federation.store.StateStoreService
Get the metrics for the State Store.
getMinActiveRatio() - Method in class org.apache.hadoop.hdfs.server.federation.router.ConnectionPool
Get the minimum ratio of active connections in this pool.
getMinSize() - Method in class org.apache.hadoop.hdfs.server.federation.router.ConnectionPool
Get the minimum number of connections in this pool.
getMode() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MountTablePBImpl
 
getMode() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MountTable
Get permission of this mount table entry.
getMostRecentCheckpointTxId() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterNamenodeProtocol
 
getMostRecentCheckpointTxId() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
getMount() - Method in class org.apache.hadoop.hdfs.tools.federation.AddMountAttributes
 
getMountEntry(String, MountTableManager) - Static method in class org.apache.hadoop.hdfs.rbfbalance.MountTableProcedure
Gets the mount table entry.
getMountPoint(String) - Method in class org.apache.hadoop.hdfs.server.federation.resolver.MountTableResolver
Get the mount table entry for a path.
getMountPoints(String) - Method in interface org.apache.hadoop.hdfs.server.federation.resolver.FileSubclusterResolver
Get a list of mount points for a path.
getMountPoints(String) - Method in class org.apache.hadoop.hdfs.server.federation.resolver.MountTableResolver
 
getMountPoints(String, Collection<String>) - Static method in interface org.apache.hadoop.hdfs.server.federation.resolver.FileSubclusterResolver
Get a list of mount points for a path.
getMounts(String) - Method in class org.apache.hadoop.hdfs.server.federation.resolver.MountTableResolver
Get all the mount records at or beneath a given path.
getMountTable() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.FederationMBean
Get the mount table for the federated filesystem or null if failure.
getMountTable() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.RBFMetrics
 
getMountTableEntries(GetMountTableEntriesRequest) - Method in class org.apache.hadoop.hdfs.protocolPB.RouterAdminProtocolTranslatorPB
 
getMountTableEntries(GetMountTableEntriesRequest) - Method in interface org.apache.hadoop.hdfs.server.federation.resolver.MountTableManager
List all mount table entries present at or below the path.
getMountTableEntries(GetMountTableEntriesRequest) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterAdminServer
 
getMountTableEntries(GetMountTableEntriesRequest) - Method in class org.apache.hadoop.hdfs.server.federation.store.impl.MountTableStoreImpl
 
getMountTableEntries(RpcController, HdfsServerFederationProtos.GetMountTableEntriesRequestProto) - Method in class org.apache.hadoop.hdfs.protocolPB.RouterAdminProtocolServerSideTranslatorPB
Get matching mount table entries.
GetMountTableEntriesRequest - Class in org.apache.hadoop.hdfs.server.federation.store.protocol
API request for listing mount table entries present in the state store.
GetMountTableEntriesRequest() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.GetMountTableEntriesRequest
 
GetMountTableEntriesRequestPBImpl - Class in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb
Protobuf implementation of the state store API object GetMountTableEntriesRequest.
GetMountTableEntriesRequestPBImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetMountTableEntriesRequestPBImpl
 
GetMountTableEntriesRequestPBImpl(HdfsServerFederationProtos.GetMountTableEntriesRequestProto) - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetMountTableEntriesRequestPBImpl
 
GetMountTableEntriesResponse - Class in org.apache.hadoop.hdfs.server.federation.store.protocol
API response for listing mount table entries present in the state store.
GetMountTableEntriesResponse() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.GetMountTableEntriesResponse
 
GetMountTableEntriesResponsePBImpl - Class in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb
Protobuf implementation of the state store API object GetMountTableEntriesResponse.
GetMountTableEntriesResponsePBImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetMountTableEntriesResponsePBImpl
 
GetMountTableEntriesResponsePBImpl(HdfsServerFederationProtos.GetMountTableEntriesResponseProto) - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetMountTableEntriesResponsePBImpl
 
getMountTableEntryWithAttributes() - Method in class org.apache.hadoop.hdfs.tools.federation.AddMountAttributes
Retrieve mount table object with all attributes derived from this object.
getMountTableManager() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClient
 
getMountTableStore() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.MountTableResolver
Get the mount table store for this resolver.
getMountTableVersion() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.StateStoreVersionPBImpl
 
getMountTableVersion() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.StateStoreVersion
 
getMultiple(Class<T>, Query<T>) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreBaseImpl
 
getMultiple(Class<T>, Query<T>) - Method in interface org.apache.hadoop.hdfs.server.federation.store.driver.StateStoreRecordOperations
Get multiple records from the store that match a query.
getNameDirSize() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getNameDirStatuses() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getNameJournalStatus() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getNamenodeDesc() - Method in class org.apache.hadoop.hdfs.server.federation.router.NamenodeHeartbeatService
Get the description of the Namenode to monitor.
getNamenodeId() - Method in interface org.apache.hadoop.hdfs.server.federation.resolver.FederationNamenodeContext
Identifier for the namenode.
getNamenodeId() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.NamenodeStatusReport
Get the namenode identifier.
getNamenodeId() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.UpdateNamenodeRegistrationRequestPBImpl
 
getNamenodeId() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.UpdateNamenodeRegistrationRequest
 
getNamenodeId() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatePBImpl
 
getNamenodeId() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
 
getNamenodeKey() - Method in interface org.apache.hadoop.hdfs.server.federation.resolver.FederationNamenodeContext
Get the unique key representing the namenode.
getNamenodeKey() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
Get the identifier of this namenode registration.
getNamenodeKey(String, String) - Static method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
Generate the identifier for a Namenode in the HDFS federation.
getNamenodeMembership() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.NamenodeHeartbeatRequestPBImpl
 
getNamenodeMembership() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.NamenodeHeartbeatRequest
 
getNamenodeMemberships() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetNamenodeRegistrationsResponse
 
getNamenodeMemberships() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetNamenodeRegistrationsResponsePBImpl
 
getNamenodeMetrics() - Method in class org.apache.hadoop.hdfs.server.federation.router.Router
Get the namenode metrics.
getNamenodeMetrics() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterMetricsService
Get the Namenode metrics.
getNamenodeRegistrations(GetNamenodeRegistrationsRequest) - Method in class org.apache.hadoop.hdfs.server.federation.store.impl.MembershipStoreImpl
 
getNamenodeRegistrations(GetNamenodeRegistrationsRequest) - Method in class org.apache.hadoop.hdfs.server.federation.store.MembershipStore
Queries for a single cached registration entry matching the given parameters.
GetNamenodeRegistrationsRequest - Class in org.apache.hadoop.hdfs.server.federation.store.protocol
API request for listing namenode registrations present in the state store.
GetNamenodeRegistrationsRequest() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.GetNamenodeRegistrationsRequest
 
GetNamenodeRegistrationsRequestPBImpl - Class in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb
Protobuf implementation of the state store API object GetNamenodeRegistrationsRequest.
GetNamenodeRegistrationsRequestPBImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetNamenodeRegistrationsRequestPBImpl
 
GetNamenodeRegistrationsRequestPBImpl(HdfsServerFederationProtos.GetNamenodeRegistrationsRequestProto) - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetNamenodeRegistrationsRequestPBImpl
 
GetNamenodeRegistrationsResponse - Class in org.apache.hadoop.hdfs.server.federation.store.protocol
API response for listing namenode registrations present in the state store.
GetNamenodeRegistrationsResponse() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.GetNamenodeRegistrationsResponse
 
GetNamenodeRegistrationsResponsePBImpl - Class in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb
Protobuf implementation of the state store API object GetNamenodeRegistrationsResponse.
GetNamenodeRegistrationsResponsePBImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetNamenodeRegistrationsResponsePBImpl
 
GetNamenodeRegistrationsResponsePBImpl(HdfsServerFederationProtos.GetNamenodeRegistrationsResponseProto) - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetNamenodeRegistrationsResponsePBImpl
 
getNamenodeResolver() - Method in class org.apache.hadoop.hdfs.server.federation.router.Router
Get the namenode resolver for a subcluster.
getNamenodeResolver() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcClient
Get the active namenode resolver used by this client.
getNamenodeResolver() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
Get the active namenode resolver.
getNamenodes() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.FederationMBean
Get information about all the namenodes in the federation or null if failure.
getNamenodes() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.RBFMetrics
 
getNamenodesForBlockPoolId(String) - Method in interface org.apache.hadoop.hdfs.server.federation.resolver.ActiveNamenodeResolver
Returns a prioritized list of the most recent cached registration entries for a single block pool ID.
getNamenodesForBlockPoolId(String) - Method in class org.apache.hadoop.hdfs.server.federation.resolver.MembershipNamenodeResolver
 
getNamenodesForNameserviceId(String, boolean) - Method in interface org.apache.hadoop.hdfs.server.federation.resolver.ActiveNamenodeResolver
Returns a prioritized list of the most recent cached registration entries for a single nameservice ID.
getNamenodesForNameserviceId(String, boolean) - Method in class org.apache.hadoop.hdfs.server.federation.resolver.MembershipNamenodeResolver
 
getNamenodeStatusReport() - Method in class org.apache.hadoop.hdfs.server.federation.router.NamenodeHeartbeatService
Get the status report for the Namenode monitored by this heartbeater.
getNameserviceId() - Method in interface org.apache.hadoop.hdfs.server.federation.resolver.FederationNamenodeContext
Identifier for the nameservice/namespace.
getNameserviceId() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.FederationNamespaceInfo
 
getNameserviceId() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.NamenodeStatusReport
Get the name service identifier.
getNameserviceId() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.RemoteLocation
 
getNameserviceId() - Method in class org.apache.hadoop.hdfs.server.federation.router.RemoteLocationContext
Returns an identifier for a unique namespace.
getNameserviceId() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.UpdateNamenodeRegistrationRequestPBImpl
 
getNameserviceId() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.UpdateNamenodeRegistrationRequest
 
getNameserviceId() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.DisabledNameservice
Get the identifier of the name service to disable.
getNameserviceId() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.DisabledNameservicePBImpl
 
getNameserviceId() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatePBImpl
 
getNameserviceId() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
 
getNameServiceId() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.DisableNameserviceRequest
 
getNameServiceId() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.EnableNameserviceRequest
 
getNameServiceId() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.DisableNameserviceRequestPBImpl
 
getNameServiceId() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.EnableNameserviceRequestPBImpl
 
getNameserviceManager() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClient
 
getNameservices() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.FederationMBean
Get the latest info for each registered nameservice.
getNameservices() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.RBFMetrics
 
getNameservices() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetDisabledNameservicesResponse
 
getNameservices() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetDisabledNameservicesResponsePBImpl
 
getNamespaceInfo() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetNamespaceInfoResponse
 
getNamespaceInfo() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetNamespaceInfoResponsePBImpl
 
getNamespaceInfo(GetNamespaceInfoRequest) - Method in class org.apache.hadoop.hdfs.server.federation.store.impl.MembershipStoreImpl
 
getNamespaceInfo(GetNamespaceInfoRequest) - Method in class org.apache.hadoop.hdfs.server.federation.store.MembershipStore
Retrieves a list of registered nameservices and their associated info.
GetNamespaceInfoRequest - Class in org.apache.hadoop.hdfs.server.federation.store.protocol
API response for listing HDFS namespaces present in the state store.
GetNamespaceInfoRequest() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.GetNamespaceInfoRequest
 
GetNamespaceInfoRequestPBImpl - Class in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb
Protobuf implementation of the state store API object GetNamespaceInfoRequest.
GetNamespaceInfoRequestPBImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetNamespaceInfoRequestPBImpl
 
GetNamespaceInfoResponse - Class in org.apache.hadoop.hdfs.server.federation.store.protocol
API response for listing HDFS namespaces present in the state store.
GetNamespaceInfoResponse() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.GetNamespaceInfoResponse
 
GetNamespaceInfoResponsePBImpl - Class in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb
Protobuf implementation of the state store API object GetNamespaceInfoResponse.
GetNamespaceInfoResponsePBImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetNamespaceInfoResponsePBImpl
 
getNamespaces() - Method in interface org.apache.hadoop.hdfs.server.federation.resolver.ActiveNamenodeResolver
Get a list of all namespaces that are registered and active in the federation.
getNamespaces() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.MembershipNamenodeResolver
 
getNamespaces() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.PathLocation
Get the subclusters defined for the destinations.
getNewOrUpdatedMountTableEntryWithAttributes(MountTable) - Method in class org.apache.hadoop.hdfs.tools.federation.AddMountAttributes
Retrieve mount table object with all attributes derived from this object.
getNextSPSPath() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterNamenodeProtocol
 
getNextSPSPath() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
getNNRole() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getNNStartedTimeInMillis() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getNodeUsage() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.FederationMBean
Get Max, Median, Min and Standard Deviation of DataNodes usage.
getNodeUsage() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getNodeUsage() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.RBFMetrics
 
getNonDfsUsedSpace() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getNsFromDataNodeNetworkLocation(String) - Static method in class org.apache.hadoop.hdfs.server.federation.router.RouterWebHdfsMethods
Get the nameservice info from datanode network location.
getNsId() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NameserviceRPCMetrics
 
getNss() - Method in class org.apache.hadoop.hdfs.tools.federation.AddMountAttributes
 
getNumActiveConnections() - Method in class org.apache.hadoop.hdfs.server.federation.router.ConnectionManager
Get number of active connections.
getNumActiveConnections() - Method in class org.apache.hadoop.hdfs.server.federation.router.ConnectionPool
Number of active connections in the pool.
getNumActiveConnections() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcClient
Total number of available sockets between the router and NNs.
getNumActiveConnectionsRecently() - Method in class org.apache.hadoop.hdfs.server.federation.router.ConnectionManager
Get number of recently active connections.
getNumActiveConnectionsRecently() - Method in class org.apache.hadoop.hdfs.server.federation.router.ConnectionPool
Number of active connections recently in the pool.
getNumActiveConnectionsRecently() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcClient
Total number of active sockets between the router and NNs.
getNumberOfMissingBlocks() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getNumberOfMissingBlocksWithReplicationFactorOne() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.FederationMBean
Gets the total number of missing blocks on the cluster with replication factor 1.
getNumberOfMissingBlocksWithReplicationFactorOne() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getNumberOfMissingBlocksWithReplicationFactorOne() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.RBFMetrics
 
getNumberOfMissingBlocksWithReplicationFactorOne() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.NamenodeStatusReport
Gets the total number of missing blocks on the cluster with replication factor 1.
getNumberOfMissingBlocksWithReplicationFactorOne() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
getNumberOfMissingBlocksWithReplicationFactorOne() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
getNumberOfSnapshottableDirs() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getNumBlocks() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.FederationMBean
Get the number of blocks in the federation.
getNumBlocks() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.RBFMetrics
 
getNumBlocks() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.NamenodeStatusReport
Get the number of blocks.
getNumBlocksMissing() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.NamenodeStatusReport
Get the number of missing blocks.
getNumConnectionPools() - Method in class org.apache.hadoop.hdfs.server.federation.router.ConnectionManager
Get the number of connection pools.
getNumConnectionPools() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcClient
Total number of open connection pools to a NN.
getNumConnections() - Method in class org.apache.hadoop.hdfs.server.federation.router.ConnectionManager
Get number of open connections.
getNumConnections() - Method in class org.apache.hadoop.hdfs.server.federation.router.ConnectionPool
Number of connections in the pool.
getNumConnections() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcClient
Total number of available sockets between the router and NNs.
getNumCreatingConnections() - Method in class org.apache.hadoop.hdfs.server.federation.router.ConnectionManager
Get the number of connections to be created.
getNumCreatingConnections() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcClient
Number of connections between the router and NNs being created sockets.
getNumDeadDatanodes() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.NamenodeStatusReport
Get the number of dead nodes.
getNumDeadDataNodes() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getNumDeadNodes() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.FederationMBean
Get the number of dead datanodes.
getNumDeadNodes() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.RBFMetrics
 
getNumDecomDeadDatanodes() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.NamenodeStatusReport
Get the number of dead decommissioned nodes.
getNumDecomDeadDataNodes() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getNumDecomDeadNodes() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.FederationMBean
Get the number of dead decommissioned datanodes.
getNumDecomDeadNodes() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.RBFMetrics
 
getNumDecomLiveDatanodes() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.NamenodeStatusReport
Get the number of live decommissioned nodes.
getNumDecomLiveDataNodes() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getNumDecomLiveNodes() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.FederationMBean
Get the number of live decommissioned datanodes.
getNumDecomLiveNodes() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.RBFMetrics
 
getNumDecommissioningDatanodes() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.NamenodeStatusReport
Get the number of decommissionining nodes.
getNumDecommissioningDataNodes() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getNumDecommissioningNodes() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.FederationMBean
Get the number of decommissioning datanodes.
getNumDecommissioningNodes() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.RBFMetrics
 
getNumEncryptionZones() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getNumEnteringMaintenanceDataNodes() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.FederationMBean
Get the number of datanodes which are entering maintenance.
getNumEnteringMaintenanceDataNodes() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getNumEnteringMaintenanceDataNodes() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.RBFMetrics
 
getNumEnteringMaintenanceDataNodes() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.NamenodeStatusReport
Get the number of entering maintenance nodes.
getNumExpiredNamenodes() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.FederationMBean
Get the number of expired namenodes.
getNumExpiredNamenodes() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.RBFMetrics
 
getNumFiles() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.FederationMBean
Get the number of files in the federation.
getNumFiles() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.RBFMetrics
 
getNumFiles() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.NamenodeStatusReport
Get the number of files.
getNumIdleConnections() - Method in class org.apache.hadoop.hdfs.server.federation.router.ConnectionManager
Get number of idle connections.
getNumIdleConnections() - Method in class org.apache.hadoop.hdfs.server.federation.router.ConnectionPool
Number of usable i.e.
getNumIdleConnections() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcClient
Total number of idle sockets between the router and NNs.
getNumInMaintenanceDeadDataNodes() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.FederationMBean
Get the number of dead datanodes which are under maintenance.
getNumInMaintenanceDeadDataNodes() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getNumInMaintenanceDeadDataNodes() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.RBFMetrics
 
getNumInMaintenanceDeadDataNodes() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.NamenodeStatusReport
Get the number of dead in maintenance nodes.
getNumInMaintenanceLiveDataNodes() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.FederationMBean
Get the number of live datanodes which are under maintenance.
getNumInMaintenanceLiveDataNodes() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getNumInMaintenanceLiveDataNodes() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.RBFMetrics
 
getNumInMaintenanceLiveDataNodes() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.NamenodeStatusReport
Get the number of live in maintenance nodes.
getNumInServiceLiveDataNodes() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getNumLiveDatanodes() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.NamenodeStatusReport
Get the number of live blocks.
getNumLiveDataNodes() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getNumLiveNodes() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.FederationMBean
Get the number of live datanodes.
getNumLiveNodes() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.RBFMetrics
 
getNumNamenodes() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.FederationMBean
Get the number of namenodes.
getNumNamenodes() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.RBFMetrics
 
getNumNameservices() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.FederationMBean
Get the number of nameservices in the federation.
getNumNameservices() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.RBFMetrics
 
getNumOfActiveDatanodes() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
getNumOfActiveDatanodes() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
getNumOfBlocks() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
getNumOfBlocks() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
getNumOfBlocksMissing() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
getNumOfBlocksMissing() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
getNumOfBlocksPendingDeletion() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.FederationMBean
Get the number of pending deletion blocks in the federation.
getNumOfBlocksPendingDeletion() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.RBFMetrics
 
getNumOfBlocksPendingDeletion() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.NamenodeStatusReport
Get the number of pending deletion blocks.
getNumOfBlocksPendingDeletion() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
getNumOfBlocksPendingDeletion() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
getNumOfBlocksPendingReplication() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.FederationMBean
Get the number of pending replication blocks in the federation.
getNumOfBlocksPendingReplication() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.RBFMetrics
 
getNumOfBlocksPendingReplication() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.NamenodeStatusReport
Get the number of pending replication blocks.
getNumOfBlocksPendingReplication() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
getNumOfBlocksPendingReplication() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
getNumOfBlocksUnderReplicated() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.FederationMBean
Get the number of under replicated blocks in the federation.
getNumOfBlocksUnderReplicated() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.RBFMetrics
 
getNumOfBlocksUnderReplicated() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.NamenodeStatusReport
Get the number of under replicated blocks.
getNumOfBlocksUnderReplicated() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
getNumOfBlocksUnderReplicated() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
getNumOfDeadDatanodes() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
getNumOfDeadDatanodes() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
getNumOfDecomActiveDatanodes() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
getNumOfDecomActiveDatanodes() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
getNumOfDecomDeadDatanodes() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
getNumOfDecomDeadDatanodes() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
getNumOfDecommissioningDatanodes() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
getNumOfDecommissioningDatanodes() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
getNumOfEnteringMaintenanceDataNodes() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
getNumOfEnteringMaintenanceDataNodes() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
getNumOfFiles() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
getNumOfFiles() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
getNumOfInMaintenanceDeadDataNodes() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
getNumOfInMaintenanceDeadDataNodes() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
getNumOfInMaintenanceLiveDataNodes() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
getNumOfInMaintenanceLiveDataNodes() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
getNumOfMissingBlocks() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.FederationMBean
Get the number of missing blocks in the federation.
getNumOfMissingBlocks() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.RBFMetrics
 
getNumOfStaleDatanodes() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
getNumOfStaleDatanodes() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
getNumStaleDatanodes() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.NamenodeStatusReport
Get the number of stale nodes.
getNumStaleDataNodes() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getNumStaleNodes() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.FederationMBean
Get the number of stale datanodes.
getNumStaleNodes() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.RBFMetrics
 
getNumStaleStorages() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getObserverProxyOps() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMBean
 
getObserverProxyOps() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMetrics
 
getOrder() - Method in class org.apache.hadoop.hdfs.tools.federation.AddMountAttributes
 
getOriginalPrimaryKey(String) - Static method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreSerializableImpl
Get the original primary key for the given state store record key.
getOwnerName() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MountTablePBImpl
 
getOwnerName() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MountTable
Get owner name of this mount table entry.
getParameterForContext(RemoteLocationContext) - Method in class org.apache.hadoop.hdfs.server.federation.router.RemoteParam
Determine the appropriate value for this parameter based on the location.
getParamIndex() - Method in class org.apache.hadoop.hdfs.tools.federation.AddMountAttributes
 
getParams() - Method in class org.apache.hadoop.hdfs.server.federation.router.RemoteMethod
Generate a list of parameters for this specific location using no context.
getParams(RemoteLocationContext) - Method in class org.apache.hadoop.hdfs.server.federation.router.RemoteMethod
Generate a list of parameters for this specific location.
getPartial() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.Query
Get the partial record used to query.
getPartialMembership() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetNamenodeRegistrationsRequest
 
getPartialMembership() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetNamenodeRegistrationsRequestPBImpl
 
getPaths(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterQuotaManager
Get children paths (can include itself) under specified federation path.
getPendingDeletionBlocks() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getPendingReconstructionBlocks() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getPendingReplicationBlocks() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
Deprecated.
getPendingSPSPaths() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.FederationMBean
Returns the number of paths to be processed by storage policy satisfier.
getPendingSPSPaths() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getPendingSPSPaths() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.RBFMetrics
 
getPendingSPSPaths() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.NamenodeStatusReport
Returns the number of paths to be processed by storage policy satisfier.
getPendingSPSPaths() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
getPendingSPSPaths() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
getPercentBlockPoolUsed() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getPercentRemaining() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getPercentUsed() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getPermissionChecker() - Static method in class org.apache.hadoop.hdfs.server.federation.router.RouterAdminServer
Get a new permission checker used for making mount table access control.
getPoolAlignmentContext() - Method in class org.apache.hadoop.hdfs.server.federation.router.ConnectionPool
Get the alignment context for this pool.
getPoolLocalStateId() - Method in class org.apache.hadoop.hdfs.server.federation.router.PoolAlignmentContext
 
getPreferredBlockSize(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
getPreferredBlockSize(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
getPrimaryKey() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.BaseRecord
Join the primary keys into one single primary key.
getPrimaryKey(BaseRecord) - Static method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreSerializableImpl
Get the primary key for a record.
getPrimaryKeys() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.BaseRecord
Map of primary key names to values for the record.
getPrimaryKeys() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.DisabledNameservice
 
getPrimaryKeys() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
 
getPrimaryKeys() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
getPrimaryKeys() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MountTable
 
getPrimaryKeys() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.RouterState
 
getPrimaryKeys() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.StateStoreVersion
 
getProcessingAvg() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMBean
 
getProcessingAvg() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMetrics
 
getProcessingOps() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMBean
 
getProcessingOps() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMetrics
 
getProto() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.AddMountTableEntriesRequestPBImpl
 
getProto() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.AddMountTableEntriesResponsePBImpl
 
getProto() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.AddMountTableEntryRequestPBImpl
 
getProto() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.AddMountTableEntryResponsePBImpl
 
getProto() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.DisableNameserviceRequestPBImpl
 
getProto() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.DisableNameserviceResponsePBImpl
 
getProto() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.EnableNameserviceRequestPBImpl
 
getProto() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.EnableNameserviceResponsePBImpl
 
getProto() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.EnterSafeModeRequestPBImpl
 
getProto() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.EnterSafeModeResponsePBImpl
 
getProto() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetDestinationRequestPBImpl
 
getProto() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetDestinationResponsePBImpl
 
getProto() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetDisabledNameservicesRequestPBImpl
 
getProto() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetDisabledNameservicesResponsePBImpl
 
getProto() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetMountTableEntriesRequestPBImpl
 
getProto() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetMountTableEntriesResponsePBImpl
 
getProto() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetNamenodeRegistrationsRequestPBImpl
 
getProto() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetNamenodeRegistrationsResponsePBImpl
 
getProto() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetNamespaceInfoRequestPBImpl
 
getProto() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetNamespaceInfoResponsePBImpl
 
getProto() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetRouterRegistrationRequestPBImpl
 
getProto() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetRouterRegistrationResponsePBImpl
 
getProto() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetRouterRegistrationsRequestPBImpl
 
getProto() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetRouterRegistrationsResponsePBImpl
 
getProto() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetSafeModeRequestPBImpl
 
getProto() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetSafeModeResponsePBImpl
 
getProto() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.LeaveSafeModeRequestPBImpl
 
getProto() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.LeaveSafeModeResponsePBImpl
 
getProto() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.NamenodeHeartbeatRequestPBImpl
 
getProto() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.NamenodeHeartbeatResponsePBImpl
 
getProto() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.RefreshMountTableEntriesRequestPBImpl
 
getProto() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.RefreshMountTableEntriesResponsePBImpl
 
getProto() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.RefreshSuperUserGroupsConfigurationRequestPBImpl
 
getProto() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.RefreshSuperUserGroupsConfigurationResponsePBImpl
 
getProto() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.RemoveMountTableEntryRequestPBImpl
 
getProto() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.RemoveMountTableEntryResponsePBImpl
 
getProto() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.RouterHeartbeatRequestPBImpl
 
getProto() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.RouterHeartbeatResponsePBImpl
 
getProto() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.UpdateMountTableEntryRequestPBImpl
 
getProto() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.UpdateMountTableEntryResponsePBImpl
 
getProto() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.UpdateNamenodeRegistrationRequestPBImpl
 
getProto() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.UpdateNamenodeRegistrationResponsePBImpl
 
getProto() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.DisabledNameservicePBImpl
 
getProto() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatePBImpl
 
getProto() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
getProto() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MountTablePBImpl
 
getProto() - Method in interface org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.PBRecord
Get the protocol for the record.
getProto() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.RouterStatePBImpl
 
getProto() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.StateStoreVersionPBImpl
 
getProtocol() - Method in class org.apache.hadoop.hdfs.server.federation.router.RemoteMethod
Get the interface/protocol for this method.
getProtoOrBuilder() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.FederationProtocolPBTranslator
Returns an interface to access data stored within this object.
getProvidedCapacity() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getProvidedCapacityTotal() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getProvidedSpace() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.FederationMBean
Get the total remote storage capacity mounted in the federated cluster.
getProvidedSpace() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.RBFMetrics
 
getProvidedSpace() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.NamenodeStatusReport
Get the space occupied by provided storage.
getProvidedSpace() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
getProvidedSpace() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
getProxyAvg() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMBean
 
getProxyAvg() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMetrics
 
getProxyAvg() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.NameserviceRPCMBean
 
getProxyAvg() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NameserviceRPCMetrics
 
getProxyOpFailureClientOverloaded() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMBean
 
getProxyOpFailureClientOverloaded() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMetrics
 
getProxyOpFailureCommunicate() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMBean
 
getProxyOpFailureCommunicate() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMetrics
 
getProxyOpFailureCommunicate() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.NameserviceRPCMBean
 
getProxyOpFailureCommunicate() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NameserviceRPCMetrics
 
getProxyOpFailureStandby() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMBean
 
getProxyOpFailureStandby() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMetrics
 
getProxyOpFailureStandby() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.NameserviceRPCMBean
 
getProxyOpFailureStandby() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NameserviceRPCMetrics
 
getProxyOpNoNamenodes() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMBean
 
getProxyOpNoNamenodes() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMetrics
 
getProxyOpNoNamenodes() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.NameserviceRPCMBean
 
getProxyOpNoNamenodes() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NameserviceRPCMetrics
 
getProxyOpNotImplemented() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMBean
 
getProxyOpNotImplemented() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMetrics
 
getProxyOpPermitAccepted() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.NameserviceRPCMBean
 
getProxyOpPermitAccepted() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NameserviceRPCMetrics
 
getProxyOpPermitAcceptedPerNs() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMBean
Get the number of operations accepted of each namespace.
getProxyOpPermitAcceptedPerNs() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMetrics
 
getProxyOpPermitRejected() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMBean
Get the number of operations rejected due to lack of permits.
getProxyOpPermitRejected() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMetrics
 
getProxyOpPermitRejected() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.NameserviceRPCMBean
 
getProxyOpPermitRejected() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NameserviceRPCMetrics
 
getProxyOpPermitRejectedPerNs() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMBean
Get the number of operations rejected due to lack of permits of each namespace.
getProxyOpPermitRejectedPerNs() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMetrics
 
getProxyOpRetries() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMBean
 
getProxyOpRetries() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMetrics
 
getProxyOps() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMBean
 
getProxyOps() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMetrics
 
getProxyOps() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.NameserviceRPCMBean
 
getProxyOps() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NameserviceRPCMetrics
 
getQuota() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MountTablePBImpl
 
getQuota() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MountTable
Get quota of this mount table entry.
getQuotaManager() - Method in class org.apache.hadoop.hdfs.server.federation.router.Router
Get route quota manager.
getQuotaManager() - Method in class org.apache.hadoop.hdfs.server.federation.store.MountTableStore
 
getQuotaModule() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
Get quota module implementation.
getQuotaUsage(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.Quota
Get aggregated quota usage for the federation path.
getQuotaUsage(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
getQuotaUsage(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterQuotaManager
Get the nearest ancestor's quota usage, and meanwhile its quota was set.
getQuotaUsage(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
getRBFMetrics() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterMetricsService
Get the federation metrics.
getReadAvg() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NullStateStoreMetrics
 
getReadAvg() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.StateStoreMBean
 
getReadAvg() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.StateStoreMetrics
 
getReader(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileBaseImpl
Get the reader of a record for the file system.
getReader(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileImpl
 
getReader(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileSystemImpl
 
getReadOps() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NullStateStoreMetrics
 
getReadOps() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.StateStoreMBean
 
getReadOps() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.StateStoreMetrics
 
getReconstructionQueuesInitProgress() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getRecordClass() - Method in class org.apache.hadoop.hdfs.server.federation.store.RecordStore
Report a required record to the data store.
getRecordClass(Class<T>) - Static method in class org.apache.hadoop.hdfs.server.federation.store.StateStoreUtils
Get the base class for a record class.
getRecordClass(T) - Static method in class org.apache.hadoop.hdfs.server.federation.store.StateStoreUtils
Get the base class for a record.
getRecordName(Class<T>) - Static method in class org.apache.hadoop.hdfs.server.federation.store.StateStoreUtils
Get the base class name for a record.
getRecords() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.QueryResult
Get the result of the query.
getRecordStores() - Method in class org.apache.hadoop.hdfs.server.federation.store.StateStoreService
Get the list of all RecordStores.
getRegisteredRecordStore(Class<T>) - Method in class org.apache.hadoop.hdfs.server.federation.store.StateStoreService
Get the record store in this State Store for a given interface.
getRejectedPermitForNs(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcClient
 
getRejectedPermitsPerNsJSON() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcClient
JSON representation of the rejected permits for each nameservice.
getRemainingCapacity() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.FederationMBean
Get the remaining capacity of the federated cluster.
getRemainingCapacity() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.RBFMetrics
 
getRemainingCapacityBigInt() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.FederationMBean
Get the remaining capacity (big integer) of the federated cluster.
getRemainingCapacityBigInt() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.RBFMetrics
 
getRemoteAddr() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterWebHdfsMethods
 
getRemoteUser() - Static method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
Get the user that is invoking this operation.
getRemoveAvg() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NullStateStoreMetrics
 
getRemoveAvg() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.StateStoreMBean
 
getRemoveAvg() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.StateStoreMetrics
 
getRemoveOps() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NullStateStoreMetrics
 
getRemoveOps() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.StateStoreMBean
 
getRemoveOps() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.StateStoreMetrics
 
getReplicatedBlockStats() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
getReplicatedBlockStats() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
getResult() - Method in class org.apache.hadoop.hdfs.server.federation.router.RemoteResult
 
getResult() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.NamenodeHeartbeatResponsePBImpl
 
getResult() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.RefreshMountTableEntriesResponsePBImpl
 
getResult() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.UpdateNamenodeRegistrationResponsePBImpl
 
getResult() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.NamenodeHeartbeatResponse
 
getResult() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.RefreshMountTableEntriesResponse
 
getResult() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.UpdateNamenodeRegistrationResponse
 
getRollingUpgradeStatus() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getRootDir() - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileBaseImpl
Get root directory.
getRootDir() - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileImpl
 
getRootDir() - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileSystemImpl
 
getRouter() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.MountTableResolver
Get a reference for the Router for this resolver.
getRouter() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetRouterRegistrationResponse
 
getRouter() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetRouterRegistrationResponsePBImpl
 
getRouter() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.RouterHeartbeatRequestPBImpl
 
getRouter() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.RouterHeartbeatRequest
 
getRouterClientMetrics() - Method in class org.apache.hadoop.hdfs.server.federation.router.Router
Get the metrics system for the Router Client.
getRouterClientMetrics() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterMetricsService
Get the metrics system for the Router Client.
getRouterFailureLockedOps() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMBean
 
getRouterFailureLockedOps() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMetrics
 
getRouterFailureReadOnlyOps() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMBean
 
getRouterFailureReadOnlyOps() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMetrics
 
getRouterFailureSafemodeOps() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMBean
 
getRouterFailureSafemodeOps() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMetrics
 
getRouterFailureStateStoreOps() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMBean
 
getRouterFailureStateStoreOps() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMetrics
 
getRouterFederationRenameCount() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.RBFMetrics
 
getRouterFederationRenameCount() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.RouterMBean
Gets the count of the currently running router federation rename jobs.
getRouterFederationRenameCount() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
getRouterFederationRenameCount() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterFederationRename
 
getRouterFederationRenameCount() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
getRouterFromContext(ServletContext) - Static method in class org.apache.hadoop.hdfs.server.federation.router.RouterHttpServer
 
getRouterGenericManager() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClient
 
getRouterId() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.FederationMBean
Deprecated.
getRouterId() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.RBFMetrics
 
getRouterId() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.RouterMBean
Get the identifier of the router.
getRouterId() - Method in class org.apache.hadoop.hdfs.server.federation.router.Router
Unique ID for the router, typically the hostname:port string for the router's RPC server.
getRouterId() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetRouterRegistrationRequest
 
getRouterId() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetRouterRegistrationRequestPBImpl
 
getRouterId() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatePBImpl
 
getRouterId() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
 
getRouterId() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.RouterState
Get the identifier for the Router.
getRouterMetrics() - Method in class org.apache.hadoop.hdfs.server.federation.router.Router
Get the metrics system for the Router.
getRouterMetrics() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterMetricsService
Get the metrics system for the Router.
getRouterRegistration(GetRouterRegistrationRequest) - Method in class org.apache.hadoop.hdfs.server.federation.store.impl.RouterStoreImpl
 
getRouterRegistration(GetRouterRegistrationRequest) - Method in class org.apache.hadoop.hdfs.server.federation.store.RouterStore
Fetches the current router state object.
GetRouterRegistrationRequest - Class in org.apache.hadoop.hdfs.server.federation.store.protocol
API request for retrieving a single router registration present in the state store.
GetRouterRegistrationRequest() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.GetRouterRegistrationRequest
 
GetRouterRegistrationRequestPBImpl - Class in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb
Protobuf implementation of the state store API object GetRouterRegistrationRequest.
GetRouterRegistrationRequestPBImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetRouterRegistrationRequestPBImpl
 
GetRouterRegistrationResponse - Class in org.apache.hadoop.hdfs.server.federation.store.protocol
API response for retrieving a single router registration present in the state store.
GetRouterRegistrationResponse() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.GetRouterRegistrationResponse
 
GetRouterRegistrationResponsePBImpl - Class in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb
Protobuf implementation of the state store API object GetRouterRegistrationResponse.
GetRouterRegistrationResponsePBImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetRouterRegistrationResponsePBImpl
 
getRouterRegistrations(GetRouterRegistrationsRequest) - Method in class org.apache.hadoop.hdfs.server.federation.store.impl.RouterStoreImpl
 
getRouterRegistrations(GetRouterRegistrationsRequest) - Method in class org.apache.hadoop.hdfs.server.federation.store.RouterStore
Fetches all router status objects.
GetRouterRegistrationsRequest - Class in org.apache.hadoop.hdfs.server.federation.store.protocol
API request for retrieving an all non-expired router registrations present in the state store.
GetRouterRegistrationsRequest() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.GetRouterRegistrationsRequest
 
GetRouterRegistrationsRequestPBImpl - Class in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb
Protobuf implementation of the state store API object GetRouterRegistrationsRequest.
GetRouterRegistrationsRequestPBImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetRouterRegistrationsRequestPBImpl
 
GetRouterRegistrationsResponse - Class in org.apache.hadoop.hdfs.server.federation.store.protocol
API response for retrieving a all non-expired router registrations present in the state store.
GetRouterRegistrationsResponse() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.GetRouterRegistrationsResponse
 
GetRouterRegistrationsResponsePBImpl - Class in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb
Protobuf implementation of the state store API object GetRouterRegistrationsResponse.
GetRouterRegistrationsResponsePBImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetRouterRegistrationsResponsePBImpl
 
getRouterRpcFairnessPolicyController() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcClient
 
getRouters() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.FederationMBean
Get the latest state of all routers.
getRouters() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.RBFMetrics
 
getRouters() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetRouterRegistrationsResponse
 
getRouters() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetRouterRegistrationsResponsePBImpl
 
getRouterSecurityManager() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
Get the RPC security manager.
getRouterStarted() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.FederationMBean
Deprecated.
getRouterStarted() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.RBFMetrics
 
getRouterStarted() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.RouterMBean
When the router started.
getRouterState() - Method in class org.apache.hadoop.hdfs.server.federation.router.Router
Get the status of the router.
getRouterStateIdContext() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
Get the routerStateIdContext used by this server.
getRouterStateManager() - Method in class org.apache.hadoop.hdfs.server.federation.router.Router
Get the state store interface for the router heartbeats.
getRouterStateManager() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClient
 
getRouterStatus() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.FederationMBean
Deprecated.
getRouterStatus() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.RBFMetrics
 
getRouterStatus() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.RouterMBean
Get the current state of the router.
getRpcAddress() - Method in interface org.apache.hadoop.hdfs.server.federation.resolver.FederationNamenodeContext
Get the RPC server address of the namenode.
getRpcAddress() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.NamenodeStatusReport
Get the RPC address.
getRpcAddress() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterAdminServer
Get the RPC address of the admin service.
getRpcAddress() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
Get the RPC address of the service.
getRpcAddress() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatePBImpl
 
getRpcAddress() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
 
getRPCClient() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
Get the RPC client to the Namenode.
getRpcClientConnections() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMBean
JSON representation of the RPC connections from the Router to the NNs.
getRpcClientConnections() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMetrics
 
getRpcClientNumActiveConnections() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMBean
Get the number of active RPC connections between the Router and the NNs.
getRpcClientNumActiveConnections() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMetrics
 
getRpcClientNumActiveConnectionsRecently() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMBean
Get the number of recently active RPC connections between the Router and the NNs.
getRpcClientNumActiveConnectionsRecently() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMetrics
 
getRpcClientNumConnectionPools() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMBean
Get the number of connection pools between the Router and a NNs.
getRpcClientNumConnectionPools() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMetrics
 
getRpcClientNumConnections() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMBean
Get the number of RPC connections between the Router and the NNs.
getRpcClientNumConnections() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMetrics
 
getRpcClientNumCreatingConnections() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMBean
Get the number of RPC connections to be created.
getRpcClientNumCreatingConnections() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMetrics
 
getRpcClientNumIdleConnections() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMBean
Get the number of idle RPC connections between the Router and the NNs.
getRpcClientNumIdleConnections() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMetrics
 
getRpcClientProtocol() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterWebHdfsMethods
 
getRPCMetrics() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCPerformanceMonitor
 
getRPCMetrics() - Method in interface org.apache.hadoop.hdfs.server.federation.router.RouterRpcMonitor
Get Router RPC metrics info.
getRPCMetrics() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
Get RPC metrics info.
getRPCMonitor() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
Get the RPC monitor and metrics.
getRpcServer() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.order.RouterResolver
Get the Router RPC server.
getRpcServer() - Method in class org.apache.hadoop.hdfs.server.federation.router.Router
Get the Router RPC server.
getRpcServerAddress() - Method in class org.apache.hadoop.hdfs.server.federation.router.Router
Get the current RPC socket address for the router.
getRpcServerCallQueue() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMBean
 
getRpcServerCallQueue() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMetrics
 
getRpcServerNumOpenConnections() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMBean
Get the number of RPC connections between the clients and the Router.
getRpcServerNumOpenConnections() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMetrics
 
getRunCount() - Method in class org.apache.hadoop.hdfs.server.federation.router.PeriodicService
Get how many times we run the periodic service.
getSafemode() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getSafemode() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.RBFMetrics
 
getSafemode() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.RouterMBean
Gets the safemode status.
getSafemode() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.NamenodeStatusReport
 
getSafeMode(GetSafeModeRequest) - Method in class org.apache.hadoop.hdfs.protocolPB.RouterAdminProtocolTranslatorPB
 
getSafeMode(GetSafeModeRequest) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterAdminServer
 
getSafeMode(GetSafeModeRequest) - Method in interface org.apache.hadoop.hdfs.server.federation.router.RouterStateManager
Verify if current Router state is safe mode.
getSafeMode(RpcController, HdfsServerFederationProtos.GetSafeModeRequestProto) - Method in class org.apache.hadoop.hdfs.protocolPB.RouterAdminProtocolServerSideTranslatorPB
 
GetSafeModeRequest - Class in org.apache.hadoop.hdfs.server.federation.store.protocol
API request for verifying if current Router state is safe mode.
GetSafeModeRequest() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.GetSafeModeRequest
 
GetSafeModeRequestPBImpl - Class in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb
Protobuf implementation of the state store API object GetSafeModeRequest.
GetSafeModeRequestPBImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetSafeModeRequestPBImpl
 
GetSafeModeRequestPBImpl(HdfsServerFederationProtos.GetSafeModeRequestProto) - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetSafeModeRequestPBImpl
 
GetSafeModeResponse - Class in org.apache.hadoop.hdfs.server.federation.store.protocol
API response for verifying if current Router state is safe mode.
GetSafeModeResponse() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.GetSafeModeResponse
 
GetSafeModeResponsePBImpl - Class in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb
Protobuf implementation of the state store API object GetSafeModeResponse.
GetSafeModeResponsePBImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetSafeModeResponsePBImpl
 
GetSafeModeResponsePBImpl(HdfsServerFederationProtos.GetSafeModeResponseProto) - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetSafeModeResponsePBImpl
 
getScheduledReplicationBlocks() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.FederationMBean
Blocks scheduled for replication.
getScheduledReplicationBlocks() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getScheduledReplicationBlocks() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.RBFMetrics
 
getScheduledReplicationBlocks() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.NamenodeStatusReport
Blocks scheduled for replication.
getScheduledReplicationBlocks() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
getScheduledReplicationBlocks() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
getSchedulerJobCount() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.RBFMetrics
 
getSchedulerJobCount() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.RouterMBean
Gets the count of the currently running jobs in the scheduler.
getSchedulerJobCount() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
getSecretManager() - Method in class org.apache.hadoop.hdfs.server.federation.router.security.RouterSecurityManager
 
getSerializer() - Static method in class org.apache.hadoop.hdfs.server.federation.store.driver.StateStoreSerializer
Get the default serializer based.
getSerializer(Configuration) - Static method in class org.apache.hadoop.hdfs.server.federation.store.driver.StateStoreSerializer
Get a serializer based on the provided configuration.
getServer() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
Allow access to the client RPC server for testing.
getServerDefaults() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
getServerDefaults() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
getServiceAddress() - Method in interface org.apache.hadoop.hdfs.server.federation.resolver.FederationNamenodeContext
Get the Service RPC server address of the namenode.
getServiceAddress() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.NamenodeStatusReport
Get the Service RPC address.
getServiceAddress() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatePBImpl
 
getServiceAddress() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
 
getServices() - Method in class org.apache.hadoop.hdfs.protocolPB.RouterPolicyProvider
 
getSlowDatanodeReport() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
getSlowDatanodeReport() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
getSlowDatanodeReport(boolean, long) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
Get the slow running datanodes report with a timeout.
getSlowDisksReport() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getSlowPeersReport() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getSnapshotDiffReport(String, String, String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
getSnapshotDiffReport(String, String, String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
getSnapshotDiffReport(String, String, String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterSnapshot
 
getSnapshotDiffReportListing(String, String, String, byte[], int) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
getSnapshotDiffReportListing(String, String, String, byte[], int) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
getSnapshotDiffReportListing(String, String, String, byte[], int) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterSnapshot
 
getSnapshotListing(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
getSnapshotListing(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
getSnapshotListing(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterSnapshot
 
getSnapshotStats() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getSnapshottableDirListing() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
getSnapshottableDirListing() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
getSnapshottableDirListing() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterSnapshot
 
getSoftwareVersion() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getSourcePath() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.PathLocation
Get the source path in the global namespace for this path location.
getSourcePath() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MountTablePBImpl
 
getSourcePath() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MountTable
Get source path in the federated namespace.
getSrc() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.FederationNamespaceInfo
 
getSrc() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.RemoteLocation
 
getSrc() - Method in class org.apache.hadoop.hdfs.server.federation.router.RemoteLocationContext
Original source location.
getSrcPath() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetDestinationRequest
 
getSrcPath() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetMountTableEntriesRequest
 
getSrcPath() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetDestinationRequestPBImpl
 
getSrcPath() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetMountTableEntriesRequestPBImpl
 
getSrcPath() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.RemoveMountTableEntryRequestPBImpl
 
getSrcPath() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.RemoveMountTableEntryRequest
 
getStartTime() - Method in class org.apache.hadoop.hdfs.server.federation.router.Router
Get the start date of the Router.
getState() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getState() - Method in interface org.apache.hadoop.hdfs.server.federation.resolver.FederationNamenodeContext
The current state of the namenode (active, standby, etc).
getState() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.NamenodeStatusReport
Get the state of the Namenode being monitored.
getState() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.UpdateNamenodeRegistrationRequestPBImpl
 
getState() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.UpdateNamenodeRegistrationRequest
 
getState() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatePBImpl
 
getState() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
 
getState(HAServiceProtocol.HAServiceState) - Static method in enum org.apache.hadoop.hdfs.server.federation.resolver.FederationNamenodeServiceState
 
getStateStore() - Method in class org.apache.hadoop.hdfs.server.federation.router.Router
Get the State Store service.
getStateStoreVersion() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.RouterStatePBImpl
 
getStateStoreVersion() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.RouterState
 
getStats() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
getStats() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
getStats() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatePBImpl
 
getStats() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
 
getStatus() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.AddMountTableEntriesResponse
 
getStatus() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.AddMountTableEntryResponse
 
getStatus() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.DisableNameserviceResponse
 
getStatus() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.EnableNameserviceResponse
 
getStatus() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.EnterSafeModeResponse
 
getStatus() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.AddMountTableEntriesResponsePBImpl
 
getStatus() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.AddMountTableEntryResponsePBImpl
 
getStatus() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.DisableNameserviceResponsePBImpl
 
getStatus() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.EnableNameserviceResponsePBImpl
 
getStatus() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.EnterSafeModeResponsePBImpl
 
getStatus() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.LeaveSafeModeResponsePBImpl
 
getStatus() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.RefreshSuperUserGroupsConfigurationResponsePBImpl
 
getStatus() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.RemoveMountTableEntryResponsePBImpl
 
getStatus() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.RouterHeartbeatResponsePBImpl
 
getStatus() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.UpdateMountTableEntryResponsePBImpl
 
getStatus() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.LeaveSafeModeResponse
 
getStatus() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.RefreshSuperUserGroupsConfigurationResponse
 
getStatus() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.RemoveMountTableEntryResponse
 
getStatus() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.RouterHeartbeatResponse
 
getStatus() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.UpdateMountTableEntryResponse
 
getStatus() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.RouterStatePBImpl
 
getStatus() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.RouterState
 
getStoragePolicies() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
getStoragePolicies() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
getStoragePolicies() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterStoragePolicy
 
getStoragePolicy(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
getStoragePolicy(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
getStoragePolicy(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterStoragePolicy
 
getSubclusterInfo(MembershipStore) - Method in class org.apache.hadoop.hdfs.server.federation.resolver.order.AvailableSpaceResolver
Get the mapping from NamespaceId to subcluster space info.
getSubclusterInfo(MembershipStore) - Method in class org.apache.hadoop.hdfs.server.federation.resolver.order.LocalResolver
Get the mapping from nodes to subcluster.
getSubclusterInfo(MembershipStore) - Method in class org.apache.hadoop.hdfs.server.federation.resolver.order.RouterResolver
The implementation for getting desired subcluster mapping info.
getSubclusterMapping() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.order.RouterResolver
Get subcluster mapping info.
getSubclusterResolver() - Method in class org.apache.hadoop.hdfs.server.federation.router.Router
Get the subcluster resolver for files.
getSubclusterResolver() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
Get the subcluster resolver.
getSuperGroup() - Static method in class org.apache.hadoop.hdfs.server.federation.router.RouterAdminServer
Get super group name.
getSuperUser() - Static method in class org.apache.hadoop.hdfs.server.federation.router.RouterAdminServer
Get super user name.
getSupportedRecords() - Method in class org.apache.hadoop.hdfs.server.federation.store.StateStoreService
List of records supported by this State Store.
getThreads() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getTime() - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.StateStoreDriver
Returns the current time synchronization from the underlying store.
getTimestamp() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetMountTableEntriesResponse
 
getTimestamp() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetRouterRegistrationsResponse
 
getTimestamp() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetMountTableEntriesResponsePBImpl
 
getTimestamp() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetRouterRegistrationsResponsePBImpl
 
getTimestamp() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.QueryResult
The timetamp in driver time of this query.
getTopTokenRealOwners() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.RBFMetrics
 
getTopTokenRealOwners() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.RouterMBean
Get the top delegation token owners(realUser).
getTopUserOpCounts() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getTotal() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getTotalBlocks() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getTotalCapacity() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.FederationMBean
Get the total capacity of the federated cluster.
getTotalCapacity() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.RBFMetrics
 
getTotalCapacityBigInt() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.FederationMBean
Get the total capacity (big integer) of the federated cluster.
getTotalCapacityBigInt() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.RBFMetrics
 
getTotalLoad() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getTotalSpace() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.NamenodeStatusReport
Get the total space.
getTotalSpace() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
getTotalSpace() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
getTotalSyncCount() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getTotalSyncTimes() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getTransactionID() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterNamenodeProtocol
 
getTransactionID() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
getTrashRoot() - Static method in class org.apache.hadoop.hdfs.server.federation.resolver.MountTableResolver
 
getTypes() - Method in class org.apache.hadoop.hdfs.server.federation.router.RemoteMethod
Get the calling types for this method.
getUnderlyingProxyObject() - Method in class org.apache.hadoop.hdfs.protocolPB.RouterAdminProtocolTranslatorPB
 
getUnderReplicatedBlocks() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
Deprecated.
getUsed() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getUsedCapacity() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.FederationMBean
Get the used capacity of the federated cluster.
getUsedCapacity() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.RBFMetrics
 
getUsedCapacityBigInt() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.FederationMBean
Get the used capacity (big integer) of the federated cluster.
getUsedCapacityBigInt() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.RBFMetrics
 
getVerifyECWithTopologyResult() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getVersion() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.FederationMBean
Deprecated.
getVersion() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getVersion() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.RBFMetrics
 
getVersion() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.RouterMBean
Get the version of the router.
getVersion() - Static method in class org.apache.hadoop.hdfs.server.federation.router.FederationUtil
Fetch the Hadoop version string for this jar.
getVersion() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.RouterStatePBImpl
 
getVersion() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.RouterState
 
getVolumeFailuresTotal() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
getWebAddress() - Method in interface org.apache.hadoop.hdfs.server.federation.resolver.FederationNamenodeContext
Get the HTTP(s) server address of the namenode.
getWebAddress() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.NamenodeStatusReport
Get the web address.
getWebAddress() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatePBImpl
 
getWebAddress() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
 
getWebScheme() - Method in interface org.apache.hadoop.hdfs.server.federation.resolver.FederationNamenodeContext
Get the Scheme of web address of the namenode.
getWebScheme() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.NamenodeStatusReport
Get the scheme of web address.
getWebScheme() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatePBImpl
 
getWebScheme() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
 
getWriteAvg() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NullStateStoreMetrics
 
getWriteAvg() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.StateStoreMBean
 
getWriteAvg() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.StateStoreMetrics
 
getWriteOps() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NullStateStoreMetrics
 
getWriteOps() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.StateStoreMBean
 
getWriteOps() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.StateStoreMetrics
 
getWriter(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileBaseImpl
Get the writer of a record for the file system.
getWriter(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileImpl
 
getWriter(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileSystemImpl
 
getXAttrs(String, List<XAttr>) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
getXAttrs(String, List<XAttr>) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 

H

HANDLER_IDENTIFIER - Static variable in class org.apache.hadoop.hdfs.server.federation.fairness.RefreshFairnessPolicyControllerHandler
 
handleRefresh(String, String[]) - Method in class org.apache.hadoop.hdfs.server.federation.fairness.RefreshFairnessPolicyControllerHandler
 
hasException() - Method in class org.apache.hadoop.hdfs.server.federation.router.RemoteResult
 
HASH - org.apache.hadoop.hdfs.server.federation.resolver.order.DestinationOrder
 
HASH_ALL - org.apache.hadoop.hdfs.server.federation.resolver.order.DestinationOrder
 
hashCode() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.FederationNamespaceInfo
 
hashCode() - Method in class org.apache.hadoop.hdfs.server.federation.router.ConnectionPoolId
 
hashCode() - Method in class org.apache.hadoop.hdfs.server.federation.router.FederationConnectionId
 
hashCode() - Method in class org.apache.hadoop.hdfs.server.federation.router.RemoteLocationContext
 
hashCode() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.BaseRecord
Override hash code to use primary key(s) for comparison.
hashCode() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MountTable
 
HashFirstResolver - Class in org.apache.hadoop.hdfs.server.federation.resolver.order
Variation of HashResolver that only uses the first level of the path.
HashFirstResolver() - Constructor for class org.apache.hadoop.hdfs.server.federation.resolver.order.HashFirstResolver
 
HashResolver - Class in org.apache.hadoop.hdfs.server.federation.resolver.order
Order the destinations based on consistent hashing.
HashResolver() - Constructor for class org.apache.hadoop.hdfs.server.federation.resolver.order.HashResolver
 
hasMultipleDestinations() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.PathLocation
Check if this location supports multiple clusters/paths.
hasOtherFields() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.BaseRecord
If the record has fields others than the primary keys.
hasOtherFields() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.DisabledNameservice
 
hasResult() - Method in class org.apache.hadoop.hdfs.server.federation.router.RemoteResult
 
haStateValid() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.NamenodeStatusReport
If the HA state is valid.

I

incInvokedConcurrent(Method) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientMetrics
Increase the concurrent metrics based on the method being invoked.
incInvokedMethod(Method) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientMetrics
Increase the metrics based on the method being invoked.
incrementCounterValue(int) - Method in class org.apache.hadoop.hdfs.server.federation.router.security.token.DistributedSQLCounter
Increments the counter by the given amount and returns the previous counter value.
incrementKeyId(int) - Method in class org.apache.hadoop.hdfs.server.federation.router.security.token.SQLDelegationTokenSecretManagerImpl
 
incrementSequenceNum(int) - Method in class org.apache.hadoop.hdfs.server.federation.router.security.token.SQLDelegationTokenSecretManagerImpl
 
incrProxyOpFailureClientOverloaded() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMetrics
 
incrProxyOpFailureCommunicate() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMetrics
 
incrProxyOpFailureCommunicate() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NameserviceRPCMetrics
 
incrProxyOpFailureStandby() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMetrics
 
incrProxyOpFailureStandby() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NameserviceRPCMetrics
 
incrProxyOpNoNamenodes() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMetrics
 
incrProxyOpNoNamenodes() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NameserviceRPCMetrics
 
incrProxyOpNotImplemented() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMetrics
 
incrProxyOpPermitAccepted() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NameserviceRPCMetrics
 
incrProxyOpPermitRejected() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMetrics
 
incrProxyOpPermitRejected() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NameserviceRPCMetrics
 
incrProxyOpRetries() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMetrics
 
incrRouterFailureLocked() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMetrics
 
incrRouterFailureReadOnly() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMetrics
 
incrRouterFailureSafemode() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMetrics
 
incrRouterFailureStateStore() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMetrics
 
init() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.BaseRecord
Initialize the object.
init(Configuration) - Method in class org.apache.hadoop.hdfs.server.federation.fairness.AbstractRouterRpcFairnessPolicyController
 
init(Configuration) - Method in class org.apache.hadoop.hdfs.server.federation.fairness.StaticRouterRpcFairnessPolicyController
 
init(Configuration, String, Collection<Class<? extends BaseRecord>>, StateStoreMetrics) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreSerializableImpl
 
init(Configuration, String, Collection<Class<? extends BaseRecord>>, StateStoreMetrics) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.StateStoreDriver
Initialize the state store connection.
init(Configuration, RouterRpcServer, StateStoreService) - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCPerformanceMonitor
 
init(Configuration, RouterRpcServer, StateStoreService) - Method in interface org.apache.hadoop.hdfs.server.federation.router.RouterRpcMonitor
Initialize the monitor.
init(UserGroupInformation, DelegationParam, UserParam, DoAsParam, UriFsPathParam, HttpOpParam<?>, Param<?, ?>...) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterWebHdfsMethods
 
initDriver() - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileBaseImpl
 
initDriver() - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreMySQLImpl
 
initDriver() - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreZooKeeperImpl
 
initDriver() - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.StateStoreDriver
Prepare the driver to access data storage.
INITIALIZING - org.apache.hadoop.hdfs.server.federation.router.RouterServiceState
 
initRecordStorage(String, Class<T>) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileBaseImpl
 
initRecordStorage(String, Class<T>) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreMySQLImpl
 
initRecordStorage(String, Class<T>) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreZooKeeperImpl
 
initRecordStorage(String, Class<T>) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.StateStoreDriver
Initialize storage for a single record class.
insertDelegationKey(int, byte[]) - Method in class org.apache.hadoop.hdfs.server.federation.router.security.token.SQLDelegationTokenSecretManagerImpl
 
insertNameServiceWithPermits(String, int) - Method in class org.apache.hadoop.hdfs.server.federation.fairness.AbstractRouterRpcFairnessPolicyController
 
insertRecord(String, String, String) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreMySQLImpl
Insert a record with a given key into the specified table.
insertToken(int, byte[], byte[]) - Method in class org.apache.hadoop.hdfs.server.federation.router.security.token.SQLDelegationTokenSecretManagerImpl
 
invokeAll(Collection<T>, RemoteMethod) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcClient
Invoke method in all locations and return success if any succeeds.
invokeConcurrent(Collection<T>, RemoteMethod) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcClient
Invoke multiple concurrent proxy calls to different clients.
invokeConcurrent(Collection<T>, RemoteMethod, boolean, boolean) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcClient
Invoke multiple concurrent proxy calls to different clients.
invokeConcurrent(Collection<T>, RemoteMethod, boolean, boolean, long, Class<R>) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcClient
Invokes multiple concurrent proxy calls to different clients.
invokeConcurrent(Collection<T>, RemoteMethod, boolean, boolean, Class<R>) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcClient
Invokes multiple concurrent proxy calls to different clients.
invokeConcurrent(Collection<T>, RemoteMethod, boolean, long, Class<R>) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcClient
Invokes multiple concurrent proxy calls to different clients.
invokeConcurrent(Collection<T>, RemoteMethod, Class<R>) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcClient
Invoke multiple concurrent proxy calls to different clients.
invokeMethod(UserGroupInformation, List<? extends FederationNamenodeContext>, boolean, Class<?>, Method, Object...) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcClient
Invokes a method against the ClientProtocol proxy server.
invokeSequential(List<? extends RemoteLocationContext>, RemoteMethod) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcClient
Invokes sequential proxy calls to different locations.
invokeSequential(List<? extends RemoteLocationContext>, RemoteMethod, Class<T>, Object) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcClient
Invokes sequential proxy calls to different locations.
invokeSequential(RemoteMethod, List<R>, Class<T>, Object) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcClient
Invokes sequential proxy calls to different locations.
invokeSingle(String, RemoteMethod) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcClient
Invokes a ClientProtocol method against the specified namespace.
invokeSingle(String, RemoteMethod, Class<T>) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcClient
Invokes a remote method against the specified namespace.
invokeSingle(ExtendedBlock, RemoteMethod, Class<T>) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcClient
Invokes a remote method against the specified extendedBlock.
invokeSingle(ExtendedBlock, RemoteMethod, List<RemoteLocation>, Class<T>) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcClient
Invokes a ClientProtocol method.
invokeSingle(RemoteLocationContext, RemoteMethod, Class<T>) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcClient
Invokes a single proxy call for a single location.
invokeSingleBlockPool(String, RemoteMethod) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcClient
Invokes a ClientProtocol method.
isActive() - Method in class org.apache.hadoop.hdfs.server.federation.router.ConnectionContext
Check if the connection is active.
isActive() - Method in class org.apache.hadoop.hdfs.server.federation.router.IsRouterActiveServlet
 
isActiveRecently() - Method in class org.apache.hadoop.hdfs.server.federation.router.ConnectionContext
Check if the connection is/was active recently.
isAll() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MountTable
Check if a mount table spans all locations.
isAvailable() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
Check if the namenode is available.
isClosed() - Method in class org.apache.hadoop.hdfs.server.federation.router.ConnectionContext
Check if the connection is closed.
isCoordinatedCall(String, String) - Method in class org.apache.hadoop.hdfs.server.federation.router.PoolAlignmentContext
 
isDefaultNSEnable() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.MountTableResolver
 
isDriverReady() - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileBaseImpl
 
isDriverReady() - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreMySQLImpl
 
isDriverReady() - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreZooKeeperImpl
 
isDriverReady() - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.StateStoreDriver
Check if the driver is currently running and the data store connection is valid.
isDriverReady() - Method in class org.apache.hadoop.hdfs.server.federation.store.StateStoreService
Check if the driver is ready to be used.
isExpired() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.BaseRecord
Check if this record is expired.
isExpired() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
 
isExpired() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.RouterState
 
isFaultTolerant() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MountTablePBImpl
 
isFaultTolerant() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MountTable
Check if the mount point supports a failed destination.
isFaultTolerant() - Method in class org.apache.hadoop.hdfs.tools.federation.AddMountAttributes
 
isFileClosed(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
isFileClosed(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
isIdle() - Method in class org.apache.hadoop.hdfs.server.federation.router.ConnectionContext
Check if the connection is idle.
isInSafeMode() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetSafeModeResponse
 
isInSafeMode() - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetSafeModeResponsePBImpl
 
isMethodSupported(String) - Method in class org.apache.hadoop.hdfs.protocolPB.RouterAdminProtocolTranslatorPB
 
isOldTempRecord(String) - Static method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileBaseImpl
Check if a record is temporary and old.
isOperationSuccessful() - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.StateStoreOperationResult
 
isQuotaEnabled() - Method in class org.apache.hadoop.hdfs.server.federation.router.Router
Check if the quota system is enabled in Router.
isQuotaSet(QuotaUsage) - Static method in class org.apache.hadoop.hdfs.server.federation.router.RouterQuotaManager
Check if the quota was set.
isReadonly() - Method in class org.apache.hadoop.hdfs.tools.federation.AddMountAttributes
 
isReadOnly() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MountTablePBImpl
 
isReadOnly() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MountTable
Check if the entry is read only.
isRollingUpgrade() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterNamenodeProtocol
 
isRollingUpgrade() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
IsRouterActiveServlet - Class in org.apache.hadoop.hdfs.server.federation.router
Detect if the Router is active and ready to serve requests.
IsRouterActiveServlet() - Constructor for class org.apache.hadoop.hdfs.server.federation.router.IsRouterActiveServlet
 
isRouterState(RouterServiceState) - Method in class org.apache.hadoop.hdfs.server.federation.router.Router
Compare router state.
isSecurityEnabled() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.FederationMBean
Deprecated.
isSecurityEnabled() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
isSecurityEnabled() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.RBFMetrics
 
isSecurityEnabled() - Method in interface org.apache.hadoop.hdfs.server.federation.metrics.RouterMBean
Gets if security is enabled.
isSuccess() - Method in class org.apache.hadoop.hdfs.server.federation.router.MountTableRefresherThread
 
isTrashPath(String) - Static method in class org.apache.hadoop.hdfs.server.federation.resolver.MountTableResolver
Check if path is the trail associated with the Trash.
isUnavailableException(IOException) - Static method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcClient
Check if the exception comes from an unavailable subcluster.
isUnavailableSubclusterException(IOException) - Static method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
Check if an exception is caused by an unavailable subcluster or not.
isUpgradeFinalized() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
isUpgradeFinalized() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterNamenodeProtocol
 
isUpgradeFinalized() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
isUsable() - Method in class org.apache.hadoop.hdfs.server.federation.router.ConnectionContext
Check if the connection can be used.

L

leaveSafeMode(LeaveSafeModeRequest) - Method in class org.apache.hadoop.hdfs.protocolPB.RouterAdminProtocolTranslatorPB
 
leaveSafeMode(LeaveSafeModeRequest) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterAdminServer
 
leaveSafeMode(LeaveSafeModeRequest) - Method in interface org.apache.hadoop.hdfs.server.federation.router.RouterStateManager
Leave safe mode and change Router state to RouterServiceState#RUNNING.
leaveSafeMode(RpcController, HdfsServerFederationProtos.LeaveSafeModeRequestProto) - Method in class org.apache.hadoop.hdfs.protocolPB.RouterAdminProtocolServerSideTranslatorPB
 
LeaveSafeModeRequest - Class in org.apache.hadoop.hdfs.server.federation.store.protocol
API request for the Router leaving safe mode state and updating its state in State Store.
LeaveSafeModeRequest() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.LeaveSafeModeRequest
 
LeaveSafeModeRequestPBImpl - Class in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb
Protobuf implementation of the state store API object LeaveSafeModeRequest.
LeaveSafeModeRequestPBImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.LeaveSafeModeRequestPBImpl
 
LeaveSafeModeRequestPBImpl(HdfsServerFederationProtos.LeaveSafeModeRequestProto) - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.LeaveSafeModeRequestPBImpl
 
LeaveSafeModeResponse - Class in org.apache.hadoop.hdfs.server.federation.store.protocol
API response for the Router leaving safe mode state and updating its state in State Store.
LeaveSafeModeResponse() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.LeaveSafeModeResponse
 
LeaveSafeModeResponsePBImpl - Class in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb
Protobuf implementation of the state store API object LeaveSafeModeResponse.
LeaveSafeModeResponsePBImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.LeaveSafeModeResponsePBImpl
 
LeaveSafeModeResponsePBImpl(HdfsServerFederationProtos.LeaveSafeModeResponseProto) - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.LeaveSafeModeResponsePBImpl
 
like(BaseRecord) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.BaseRecord
Check if this record matches a partial record.
like(BaseRecord) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
 
like(BaseRecord) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MountTable
 
like(BaseRecord) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.RouterState
 
listCacheDirectives(long, CacheDirectiveInfo) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterCacheAdmin
 
listCacheDirectives(long, CacheDirectiveInfo) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
listCacheDirectives(long, CacheDirectiveInfo) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
listCachePools(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterCacheAdmin
 
listCachePools(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
listCachePools(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
listCorruptFileBlocks(String, String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
listCorruptFileBlocks(String, String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
listEncryptionZones(long) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
listEncryptionZones(long) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
listMounts(String[], int) - Method in class org.apache.hadoop.hdfs.tools.federation.RouterAdmin
List mount points.
listOpenFiles(long) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
Deprecated.
listOpenFiles(long) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
Deprecated.
listOpenFiles(long, EnumSet<OpenFilesIterator.OpenFilesType>, String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
listOpenFiles(long, EnumSet<OpenFilesIterator.OpenFilesType>, String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
listReencryptionStatus(long) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
listReencryptionStatus(long) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
listXAttrs(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
listXAttrs(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
loadCache(boolean) - Method in class org.apache.hadoop.hdfs.server.federation.resolver.MembershipNamenodeResolver
 
loadCache(boolean) - Method in class org.apache.hadoop.hdfs.server.federation.resolver.MountTableResolver
Replaces the current in-memory cached of the mount table with a new version fetched from the data store.
loadCache(boolean) - Method in class org.apache.hadoop.hdfs.server.federation.store.CachedRecordStore
 
loadCache(boolean) - Method in class org.apache.hadoop.hdfs.server.federation.store.impl.MembershipStoreImpl
 
loadCache(boolean) - Method in interface org.apache.hadoop.hdfs.server.federation.store.StateStoreCache
Load the cache from the State Store.
loadCache(Class<?>) - Method in class org.apache.hadoop.hdfs.server.federation.store.StateStoreService
Update the cache for a specific record store.
loadCache(Class<?>, boolean) - Method in class org.apache.hadoop.hdfs.server.federation.store.StateStoreService
Update the cache for a specific record store.
loadDriver() - Method in class org.apache.hadoop.hdfs.server.federation.store.StateStoreService
Load the State Store driver.
LOCAL - org.apache.hadoop.hdfs.server.federation.resolver.order.DestinationOrder
 
LocalResolver - Class in org.apache.hadoop.hdfs.server.federation.resolver.order
The local subcluster (where the writer is) should be tried first.
LocalResolver(Configuration, Router) - Constructor for class org.apache.hadoop.hdfs.server.federation.resolver.order.LocalResolver
 
LOG - Static variable in class org.apache.hadoop.hdfs.rbfbalance.RouterFedBalance
 
LOG - Static variable in class org.apache.hadoop.hdfs.server.federation.fairness.AbstractRouterRpcFairnessPolicyController
 
LOG - Static variable in class org.apache.hadoop.hdfs.server.federation.resolver.order.HashResolver
 
LOG - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RouterFsck
 
lookupLocation(String) - Method in class org.apache.hadoop.hdfs.server.federation.resolver.MountTableResolver
Build the path location to insert into the cache atomically.

M

main(String[]) - Static method in class org.apache.hadoop.hdfs.rbfbalance.RouterFedBalance
Main function of the RouterFedBalance program.
main(String[]) - Static method in class org.apache.hadoop.hdfs.server.federation.router.DFSRouter
Main run loop for the router.
main(String[]) - Static method in class org.apache.hadoop.hdfs.tools.federation.RouterAdmin
 
matches(T) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.Query
Check if a record matches the primary keys or the partial record.
MembershipNamenodeResolver - Class in org.apache.hadoop.hdfs.server.federation.resolver
Implements a cached lookup of the most recently active namenode for a particular nameservice.
MembershipNamenodeResolver(Configuration, StateStoreService) - Constructor for class org.apache.hadoop.hdfs.server.federation.resolver.MembershipNamenodeResolver
 
MembershipState - Class in org.apache.hadoop.hdfs.server.federation.store.records
Data schema for storing NN registration information in the StateStoreService.
MembershipState() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
Constructors.
MembershipStatePBImpl - Class in org.apache.hadoop.hdfs.server.federation.store.records.impl.pb
Protobuf implementation of the MembershipState record.
MembershipStatePBImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatePBImpl
 
MembershipStatePBImpl(HdfsServerFederationProtos.NamenodeMembershipRecordProto) - Constructor for class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatePBImpl
 
MembershipStats - Class in org.apache.hadoop.hdfs.server.federation.store.records
Data schema for storing NN stats in the StateStoreService.
MembershipStats() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
MembershipStatsPBImpl - Class in org.apache.hadoop.hdfs.server.federation.store.records.impl.pb
Protobuf implementation of the MembershipStats record.
MembershipStatsPBImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
MembershipStore - Class in org.apache.hadoop.hdfs.server.federation.store
Management API for NameNode registrations stored in MembershipState records.
MembershipStore(StateStoreDriver) - Constructor for class org.apache.hadoop.hdfs.server.federation.store.MembershipStore
 
MembershipStoreImpl - Class in org.apache.hadoop.hdfs.server.federation.store.impl
Implementation of the MembershipStore State Store API.
MembershipStoreImpl(StateStoreDriver) - Constructor for class org.apache.hadoop.hdfs.server.federation.store.impl.MembershipStoreImpl
 
metaSave(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
metaSave(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
MIN_UPDATE_PERIOD_KEY - Static variable in class org.apache.hadoop.hdfs.server.federation.resolver.order.RouterResolver
Configuration key to set the minimum time to update subcluster info.
mkdir(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileBaseImpl
Make a directory.
mkdir(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileImpl
 
mkdir(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileSystemImpl
 
mkdirs(String, FsPermission, boolean) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
mkdirs(String, FsPermission, boolean) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
modifyAclEntries(String, List<AclEntry>) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
modifyAclEntries(String, List<AclEntry>) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
modifyCacheDirective(CacheDirectiveInfo, EnumSet<CacheFlag>) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterCacheAdmin
 
modifyCacheDirective(CacheDirectiveInfo, EnumSet<CacheFlag>) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
modifyCacheDirective(CacheDirectiveInfo, EnumSet<CacheFlag>) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
modifyCachePool(CachePoolInfo) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterCacheAdmin
 
modifyCachePool(CachePoolInfo) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
modifyCachePool(CachePoolInfo) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
MOUNT_TABLE_CACHE_UPDATE - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
If true then cache updated immediately after mount table entry change otherwise it is updated periodically based configuration.
MOUNT_TABLE_CACHE_UPDATE_CLIENT_MAX_TIME - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
Remote router mount table cache is updated through RouterClient(RPC call).
MOUNT_TABLE_CACHE_UPDATE_CLIENT_MAX_TIME_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
MOUNT_TABLE_CACHE_UPDATE_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
MOUNT_TABLE_CACHE_UPDATE_TIMEOUT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
Timeout to update mount table cache on all the routers.
MOUNT_TABLE_CACHE_UPDATE_TIMEOUT_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
MOUNT_TABLE_PERMISSION_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RouterPermissionChecker
Mount table default permission.
MountTable - Class in org.apache.hadoop.hdfs.server.federation.store.records
Data schema for MountTableStore data stored in the StateStoreService.
MountTable() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.records.MountTable
Default constructor for a mount table entry.
MountTableManager - Interface in org.apache.hadoop.hdfs.server.federation.resolver
Manage a mount table.
MountTablePBImpl - Class in org.apache.hadoop.hdfs.server.federation.store.records.impl.pb
Protobuf implementation of the MountTable record.
MountTablePBImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MountTablePBImpl
 
MountTablePBImpl(HdfsServerFederationProtos.MountTableRecordProto) - Constructor for class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MountTablePBImpl
 
MountTableProcedure - Class in org.apache.hadoop.hdfs.rbfbalance
Update mount table.
MountTableProcedure() - Constructor for class org.apache.hadoop.hdfs.rbfbalance.MountTableProcedure
 
MountTableProcedure(String, String, long, String, String, String, Configuration) - Constructor for class org.apache.hadoop.hdfs.rbfbalance.MountTableProcedure
Update mount entry to specified dst uri.
MountTableRefresherService - Class in org.apache.hadoop.hdfs.server.federation.router
This service is invoked from MountTableStore when there is change in mount table entries and it updates mount table entry cache on local router as well as on all remote routers.
MountTableRefresherService(Router) - Constructor for class org.apache.hadoop.hdfs.server.federation.router.MountTableRefresherService
Create a new service to refresh mount table cache when there is change in mount table entries.
MountTableRefresherThread - Class in org.apache.hadoop.hdfs.server.federation.router
Base class for updating mount table cache on all the router.
MountTableRefresherThread(MountTableManager, String) - Constructor for class org.apache.hadoop.hdfs.server.federation.router.MountTableRefresherThread
 
MountTableResolver - Class in org.apache.hadoop.hdfs.server.federation.resolver
Mount table to map between global paths and remote locations.
MountTableResolver(Configuration) - Constructor for class org.apache.hadoop.hdfs.server.federation.resolver.MountTableResolver
 
MountTableResolver(Configuration, Router) - Constructor for class org.apache.hadoop.hdfs.server.federation.resolver.MountTableResolver
 
MountTableResolver(Configuration, Router, StateStoreService) - Constructor for class org.apache.hadoop.hdfs.server.federation.resolver.MountTableResolver
 
MountTableResolver(Configuration, StateStoreService) - Constructor for class org.apache.hadoop.hdfs.server.federation.resolver.MountTableResolver
 
MountTableStore - Class in org.apache.hadoop.hdfs.server.federation.store
Management API for the HDFS mount table information stored in MountTable records.
MountTableStore(StateStoreDriver) - Constructor for class org.apache.hadoop.hdfs.server.federation.store.MountTableStore
 
MountTableStoreImpl - Class in org.apache.hadoop.hdfs.server.federation.store.impl
Implementation of the MountTableStore state store API.
MountTableStoreImpl(StateStoreDriver) - Constructor for class org.apache.hadoop.hdfs.server.federation.store.impl.MountTableStoreImpl
 
msync() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
msync() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
MultipleDestinationMountTableResolver - Class in org.apache.hadoop.hdfs.server.federation.resolver
Mount table resolver that supports multiple locations for each mount entry.
MultipleDestinationMountTableResolver(Configuration, Router) - Constructor for class org.apache.hadoop.hdfs.server.federation.resolver.MultipleDestinationMountTableResolver
 

N

NAME_COMPARATOR - Static variable in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
Comparator based on the name.
NAMENODE_ATTRIBUTE_KEY - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RouterHttpServer
 
NamenodeBeanMetrics - Class in org.apache.hadoop.hdfs.server.federation.metrics
Expose the Namenode metrics as the Router was one.
NamenodeBeanMetrics(Router) - Constructor for class org.apache.hadoop.hdfs.server.federation.metrics.NamenodeBeanMetrics
 
namenodeHeartbeat(NamenodeHeartbeatRequest) - Method in class org.apache.hadoop.hdfs.server.federation.store.impl.MembershipStoreImpl
 
namenodeHeartbeat(NamenodeHeartbeatRequest) - Method in class org.apache.hadoop.hdfs.server.federation.store.MembershipStore
Inserts or updates a namenode membership entry into the table.
NamenodeHeartbeatRequest - Class in org.apache.hadoop.hdfs.server.federation.store.protocol
API request for registering a namenode with the state store.
NamenodeHeartbeatRequest() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.NamenodeHeartbeatRequest
 
NamenodeHeartbeatRequestPBImpl - Class in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb
Protobuf implementation of the state store API object NamenodeHeartbeatRequest.
NamenodeHeartbeatRequestPBImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.NamenodeHeartbeatRequestPBImpl
 
NamenodeHeartbeatResponse - Class in org.apache.hadoop.hdfs.server.federation.store.protocol
API response for registering a namenode with the state store.
NamenodeHeartbeatResponse() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.NamenodeHeartbeatResponse
 
NamenodeHeartbeatResponsePBImpl - Class in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb
Protobuf implementation of the state store API object NamenodeHeartbeatResponse.
NamenodeHeartbeatResponsePBImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.NamenodeHeartbeatResponsePBImpl
 
NamenodeHeartbeatService - Class in org.apache.hadoop.hdfs.server.federation.router
The Router periodically checks the state of a Namenode (usually on the same server) and reports their high availability (HA) state and load/space status to the StateStoreService .
NamenodeHeartbeatService(ActiveNamenodeResolver, String, String) - Constructor for class org.apache.hadoop.hdfs.server.federation.router.NamenodeHeartbeatService
Create a new Namenode status updater.
NamenodeHeartbeatService(ActiveNamenodeResolver, String, String, String) - Constructor for class org.apache.hadoop.hdfs.server.federation.router.NamenodeHeartbeatService
Create a new Namenode status updater.
NamenodePriorityComparator - Class in org.apache.hadoop.hdfs.server.federation.resolver
Compares NNs in the same namespace and prioritizes by their status.
NamenodePriorityComparator() - Constructor for class org.apache.hadoop.hdfs.server.federation.resolver.NamenodePriorityComparator
 
NamenodeStatusReport - Class in org.apache.hadoop.hdfs.server.federation.resolver
Status of the namenode.
NamenodeStatusReport(String, String, String, String, String, String, String) - Constructor for class org.apache.hadoop.hdfs.server.federation.resolver.NamenodeStatusReport
 
NAMESERVICE_RPC_METRICS_PREFIX - Static variable in class org.apache.hadoop.hdfs.server.federation.metrics.NameserviceRPCMetrics
 
NameserviceManager - Interface in org.apache.hadoop.hdfs.server.federation.router
Interface for enable/disable name service.
NameserviceRPCMBean - Interface in org.apache.hadoop.hdfs.server.federation.metrics
JMX interface for the RPC server of Nameservice.
NameserviceRPCMetrics - Class in org.apache.hadoop.hdfs.server.federation.metrics
Implementation of the Nameservice RPC metrics collector.
NameserviceRPCMetrics(Configuration, String) - Constructor for class org.apache.hadoop.hdfs.server.federation.metrics.NameserviceRPCMetrics
 
newActiveNamenodeResolver(Configuration, StateStoreService) - Static method in class org.apache.hadoop.hdfs.server.federation.router.FederationUtil
Creates an instance of an ActiveNamenodeResolver from the configuration.
newConnection() - Method in class org.apache.hadoop.hdfs.server.federation.router.ConnectionPool
Create a new proxy wrapper for a client NN connection.
newConnection(Configuration, String, UserGroupInformation, Class<T>, boolean, int, AlignmentContext) - Static method in class org.apache.hadoop.hdfs.server.federation.router.ConnectionPool
Creates a proxy wrapper for a client NN connection.
newFairnessPolicyController(Configuration) - Static method in class org.apache.hadoop.hdfs.server.federation.router.FederationUtil
Creates an instance of an RouterRpcFairnessPolicyController from the configuration.
newFileSubclusterResolver(Configuration, Router) - Static method in class org.apache.hadoop.hdfs.server.federation.router.FederationUtil
Creates an instance of a FileSubclusterResolver from the configuration.
newInstance() - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.AddMountTableEntriesRequest
 
newInstance() - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.AddMountTableEntriesResponse
 
newInstance() - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.AddMountTableEntryRequest
 
newInstance() - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.AddMountTableEntryResponse
 
newInstance() - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.DisableNameserviceRequest
 
newInstance() - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.DisableNameserviceResponse
 
newInstance() - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.EnableNameserviceRequest
 
newInstance() - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.EnableNameserviceResponse
 
newInstance() - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.EnterSafeModeRequest
 
newInstance() - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.EnterSafeModeResponse
 
newInstance() - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetDestinationRequest
 
newInstance() - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetDestinationResponse
 
newInstance() - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetDisabledNameservicesRequest
 
newInstance() - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetDisabledNameservicesResponse
 
newInstance() - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetMountTableEntriesRequest
 
newInstance() - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetMountTableEntriesResponse
 
newInstance() - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetNamenodeRegistrationsRequest
 
newInstance() - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetNamenodeRegistrationsResponse
 
newInstance() - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetNamespaceInfoRequest
 
newInstance() - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetNamespaceInfoResponse
 
newInstance() - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetRouterRegistrationRequest
 
newInstance() - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetRouterRegistrationResponse
 
newInstance() - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetRouterRegistrationsRequest
 
newInstance() - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetRouterRegistrationsResponse
 
newInstance() - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetSafeModeRequest
 
newInstance() - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetSafeModeResponse
 
newInstance() - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.LeaveSafeModeRequest
 
newInstance() - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.LeaveSafeModeResponse
 
newInstance() - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.NamenodeHeartbeatRequest
 
newInstance() - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.NamenodeHeartbeatResponse
 
newInstance() - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.RefreshMountTableEntriesRequest
 
newInstance() - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.RefreshMountTableEntriesResponse
 
newInstance() - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.RefreshSuperUserGroupsConfigurationRequest
 
newInstance() - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.RefreshSuperUserGroupsConfigurationResponse
 
newInstance() - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.RemoveMountTableEntryRequest
 
newInstance() - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.RemoveMountTableEntryResponse
 
newInstance() - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.RouterHeartbeatRequest
 
newInstance() - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.RouterHeartbeatResponse
 
newInstance() - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.UpdateMountTableEntryRequest
 
newInstance() - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.UpdateMountTableEntryResponse
 
newInstance() - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.UpdateNamenodeRegistrationRequest
 
newInstance() - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.UpdateNamenodeRegistrationResponse
 
newInstance() - Static method in class org.apache.hadoop.hdfs.server.federation.store.records.DisabledNameservice
 
newInstance() - Static method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
Create a new membership instance.
newInstance() - Static method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
newInstance() - Static method in class org.apache.hadoop.hdfs.server.federation.store.records.MountTable
 
newInstance() - Static method in class org.apache.hadoop.hdfs.server.federation.store.records.RouterState
 
newInstance() - Static method in class org.apache.hadoop.hdfs.server.federation.store.records.StateStoreVersion
 
newInstance(boolean) - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.DisableNameserviceResponse
 
newInstance(boolean) - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.EnableNameserviceResponse
 
newInstance(boolean) - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.EnterSafeModeResponse
 
newInstance(boolean) - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetSafeModeResponse
 
newInstance(boolean) - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.LeaveSafeModeResponse
 
newInstance(boolean) - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.NamenodeHeartbeatResponse
 
newInstance(boolean) - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.RefreshSuperUserGroupsConfigurationResponse
 
newInstance(boolean) - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.RouterHeartbeatResponse
 
newInstance(boolean) - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.UpdateNamenodeRegistrationResponse
 
newInstance(long, long) - Static method in class org.apache.hadoop.hdfs.server.federation.store.records.StateStoreVersion
 
newInstance(Class<T>, StateStoreDriver) - Static method in class org.apache.hadoop.hdfs.server.federation.store.RecordStore
Build a state store API implementation interface.
newInstance(String) - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.DisableNameserviceRequest
 
newInstance(String) - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.EnableNameserviceRequest
 
newInstance(String) - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetDestinationRequest
 
newInstance(String) - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetMountTableEntriesRequest
 
newInstance(String) - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetRouterRegistrationRequest
 
newInstance(String) - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.RemoveMountTableEntryRequest
 
newInstance(String) - Static method in class org.apache.hadoop.hdfs.server.federation.store.records.DisabledNameservice
 
newInstance(String, long, RouterServiceState) - Static method in class org.apache.hadoop.hdfs.server.federation.store.records.RouterState
 
newInstance(String, String, String, String, String, String, String, String, String, String, FederationNamenodeServiceState, boolean) - Static method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
Create a new membership instance.
newInstance(String, String, FederationNamenodeServiceState) - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.UpdateNamenodeRegistrationRequest
 
newInstance(String, Map<String, String>) - Static method in class org.apache.hadoop.hdfs.server.federation.store.records.MountTable
Constructor for a mount table entry with multiple destinations.
newInstance(String, Map<String, String>, long, long) - Static method in class org.apache.hadoop.hdfs.server.federation.store.records.MountTable
Constructor for a mount table entry with a single destinations.
newInstance(Collection<String>) - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetDestinationResponse
 
newInstance(List<MembershipState>) - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetNamenodeRegistrationsResponse
 
newInstance(List<MountTable>) - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.AddMountTableEntriesRequest
 
newInstance(Set<String>) - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetDisabledNameservicesResponse
 
newInstance(Set<FederationNamespaceInfo>) - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetNamespaceInfoResponse
 
newInstance(Path) - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetDestinationRequest
 
newInstance(MembershipState) - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetNamenodeRegistrationsRequest
 
newInstance(MembershipState) - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.NamenodeHeartbeatRequest
 
newInstance(MountTable) - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.AddMountTableEntryRequest
 
newInstance(MountTable) - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.UpdateMountTableEntryRequest
 
newInstance(RouterState) - Static method in class org.apache.hadoop.hdfs.server.federation.store.protocol.RouterHeartbeatRequest
 
newRecord(Class<T>) - Static method in class org.apache.hadoop.hdfs.server.federation.store.driver.StateStoreSerializer
Create a new record.
newRecord(String, Class<T>, boolean) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreSerializableImpl
Creates a record from an input data string.
newRecordInstance(Class<T>) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreSerializerPBImpl
 
newRecordInstance(Class<T>) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.StateStoreSerializer
Create a new record.
newSecretManager(Configuration) - Static method in class org.apache.hadoop.hdfs.server.federation.router.FederationUtil
Creates an instance of DelegationTokenSecretManager from the configuration.
NoLocationException - Exception in org.apache.hadoop.hdfs.server.federation.router
This exception is thrown when can not get any mount point for the input path.
NoLocationException(String, Class<?>) - Constructor for exception org.apache.hadoop.hdfs.server.federation.router.NoLocationException
 
NoNamenodesAvailableException - Exception in org.apache.hadoop.hdfs.server.federation.router
Exception when no namenodes are available.
NoNamenodesAvailableException(String, IOException) - Constructor for exception org.apache.hadoop.hdfs.server.federation.router.NoNamenodesAvailableException
 
NONE - org.apache.hadoop.hdfs.server.federation.router.RouterFederationRename.RouterRenameOption
 
normalizeFileSystemPath(String) - Static method in class org.apache.hadoop.hdfs.tools.federation.RouterAdmin
Normalize a path for that filesystem.
NoRouterRpcFairnessPolicyController - Class in org.apache.hadoop.hdfs.server.federation.fairness
A pass through fairness policy that implements RouterRpcFairnessPolicyController and allows any number of handlers to connect to any specific downstream name service.
NoRouterRpcFairnessPolicyController(Configuration) - Constructor for class org.apache.hadoop.hdfs.server.federation.fairness.NoRouterRpcFairnessPolicyController
 
NullStateStoreMetrics - Class in org.apache.hadoop.hdfs.server.federation.metrics
Implementation of the State Store metrics which does not do anything.
NullStateStoreMetrics() - Constructor for class org.apache.hadoop.hdfs.server.federation.metrics.NullStateStoreMetrics
 

O

OBSERVER - org.apache.hadoop.hdfs.server.federation.resolver.FederationNamenodeServiceState
 
orByStorageType(Predicate<StorageType>) - Static method in class org.apache.hadoop.hdfs.server.federation.router.Quota
Invoke predicate by each storage type and bitwise inclusive OR the results.
OrderedResolver - Interface in org.apache.hadoop.hdfs.server.federation.resolver.order
Policy that decides which should be the first location accessed given multiple destinations.
org.apache.hadoop.hdfs.protocolPB - package org.apache.hadoop.hdfs.protocolPB
 
org.apache.hadoop.hdfs.rbfbalance - package org.apache.hadoop.hdfs.rbfbalance
FedBalance is a tool for balancing data across federation clusters.
org.apache.hadoop.hdfs.server.federation.fairness - package org.apache.hadoop.hdfs.server.federation.fairness
Includes router handlers fairness manager and policy implementations.
org.apache.hadoop.hdfs.server.federation.metrics - package org.apache.hadoop.hdfs.server.federation.metrics
Report metrics for Router-based Federation.
org.apache.hadoop.hdfs.server.federation.resolver - package org.apache.hadoop.hdfs.server.federation.resolver
The resolver package contains indepedent data resolvers used in HDFS federation.
org.apache.hadoop.hdfs.server.federation.resolver.order - package org.apache.hadoop.hdfs.server.federation.resolver.order
A federated location can be resolved to multiple subclusters.
org.apache.hadoop.hdfs.server.federation.router - package org.apache.hadoop.hdfs.server.federation.router
The router package includes the core services for a HDFS federation router.
org.apache.hadoop.hdfs.server.federation.router.security - package org.apache.hadoop.hdfs.server.federation.router.security
Includes router security manager and token store implementations.
org.apache.hadoop.hdfs.server.federation.router.security.token - package org.apache.hadoop.hdfs.server.federation.router.security.token
Includes implementations of token secret managers.
org.apache.hadoop.hdfs.server.federation.store - package org.apache.hadoop.hdfs.server.federation.store
The federation state store tracks persistent values that are shared between multiple routers.
org.apache.hadoop.hdfs.server.federation.store.driver - package org.apache.hadoop.hdfs.server.federation.store.driver
The state store uses modular data storage classes derived from StateStoreDriver to handle querying, updating and deleting data records.
org.apache.hadoop.hdfs.server.federation.store.driver.impl - package org.apache.hadoop.hdfs.server.federation.store.driver.impl
Implementations of state store data providers/drivers.
org.apache.hadoop.hdfs.server.federation.store.impl - package org.apache.hadoop.hdfs.server.federation.store.impl
Contains implementations of the state store API interfaces.
org.apache.hadoop.hdfs.server.federation.store.protocol - package org.apache.hadoop.hdfs.server.federation.store.protocol
Contains the abstract definitions of the API request and response objects for the various state store APIs.
org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb - package org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb
Protobuf implementations of FederationProtocolBase request/response objects used by state store APIs.
org.apache.hadoop.hdfs.server.federation.store.records - package org.apache.hadoop.hdfs.server.federation.store.records
Contains the abstract definitions of the state store data records.
org.apache.hadoop.hdfs.server.federation.store.records.impl.pb - package org.apache.hadoop.hdfs.server.federation.store.records.impl.pb
The protobuf implementations of state store data records defined in the org.apache.hadoop.hdfs.server.federation.store.records package.
org.apache.hadoop.hdfs.server.federation.utils - package org.apache.hadoop.hdfs.server.federation.utils
Assorted utility classes and helpers for HDFS Federation.
org.apache.hadoop.hdfs.tools.federation - package org.apache.hadoop.hdfs.tools.federation
It includes the tools to manage the Router-based federation.
overrideExpiredRecord(R) - Method in class org.apache.hadoop.hdfs.server.federation.store.CachedRecordStore
Updates the state store with any record overrides we detected, such as an expired state.
overrideExpiredRecords(QueryResult<R>) - Method in class org.apache.hadoop.hdfs.server.federation.store.CachedRecordStore
Updates the state store with any record overrides we detected, such as an expired state.
overrideState(FederationNamenodeServiceState) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
Overrides the cached getBlockPoolId() with an update.

P

PATH_COMPARATOR - Static variable in class org.apache.hadoop.hdfs.server.federation.store.records.MountTable
Comparator for paths which considers the /.
PATH_SPEC - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RouterFsckServlet
 
PathLocation - Class in org.apache.hadoop.hdfs.server.federation.resolver
A map of the properties and target destinations (name space + path) for a path in the global/federated name space.
PathLocation(String, List<RemoteLocation>) - Constructor for class org.apache.hadoop.hdfs.server.federation.resolver.PathLocation
Create a new PathLocation with default HASH order.
PathLocation(String, List<RemoteLocation>, DestinationOrder) - Constructor for class org.apache.hadoop.hdfs.server.federation.resolver.PathLocation
Create a new PathLocation.
PathLocation(PathLocation) - Constructor for class org.apache.hadoop.hdfs.server.federation.resolver.PathLocation
Create a path location from another path.
PathLocation(PathLocation, String) - Constructor for class org.apache.hadoop.hdfs.server.federation.resolver.PathLocation
Deprecated.
PBRecord - Interface in org.apache.hadoop.hdfs.server.federation.store.records.impl.pb
A record implementation using Protobuf.
periodicInvoke() - Method in class org.apache.hadoop.hdfs.server.federation.router.NamenodeHeartbeatService
 
periodicInvoke() - Method in class org.apache.hadoop.hdfs.server.federation.router.PeriodicService
Method that the service will run periodically.
periodicInvoke() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterHeartbeatService
 
periodicInvoke() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterQuotaUpdateService
 
periodicInvoke() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterSafemodeService
 
periodicInvoke() - Method in class org.apache.hadoop.hdfs.server.federation.store.StateStoreCacheUpdateService
 
periodicInvoke() - Method in class org.apache.hadoop.hdfs.server.federation.store.StateStoreConnectionMonitorService
 
PeriodicService - Class in org.apache.hadoop.hdfs.server.federation.router
Service to periodically execute a runnable.
PeriodicService(String) - Constructor for class org.apache.hadoop.hdfs.server.federation.router.PeriodicService
Create a new periodic update service.
PeriodicService(String, long) - Constructor for class org.apache.hadoop.hdfs.server.federation.router.PeriodicService
Create a new periodic update service.
PoolAlignmentContext - Class in org.apache.hadoop.hdfs.server.federation.router
An alignment context shared by all connections in a ConnectionPool.
post(UserGroupInformation, DelegationParam, UserParam, DoAsParam, String, PostOpParam, ConcatSourcesParam, BufferSizeParam, ExcludeDatanodesParam, NewLengthParam, NoRedirectParam) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterWebHdfsMethods
 
printUsage() - Method in class org.apache.hadoop.hdfs.tools.federation.RouterAdmin
Print the usage message.
prioritizeDestination(PathLocation, String) - Static method in class org.apache.hadoop.hdfs.server.federation.resolver.PathLocation
Return a path location with the prioritized destinations based on the current path location.
proxyOp() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCPerformanceMonitor
 
proxyOp() - Method in interface org.apache.hadoop.hdfs.server.federation.router.RouterRpcMonitor
Start proxying an operation to the Namenode.
proxyOpComplete(boolean, String, FederationNamenodeServiceState) - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCPerformanceMonitor
 
proxyOpComplete(boolean, String, FederationNamenodeServiceState) - Method in interface org.apache.hadoop.hdfs.server.federation.router.RouterRpcMonitor
Mark a proxy operation as completed.
proxyOpFailureClientOverloaded() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCPerformanceMonitor
 
proxyOpFailureClientOverloaded() - Method in interface org.apache.hadoop.hdfs.server.federation.router.RouterRpcMonitor
Failed to proxy an operation to a Namenode because the client was overloaded.
proxyOpFailureCommunicate(String) - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCPerformanceMonitor
 
proxyOpFailureCommunicate(String) - Method in interface org.apache.hadoop.hdfs.server.federation.router.RouterRpcMonitor
Failed to proxy an operation to a namenode because of an unexpected exception.
proxyOpFailureStandby(String) - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCPerformanceMonitor
 
proxyOpFailureStandby(String) - Method in interface org.apache.hadoop.hdfs.server.federation.router.RouterRpcMonitor
Failed to proxy an operation to a namenode because it was in standby.
proxyOpNoNamenodes(String) - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCPerformanceMonitor
 
proxyOpNoNamenodes(String) - Method in interface org.apache.hadoop.hdfs.server.federation.router.RouterRpcMonitor
Failed to proxy an operation because of no namenodes available.
proxyOpNotImplemented() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCPerformanceMonitor
 
proxyOpNotImplemented() - Method in interface org.apache.hadoop.hdfs.server.federation.router.RouterRpcMonitor
Failed to proxy an operation because it is not implemented.
proxyOpPermitAccepted(String) - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCPerformanceMonitor
 
proxyOpPermitAccepted(String) - Method in interface org.apache.hadoop.hdfs.server.federation.router.RouterRpcMonitor
Accepted to proxy an operation to a namenode.
proxyOpPermitRejected(String) - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCPerformanceMonitor
 
proxyOpPermitRejected(String) - Method in interface org.apache.hadoop.hdfs.server.federation.router.RouterRpcMonitor
Rejected to proxy an operation to a namenode.
proxyOpRetries() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCPerformanceMonitor
 
proxyOpRetries() - Method in interface org.apache.hadoop.hdfs.server.federation.router.RouterRpcMonitor
Retry to proxy an operation to a Namenode because of an unexpected exception.
put(String, RouterQuotaUsage) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterQuotaManager
Put new entity into cache.
put(UserGroupInformation, DelegationParam, UserParam, DoAsParam, String, PutOpParam, DestinationParam, OwnerParam, GroupParam, PermissionParam, UnmaskedPermissionParam, OverwriteParam, BufferSizeParam, ReplicationParam, BlockSizeParam, ModificationTimeParam, AccessTimeParam, RenameOptionSetParam, CreateParentParam, TokenArgumentParam, AclPermissionParam, XAttrNameParam, XAttrValueParam, XAttrSetFlagParam, SnapshotNameParam, OldSnapshotNameParam, ExcludeDatanodesParam, CreateFlagParam, NoRedirectParam, StoragePolicyParam, ECPolicyParam, NameSpaceQuotaParam, StorageSpaceQuotaParam, StorageTypeParam) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterWebHdfsMethods
 
put(T, boolean, boolean) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreBaseImpl
 
put(T, boolean, boolean) - Method in interface org.apache.hadoop.hdfs.server.federation.store.driver.StateStoreRecordOperations
Creates a single record.
putAll(List<T>, boolean, boolean) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileBaseImpl
 
putAll(List<T>, boolean, boolean) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreMySQLImpl
 
putAll(List<T>, boolean, boolean) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreZooKeeperImpl
 
putAll(List<T>, boolean, boolean) - Method in interface org.apache.hadoop.hdfs.server.federation.store.driver.StateStoreRecordOperations
Creates multiple records.

Q

Query<T extends BaseRecord> - Class in org.apache.hadoop.hdfs.server.federation.store.records
Check if a record matches a query.
Query(T) - Constructor for class org.apache.hadoop.hdfs.server.federation.store.records.Query
Create a query to search for a partial record.
QueryResult<T extends BaseRecord> - Class in org.apache.hadoop.hdfs.server.federation.store.records
Encapsulates a state store query result that includes a set of records and a time stamp for the result.
QueryResult(List<T>, long) - Constructor for class org.apache.hadoop.hdfs.server.federation.store.records.QueryResult
 
queueExternalCall(ExternalCall) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterWebHdfsMethods
 
quota(long) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterQuotaUsage.Builder
 
Quota - Class in org.apache.hadoop.hdfs.server.federation.router
Module that implements the quota relevant RPC calls ClientProtocol.setQuota(String, long, long, StorageType) and ClientProtocol.getQuotaUsage(String) in the RouterRpcServer.
Quota(Router, RouterRpcServer) - Constructor for class org.apache.hadoop.hdfs.server.federation.router.Quota
 
QUOTA_USAGE_COUNT_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RouterQuotaUsage
Default quota usage count.

R

RANDOM - org.apache.hadoop.hdfs.server.federation.resolver.order.DestinationOrder
 
RandomResolver - Class in org.apache.hadoop.hdfs.server.federation.resolver.order
Order the destinations randomly.
RandomResolver() - Constructor for class org.apache.hadoop.hdfs.server.federation.resolver.order.RandomResolver
 
RBFConfigKeys - Class in org.apache.hadoop.hdfs.server.federation.router
Config fields for router-based hdfs federation.
RBFConfigKeys() - Constructor for class org.apache.hadoop.hdfs.server.federation.router.RBFConfigKeys
 
RBFMetrics - Class in org.apache.hadoop.hdfs.server.federation.metrics
Implementation of the Router metrics collector.
RBFMetrics(Router) - Constructor for class org.apache.hadoop.hdfs.server.federation.metrics.RBFMetrics
 
readFields(DataInput) - Method in class org.apache.hadoop.hdfs.rbfbalance.MountTableProcedure
 
readInstance(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.AddMountTableEntriesRequestPBImpl
 
readInstance(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.AddMountTableEntriesResponsePBImpl
 
readInstance(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.AddMountTableEntryRequestPBImpl
 
readInstance(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.AddMountTableEntryResponsePBImpl
 
readInstance(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.DisableNameserviceRequestPBImpl
 
readInstance(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.DisableNameserviceResponsePBImpl
 
readInstance(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.EnableNameserviceRequestPBImpl
 
readInstance(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.EnableNameserviceResponsePBImpl
 
readInstance(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.EnterSafeModeRequestPBImpl
 
readInstance(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.EnterSafeModeResponsePBImpl
 
readInstance(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.FederationProtocolPBTranslator
Read instance from base64 data.
readInstance(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetDestinationRequestPBImpl
 
readInstance(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetDestinationResponsePBImpl
 
readInstance(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetDisabledNameservicesRequestPBImpl
 
readInstance(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetDisabledNameservicesResponsePBImpl
 
readInstance(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetMountTableEntriesRequestPBImpl
 
readInstance(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetMountTableEntriesResponsePBImpl
 
readInstance(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetNamenodeRegistrationsRequestPBImpl
 
readInstance(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetNamenodeRegistrationsResponsePBImpl
 
readInstance(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetNamespaceInfoRequestPBImpl
 
readInstance(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetNamespaceInfoResponsePBImpl
 
readInstance(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetRouterRegistrationRequestPBImpl
 
readInstance(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetRouterRegistrationResponsePBImpl
 
readInstance(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetRouterRegistrationsRequestPBImpl
 
readInstance(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetRouterRegistrationsResponsePBImpl
 
readInstance(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetSafeModeRequestPBImpl
 
readInstance(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetSafeModeResponsePBImpl
 
readInstance(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.LeaveSafeModeRequestPBImpl
 
readInstance(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.LeaveSafeModeResponsePBImpl
 
readInstance(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.NamenodeHeartbeatRequestPBImpl
 
readInstance(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.NamenodeHeartbeatResponsePBImpl
 
readInstance(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.RefreshMountTableEntriesRequestPBImpl
 
readInstance(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.RefreshMountTableEntriesResponsePBImpl
 
readInstance(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.RefreshSuperUserGroupsConfigurationRequestPBImpl
 
readInstance(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.RefreshSuperUserGroupsConfigurationResponsePBImpl
 
readInstance(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.RemoveMountTableEntryRequestPBImpl
 
readInstance(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.RemoveMountTableEntryResponsePBImpl
 
readInstance(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.RouterHeartbeatRequestPBImpl
 
readInstance(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.RouterHeartbeatResponsePBImpl
 
readInstance(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.UpdateMountTableEntryRequestPBImpl
 
readInstance(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.UpdateMountTableEntryResponsePBImpl
 
readInstance(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.UpdateNamenodeRegistrationRequestPBImpl
 
readInstance(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.UpdateNamenodeRegistrationResponsePBImpl
 
readInstance(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.DisabledNameservicePBImpl
 
readInstance(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatePBImpl
 
readInstance(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
readInstance(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MountTablePBImpl
 
readInstance(String) - Method in interface org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.PBRecord
Populate this record with serialized data.
readInstance(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.RouterStatePBImpl
 
readInstance(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.StateStoreVersionPBImpl
 
receiveRequestState(RpcHeaderProtos.RpcRequestHeaderProto, long) - Method in class org.apache.hadoop.hdfs.server.federation.router.PoolAlignmentContext
Client side implementation only provides state alignment info in requests.
receiveResponseState(RpcHeaderProtos.RpcResponseHeaderProto) - Method in class org.apache.hadoop.hdfs.server.federation.router.PoolAlignmentContext
Router updates a globally shared value using response from namenodes.
recordExists(String, String) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreMySQLImpl
Checks if a record with a given key existing in the specified table.
RecordStore<R extends BaseRecord> - Class in org.apache.hadoop.hdfs.server.federation.store
Store records in the State Store.
RecordStore(Class<R>, StateStoreDriver) - Constructor for class org.apache.hadoop.hdfs.server.federation.store.RecordStore
Create a new store for records.
recoverLease(String, String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
recoverLease(String, String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
reencryptEncryptionZone(String, HdfsConstants.ReencryptAction) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
reencryptEncryptionZone(String, HdfsConstants.ReencryptAction) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
refresh() - Method in class org.apache.hadoop.hdfs.server.federation.router.MountTableRefresherService
Refresh mount table cache of this router as well as all other routers.
refresh(String, String[]) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterAdminServer
 
refreshCaches() - Method in class org.apache.hadoop.hdfs.server.federation.store.StateStoreService
Refresh the cache with information from the State Store.
refreshCaches(boolean) - Method in class org.apache.hadoop.hdfs.server.federation.store.StateStoreService
Refresh the cache with information from the State Store.
refreshCallQueue() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterAdminServer
 
refreshEntries(Collection<MountTable>) - Method in class org.apache.hadoop.hdfs.server.federation.resolver.MountTableResolver
Updates the mount path tree with a new set of mount table entries.
refreshFairnessPolicyController() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
refreshFairnessPolicyController(Configuration) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcClient
Refreshes/changes the fairness policy controller implementation if possible and returns the controller class name.
RefreshFairnessPolicyControllerHandler - Class in org.apache.hadoop.hdfs.server.federation.fairness
 
RefreshFairnessPolicyControllerHandler(Router) - Constructor for class org.apache.hadoop.hdfs.server.federation.fairness.RefreshFairnessPolicyControllerHandler
 
refreshMountTableEntries(RefreshMountTableEntriesRequest) - Method in class org.apache.hadoop.hdfs.protocolPB.RouterAdminProtocolTranslatorPB
 
refreshMountTableEntries(RefreshMountTableEntriesRequest) - Method in interface org.apache.hadoop.hdfs.server.federation.resolver.MountTableManager
Refresh mount table entries cache from the state store.
refreshMountTableEntries(RefreshMountTableEntriesRequest) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterAdminServer
 
refreshMountTableEntries(RefreshMountTableEntriesRequest) - Method in class org.apache.hadoop.hdfs.server.federation.store.impl.MountTableStoreImpl
 
refreshMountTableEntries(RpcController, HdfsServerFederationProtos.RefreshMountTableEntriesRequestProto) - Method in class org.apache.hadoop.hdfs.protocolPB.RouterAdminProtocolServerSideTranslatorPB
 
RefreshMountTableEntriesRequest - Class in org.apache.hadoop.hdfs.server.federation.store.protocol
API request for refreshing mount table cached entries from state store.
RefreshMountTableEntriesRequest() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.RefreshMountTableEntriesRequest
 
RefreshMountTableEntriesRequestPBImpl - Class in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb
Protobuf implementation of the state store API object RefreshMountTableEntriesRequest.
RefreshMountTableEntriesRequestPBImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.RefreshMountTableEntriesRequestPBImpl
 
RefreshMountTableEntriesRequestPBImpl(HdfsServerFederationProtos.RefreshMountTableEntriesRequestProto) - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.RefreshMountTableEntriesRequestPBImpl
 
RefreshMountTableEntriesResponse - Class in org.apache.hadoop.hdfs.server.federation.store.protocol
API response for refreshing mount table entries cache from state store.
RefreshMountTableEntriesResponse() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.RefreshMountTableEntriesResponse
 
RefreshMountTableEntriesResponsePBImpl - Class in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb
Protobuf implementation of the state store API object RefreshMountTableEntriesResponse.
RefreshMountTableEntriesResponsePBImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.RefreshMountTableEntriesResponsePBImpl
 
RefreshMountTableEntriesResponsePBImpl(HdfsServerFederationProtos.RefreshMountTableEntriesResponseProto) - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.RefreshMountTableEntriesResponsePBImpl
 
refreshNodes() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
refreshNodes() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
refreshSuperUserGroupsConfiguration() - Method in class org.apache.hadoop.hdfs.protocolPB.RouterAdminProtocolTranslatorPB
 
refreshSuperUserGroupsConfiguration() - Method in interface org.apache.hadoop.hdfs.server.federation.resolver.RouterGenericManager
Refresh superuser proxy groups mappings (used in RBF).
refreshSuperUserGroupsConfiguration() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterAdminServer
 
refreshSuperUserGroupsConfiguration() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
refreshSuperUserGroupsConfiguration() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterUserProtocol
 
refreshSuperUserGroupsConfiguration(RpcController, HdfsServerFederationProtos.RefreshSuperUserGroupsConfigurationRequestProto) - Method in class org.apache.hadoop.hdfs.protocolPB.RouterAdminProtocolServerSideTranslatorPB
Refresh superuser proxy groups mappings.
RefreshSuperUserGroupsConfigurationRequest - Class in org.apache.hadoop.hdfs.server.federation.store.protocol
API request for refreshing super user groups on router.
RefreshSuperUserGroupsConfigurationRequest() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.RefreshSuperUserGroupsConfigurationRequest
 
RefreshSuperUserGroupsConfigurationRequestPBImpl - Class in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb
Protobuf implementation of the state store API object RefreshSuperUserGroupsConfigurationRequest.
RefreshSuperUserGroupsConfigurationRequestPBImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.RefreshSuperUserGroupsConfigurationRequestPBImpl
 
RefreshSuperUserGroupsConfigurationRequestPBImpl(HdfsServerFederationProtos.RefreshSuperUserGroupsConfigurationRequestProto) - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.RefreshSuperUserGroupsConfigurationRequestPBImpl
 
RefreshSuperUserGroupsConfigurationResponse - Class in org.apache.hadoop.hdfs.server.federation.store.protocol
API response for refreshing super user groups on router.
RefreshSuperUserGroupsConfigurationResponse() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.RefreshSuperUserGroupsConfigurationResponse
 
RefreshSuperUserGroupsConfigurationResponsePBImpl - Class in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb
Protobuf implementation of the state store API object RefreshSuperUserGroupsConfigurationResponse.
RefreshSuperUserGroupsConfigurationResponsePBImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.RefreshSuperUserGroupsConfigurationResponsePBImpl
 
RefreshSuperUserGroupsConfigurationResponsePBImpl(HdfsServerFederationProtos.RefreshSuperUserGroupsConfigurationResponseProto) - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.RefreshSuperUserGroupsConfigurationResponsePBImpl
 
refreshUserToGroupsMappings() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
refreshUserToGroupsMappings() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterUserProtocol
 
registerCacheExternal(StateStoreCache) - Method in class org.apache.hadoop.hdfs.server.federation.store.StateStoreService
Register a cached record store for automatic periodic cache updates.
registerNamenode(NamenodeStatusReport) - Method in interface org.apache.hadoop.hdfs.server.federation.resolver.ActiveNamenodeResolver
Register a namenode in the State Store.
registerNamenode(NamenodeStatusReport) - Method in class org.apache.hadoop.hdfs.server.federation.resolver.MembershipNamenodeResolver
 
registerSubordinateNamenode(NamenodeRegistration) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterNamenodeProtocol
 
registerSubordinateNamenode(NamenodeRegistration) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
registrationValid() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.NamenodeStatusReport
If the registration is valid.
release() - Method in class org.apache.hadoop.hdfs.server.federation.router.ConnectionContext
Release this connection.
releasePermit(String) - Method in class org.apache.hadoop.hdfs.server.federation.fairness.AbstractRouterRpcFairnessPolicyController
 
releasePermit(String) - Method in class org.apache.hadoop.hdfs.server.federation.fairness.NoRouterRpcFairnessPolicyController
 
releasePermit(String) - Method in interface org.apache.hadoop.hdfs.server.federation.fairness.RouterRpcFairnessPolicyController
Handler threads are expected to invoke this method that signals controller to release the resources allocated to the thread for the particular name service.
RemoteLocation - Class in org.apache.hadoop.hdfs.server.federation.resolver
A location in a remote namespace consisting of a nameservice ID and a HDFS path (destination).
RemoteLocation(String, String, String) - Constructor for class org.apache.hadoop.hdfs.server.federation.resolver.RemoteLocation
Create a new remote location.
RemoteLocation(String, String, String, String) - Constructor for class org.apache.hadoop.hdfs.server.federation.resolver.RemoteLocation
Create a new remote location pointing to a particular namenode in the namespace.
RemoteLocation(RemoteLocation, String) - Constructor for class org.apache.hadoop.hdfs.server.federation.resolver.RemoteLocation
Use the Ns and Nn of a remote location and another path to create a new remote location pointing.
RemoteLocationContext - Class in org.apache.hadoop.hdfs.server.federation.router
Base class for objects that are unique to a namespace.
RemoteLocationContext() - Constructor for class org.apache.hadoop.hdfs.server.federation.router.RemoteLocationContext
 
RemoteMethod - Class in org.apache.hadoop.hdfs.server.federation.router
Determines the remote client protocol method and the parameter list for a specific location.
RemoteMethod(Class<?>, String) - Constructor for class org.apache.hadoop.hdfs.server.federation.router.RemoteMethod
Create a method with no parameters.
RemoteMethod(Class<?>, String, Class<?>[], Object...) - Constructor for class org.apache.hadoop.hdfs.server.federation.router.RemoteMethod
Creates a remote method generator.
RemoteMethod(String) - Constructor for class org.apache.hadoop.hdfs.server.federation.router.RemoteMethod
Create a remote method generator for the ClientProtocol with no parameters.
RemoteMethod(String, Class<?>[], Object...) - Constructor for class org.apache.hadoop.hdfs.server.federation.router.RemoteMethod
Create a remote method generator for the ClientProtocol.
RemoteParam - Class in org.apache.hadoop.hdfs.server.federation.router
A dynamically assignable parameter that is location-specific.
RemoteParam() - Constructor for class org.apache.hadoop.hdfs.server.federation.router.RemoteParam
Constructs a default remote parameter.
RemoteParam(Map<? extends RemoteLocationContext, ? extends Object>) - Constructor for class org.apache.hadoop.hdfs.server.federation.router.RemoteParam
Constructs a map based remote parameter.
RemoteResult<T extends RemoteLocationContext,​R> - Class in org.apache.hadoop.hdfs.server.federation.router
Result from a remote location.
RemoteResult(T, IOException) - Constructor for class org.apache.hadoop.hdfs.server.federation.router.RemoteResult
 
RemoteResult(T, R) - Constructor for class org.apache.hadoop.hdfs.server.federation.router.RemoteResult
 
remove(Class<T>, Query<T>) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileBaseImpl
 
remove(Class<T>, Query<T>) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreMySQLImpl
 
remove(Class<T>, Query<T>) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreZooKeeperImpl
 
remove(Class<T>, Query<T>) - Method in interface org.apache.hadoop.hdfs.server.federation.store.driver.StateStoreRecordOperations
Remove multiple records of a specific class that match a query.
remove(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterQuotaManager
Remove the entity from cache.
remove(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileBaseImpl
Remove a file.
remove(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileImpl
 
remove(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileSystemImpl
 
remove(T) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreBaseImpl
 
remove(T) - Method in interface org.apache.hadoop.hdfs.server.federation.store.driver.StateStoreRecordOperations
Remove a single record.
removeAcl(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
removeAcl(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
removeAclEntries(String, List<AclEntry>) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
removeAclEntries(String, List<AclEntry>) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
removeAll(Class<T>) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileBaseImpl
 
removeAll(Class<T>) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreMySQLImpl
 
removeAll(Class<T>) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreZooKeeperImpl
 
removeAll(Class<T>) - Method in interface org.apache.hadoop.hdfs.server.federation.store.driver.StateStoreRecordOperations
Remove all records of this class from the store.
removeCacheDirective(long) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterCacheAdmin
 
removeCacheDirective(long) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
removeCacheDirective(long) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
removeCachePool(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterCacheAdmin
 
removeCachePool(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
removeCachePool(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
removeConnections(int) - Method in class org.apache.hadoop.hdfs.server.federation.router.ConnectionPool
Remove connections from the current pool.
removeDefaultAcl(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
removeDefaultAcl(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
removeEntry(String) - Method in class org.apache.hadoop.hdfs.server.federation.resolver.MountTableResolver
Remove a mount table entry.
removeErasureCodingPolicy(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.ErasureCoding
 
removeErasureCodingPolicy(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
removeErasureCodingPolicy(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
removeLocation(String) - Method in class org.apache.hadoop.hdfs.server.federation.utils.ConsistentHashRing
Remove specified entry from hash ring.
removeMount(String) - Method in class org.apache.hadoop.hdfs.tools.federation.RouterAdmin
Remove mount point.
removeMountTableEntry(RemoveMountTableEntryRequest) - Method in class org.apache.hadoop.hdfs.protocolPB.RouterAdminProtocolTranslatorPB
 
removeMountTableEntry(RemoveMountTableEntryRequest) - Method in interface org.apache.hadoop.hdfs.server.federation.resolver.MountTableManager
Remove an entry from the mount table.
removeMountTableEntry(RemoveMountTableEntryRequest) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterAdminServer
 
removeMountTableEntry(RemoveMountTableEntryRequest) - Method in class org.apache.hadoop.hdfs.server.federation.store.impl.MountTableStoreImpl
 
removeMountTableEntry(RpcController, HdfsServerFederationProtos.RemoveMountTableEntryRequestProto) - Method in class org.apache.hadoop.hdfs.protocolPB.RouterAdminProtocolServerSideTranslatorPB
Remove an entry from the mount table.
RemoveMountTableEntryRequest - Class in org.apache.hadoop.hdfs.server.federation.store.protocol
API request for removing a mount table path present in the state store.
RemoveMountTableEntryRequest() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.RemoveMountTableEntryRequest
 
RemoveMountTableEntryRequestPBImpl - Class in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb
Protobuf implementation of the state store API object RemoveMountTableEntryRequest.
RemoveMountTableEntryRequestPBImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.RemoveMountTableEntryRequestPBImpl
 
RemoveMountTableEntryRequestPBImpl(HdfsServerFederationProtos.RemoveMountTableEntryRequestProto) - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.RemoveMountTableEntryRequestPBImpl
 
RemoveMountTableEntryResponse - Class in org.apache.hadoop.hdfs.server.federation.store.protocol
API response for removing a mount table path present in the state store.
RemoveMountTableEntryResponse() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.RemoveMountTableEntryResponse
 
RemoveMountTableEntryResponsePBImpl - Class in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb
Protobuf implementation of the state store API object RemoveMountTableEntryResponse.
RemoveMountTableEntryResponsePBImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.RemoveMountTableEntryResponsePBImpl
 
RemoveMountTableEntryResponsePBImpl(HdfsServerFederationProtos.RemoveMountTableEntryResponseProto) - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.RemoveMountTableEntryResponsePBImpl
 
removeRecord(String, String) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreMySQLImpl
Removes the record with a given key from the specified table.
removeStoredToken(AbstractDelegationTokenIdentifier) - Method in class org.apache.hadoop.hdfs.server.federation.router.security.token.ZKDelegationTokenSecretManagerImpl
 
removeXAttr(String, XAttr) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
removeXAttr(String, XAttr) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
rename(String, String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
Deprecated.
rename(String, String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
Deprecated.
rename(String, String) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileBaseImpl
Rename a file.
rename(String, String) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileImpl
 
rename(String, String) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileSystemImpl
 
rename2(String, String, Options.Rename...) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
rename2(String, String, Options.Rename...) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
renameSnapshot(String, String, String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
renameSnapshot(String, String, String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
renameSnapshot(String, String, String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterSnapshot
 
renewDelegationToken(Token<DelegationTokenIdentifier>) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
renewDelegationToken(Token<DelegationTokenIdentifier>) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
renewDelegationToken(Token<DelegationTokenIdentifier>) - Method in class org.apache.hadoop.hdfs.server.federation.router.security.RouterSecurityManager
 
renewLease(String, List<String>) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
renewLease(String, List<String>) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
reportBadBlocks(LocatedBlock[]) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
reportBadBlocks(LocatedBlock[]) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
reset() - Static method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCMetrics
Reset the metrics system.
reset() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NullStateStoreMetrics
 
reset() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.StateStoreMetrics
 
resetPerfCounters() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCPerformanceMonitor
Resets all RPC service performance counters to their defaults.
restoreFailedStorage(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
restoreFailedStorage(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
rollEditLog() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterNamenodeProtocol
 
rollEditLog() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
rollEdits() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
rollEdits() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
rollingUpgrade(HdfsConstants.RollingUpgradeAction) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
rollingUpgrade(HdfsConstants.RollingUpgradeAction) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
rotateCache(String, FederationNamenodeContext, boolean) - Method in interface org.apache.hadoop.hdfs.server.federation.resolver.ActiveNamenodeResolver
Rotate cache, make the current namenode have the lowest priority, to ensure that the current namenode will not be accessed first next time.
rotateCache(String, FederationNamenodeContext, boolean) - Method in class org.apache.hadoop.hdfs.server.federation.resolver.MembershipNamenodeResolver
Rotate cache, make the current namenode have the lowest priority, to ensure that the current namenode will not be accessed first next time.
Router - Class in org.apache.hadoop.hdfs.server.federation.router
Router that provides a unified view of multiple federated HDFS clusters.
Router() - Constructor for class org.apache.hadoop.hdfs.server.federation.router.Router
 
RouterAdmin - Class in org.apache.hadoop.hdfs.tools.federation
This class provides some Federation administrative access shell commands.
RouterAdmin(Configuration) - Constructor for class org.apache.hadoop.hdfs.tools.federation.RouterAdmin
 
RouterAdminProtocol - Interface in org.apache.hadoop.hdfs.protocolPB
Protocol used by routeradmin to communicate with statestore.
RouterAdminProtocolPB - Interface in org.apache.hadoop.hdfs.protocolPB
Protocol that a clients use to communicate with the NameNode.
RouterAdminProtocolServerSideTranslatorPB - Class in org.apache.hadoop.hdfs.protocolPB
This class is used on the server side.
RouterAdminProtocolServerSideTranslatorPB(RouterAdminServer) - Constructor for class org.apache.hadoop.hdfs.protocolPB.RouterAdminProtocolServerSideTranslatorPB
Constructor.
RouterAdminProtocolTranslatorPB - Class in org.apache.hadoop.hdfs.protocolPB
This class forwards RouterAdminProtocol calls as RPC calls to the RouterAdmin server while translating from the parameter types used in RouterAdminProtocol to the new PB types.
RouterAdminProtocolTranslatorPB(RouterAdminProtocolPB) - Constructor for class org.apache.hadoop.hdfs.protocolPB.RouterAdminProtocolTranslatorPB
 
RouterAdminServer - Class in org.apache.hadoop.hdfs.server.federation.router
This class is responsible for handling all the Admin calls to the HDFS router.
RouterAdminServer(Configuration, Router) - Constructor for class org.apache.hadoop.hdfs.server.federation.router.RouterAdminServer
 
RouterCacheAdmin - Class in org.apache.hadoop.hdfs.server.federation.router
Module that implements all the RPC calls in ClientProtocol related to Cache Admin in the RouterRpcServer.
RouterCacheAdmin(RouterRpcServer) - Constructor for class org.apache.hadoop.hdfs.server.federation.router.RouterCacheAdmin
 
RouterClient - Class in org.apache.hadoop.hdfs.server.federation.router
Client to connect to the Router via the admin protocol.
RouterClient(InetSocketAddress, Configuration) - Constructor for class org.apache.hadoop.hdfs.server.federation.router.RouterClient
 
RouterClientMetrics - Class in org.apache.hadoop.hdfs.server.federation.router
This class is for maintaining the various Router Client activity statistics and publishing them through the metrics interfaces.
RouterClientProtocol - Class in org.apache.hadoop.hdfs.server.federation.router
Module that implements all the RPC calls in ClientProtocol in the RouterRpcServer.
RouterDistCpProcedure - Class in org.apache.hadoop.hdfs.rbfbalance
Copy data through distcp in router-based federation cluster.
RouterDistCpProcedure() - Constructor for class org.apache.hadoop.hdfs.rbfbalance.RouterDistCpProcedure
 
RouterDistCpProcedure(String, String, long, FedBalanceContext) - Constructor for class org.apache.hadoop.hdfs.rbfbalance.RouterDistCpProcedure
 
routerFailureLocked() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCPerformanceMonitor
 
routerFailureLocked() - Method in interface org.apache.hadoop.hdfs.server.federation.router.RouterRpcMonitor
If a path is locked.
routerFailureReadOnly() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCPerformanceMonitor
 
routerFailureReadOnly() - Method in interface org.apache.hadoop.hdfs.server.federation.router.RouterRpcMonitor
If a path is in a read only mount point.
routerFailureSafemode() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCPerformanceMonitor
 
routerFailureSafemode() - Method in interface org.apache.hadoop.hdfs.server.federation.router.RouterRpcMonitor
If the Router is in safe mode.
routerFailureStateStore() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCPerformanceMonitor
 
routerFailureStateStore() - Method in interface org.apache.hadoop.hdfs.server.federation.router.RouterRpcMonitor
If the Router cannot contact the State Store in an operation.
RouterFedBalance - Class in org.apache.hadoop.hdfs.rbfbalance
Balance data in router-based federation cluster.
RouterFedBalance() - Constructor for class org.apache.hadoop.hdfs.rbfbalance.RouterFedBalance
 
RouterFederationRename - Class in org.apache.hadoop.hdfs.server.federation.router
Rename across router federation namespaces based on federation balance.
RouterFederationRename(RouterRpcServer, Configuration) - Constructor for class org.apache.hadoop.hdfs.server.federation.router.RouterFederationRename
 
RouterFederationRename.RouterRenameOption - Enum in org.apache.hadoop.hdfs.server.federation.router
 
RouterFsck - Class in org.apache.hadoop.hdfs.server.federation.router
Wrapper for the Router to offer the Namenode FSCK.
RouterFsck(Router, Map<String, String[]>, PrintWriter, InetAddress) - Constructor for class org.apache.hadoop.hdfs.server.federation.router.RouterFsck
 
RouterFsckServlet - Class in org.apache.hadoop.hdfs.server.federation.router
This class is used in Namesystem's web server to do fsck on namenode.
RouterFsckServlet() - Constructor for class org.apache.hadoop.hdfs.server.federation.router.RouterFsckServlet
 
RouterGenericManager - Interface in org.apache.hadoop.hdfs.server.federation.resolver
Generic methods for managing Router.
routerHeartbeat(RouterHeartbeatRequest) - Method in class org.apache.hadoop.hdfs.server.federation.store.impl.RouterStoreImpl
 
routerHeartbeat(RouterHeartbeatRequest) - Method in class org.apache.hadoop.hdfs.server.federation.store.RouterStore
Update the state of this router in the State Store.
RouterHeartbeatRequest - Class in org.apache.hadoop.hdfs.server.federation.store.protocol
API request for registering a router with the state store.
RouterHeartbeatRequest() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.RouterHeartbeatRequest
 
RouterHeartbeatRequestPBImpl - Class in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb
Protobuf implementation of the state store API object RouterHeartbeatRequest.
RouterHeartbeatRequestPBImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.RouterHeartbeatRequestPBImpl
 
RouterHeartbeatResponse - Class in org.apache.hadoop.hdfs.server.federation.store.protocol
API response for registering a router with the state store.
RouterHeartbeatResponse() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.RouterHeartbeatResponse
 
RouterHeartbeatResponsePBImpl - Class in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb
Protobuf implementation of the state store API object RouterHeartbeatResponse.
RouterHeartbeatResponsePBImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.RouterHeartbeatResponsePBImpl
 
RouterHeartbeatService - Class in org.apache.hadoop.hdfs.server.federation.router
Service to periodically update the Router current state in the State Store.
RouterHeartbeatService(Router) - Constructor for class org.apache.hadoop.hdfs.server.federation.router.RouterHeartbeatService
Create a new Router heartbeat service.
RouterHttpServer - Class in org.apache.hadoop.hdfs.server.federation.router
Web interface for the Router.
RouterHttpServer(Router) - Constructor for class org.apache.hadoop.hdfs.server.federation.router.RouterHttpServer
 
RouterMBean - Interface in org.apache.hadoop.hdfs.server.federation.metrics
JMX interface for the router specific metrics.
RouterMetrics - Class in org.apache.hadoop.hdfs.server.federation.router
This class is for maintaining the various Router activity statistics and publishing them through the metrics interfaces.
RouterMetricsService - Class in org.apache.hadoop.hdfs.server.federation.router
Service to manage the metrics of the Router.
RouterMetricsService(Router) - Constructor for class org.apache.hadoop.hdfs.server.federation.router.RouterMetricsService
 
RouterNamenodeProtocol - Class in org.apache.hadoop.hdfs.server.federation.router
Module that implements all the RPC calls in NamenodeProtocol in the RouterRpcServer.
RouterNamenodeProtocol(RouterRpcServer) - Constructor for class org.apache.hadoop.hdfs.server.federation.router.RouterNamenodeProtocol
 
RouterNetworkTopologyServlet - Class in org.apache.hadoop.hdfs.server.federation.router
A servlet to print out the network topology from router.
RouterNetworkTopologyServlet() - Constructor for class org.apache.hadoop.hdfs.server.federation.router.RouterNetworkTopologyServlet
 
RouterPermissionChecker - Class in org.apache.hadoop.hdfs.server.federation.router
Class that helps in checking permissions in Router-based federation.
RouterPermissionChecker(String, String) - Constructor for class org.apache.hadoop.hdfs.server.federation.router.RouterPermissionChecker
 
RouterPermissionChecker(String, String, UserGroupInformation) - Constructor for class org.apache.hadoop.hdfs.server.federation.router.RouterPermissionChecker
 
RouterPolicyProvider - Class in org.apache.hadoop.hdfs.protocolPB
HDFSPolicyProvider for RBF protocols.
RouterPolicyProvider() - Constructor for class org.apache.hadoop.hdfs.protocolPB.RouterPolicyProvider
 
RouterQuotaManager - Class in org.apache.hadoop.hdfs.server.federation.router
Router quota manager in Router.
RouterQuotaManager() - Constructor for class org.apache.hadoop.hdfs.server.federation.router.RouterQuotaManager
 
RouterQuotaUpdateService - Class in org.apache.hadoop.hdfs.server.federation.router
Service to periodically update the RouterQuotaUsage cached information in the Router.
RouterQuotaUpdateService(Router) - Constructor for class org.apache.hadoop.hdfs.server.federation.router.RouterQuotaUpdateService
 
RouterQuotaUsage - Class in org.apache.hadoop.hdfs.server.federation.router
The subclass of QuotaUsage used in Router-based federation.
RouterQuotaUsage.Builder - Class in org.apache.hadoop.hdfs.server.federation.router
Build the instance based on the builder.
RouterResolveException - Exception in org.apache.hadoop.hdfs.server.federation.resolver
Thrown by FileSubclusterResolver when a path can't be resolved.
RouterResolveException(String) - Constructor for exception org.apache.hadoop.hdfs.server.federation.resolver.RouterResolveException
 
RouterResolver<K,​V> - Class in org.apache.hadoop.hdfs.server.federation.resolver.order
The order resolver that depends upon the Router service.
RouterResolver(Configuration, Router) - Constructor for class org.apache.hadoop.hdfs.server.federation.resolver.order.RouterResolver
 
RouterRpcClient - Class in org.apache.hadoop.hdfs.server.federation.router
A client proxy for Router to NN communication using the NN ClientProtocol.
RouterRpcClient(Configuration, Router, ActiveNamenodeResolver, RouterRpcMonitor, RouterStateIdContext) - Constructor for class org.apache.hadoop.hdfs.server.federation.router.RouterRpcClient
Create a router RPC client to manage remote procedure calls to NNs.
RouterRpcFairnessConstants - Class in org.apache.hadoop.hdfs.server.federation.fairness
 
RouterRpcFairnessConstants() - Constructor for class org.apache.hadoop.hdfs.server.federation.fairness.RouterRpcFairnessConstants
 
RouterRpcFairnessPolicyController - Interface in org.apache.hadoop.hdfs.server.federation.fairness
Interface to define handlers assignment for specific name services.
RouterRpcMonitor - Interface in org.apache.hadoop.hdfs.server.federation.router
Metrics and monitoring interface for the router RPC server.
RouterRpcServer - Class in org.apache.hadoop.hdfs.server.federation.router
This class is responsible for handling all of the RPC calls to the It is created, started, and stopped by Router.
RouterRpcServer(Configuration, Router, ActiveNamenodeResolver, FileSubclusterResolver) - Constructor for class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
Construct a router RPC server.
RouterSafemodeService - Class in org.apache.hadoop.hdfs.server.federation.router
Service to periodically check if the StateStoreService cached information in the Router is up to date.
RouterSafemodeService(Router) - Constructor for class org.apache.hadoop.hdfs.server.federation.router.RouterSafemodeService
Create a new Cache update service.
RouterSecurityManager - Class in org.apache.hadoop.hdfs.server.federation.router.security
Manager to hold underlying delegation token secret manager implementations.
RouterSecurityManager(Configuration) - Constructor for class org.apache.hadoop.hdfs.server.federation.router.security.RouterSecurityManager
 
RouterSecurityManager(AbstractDelegationTokenSecretManager<DelegationTokenIdentifier>) - Constructor for class org.apache.hadoop.hdfs.server.federation.router.security.RouterSecurityManager
 
RouterServiceState - Enum in org.apache.hadoop.hdfs.server.federation.router
States of the Router.
RouterSnapshot - Class in org.apache.hadoop.hdfs.server.federation.router
Module that implements all the RPC calls related to snapshots in ClientProtocol in the RouterRpcServer.
RouterSnapshot(RouterRpcServer) - Constructor for class org.apache.hadoop.hdfs.server.federation.router.RouterSnapshot
 
RouterState - Class in org.apache.hadoop.hdfs.server.federation.store.records
Entry to log the state of a Router in the StateStoreService.
RouterState() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.records.RouterState
Constructors.
RouterStateManager - Interface in org.apache.hadoop.hdfs.server.federation.router
Interface of managing the Router state.
RouterStatePBImpl - Class in org.apache.hadoop.hdfs.server.federation.store.records.impl.pb
Protobuf implementation of the RouterState record.
RouterStatePBImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.RouterStatePBImpl
 
RouterStatePBImpl(HdfsServerFederationProtos.RouterRecordProto) - Constructor for class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.RouterStatePBImpl
 
RouterStoragePolicy - Class in org.apache.hadoop.hdfs.server.federation.router
Module that implements all the RPC calls in ClientProtocol related to Storage Policy in the RouterRpcServer.
RouterStoragePolicy(RouterRpcServer) - Constructor for class org.apache.hadoop.hdfs.server.federation.router.RouterStoragePolicy
 
RouterStore - Class in org.apache.hadoop.hdfs.server.federation.store
Management API for RouterState records in the state store.
RouterStore(StateStoreDriver) - Constructor for class org.apache.hadoop.hdfs.server.federation.store.RouterStore
 
RouterStoreImpl - Class in org.apache.hadoop.hdfs.server.federation.store.impl
Implementation of the RouterStore state store API.
RouterStoreImpl(StateStoreDriver) - Constructor for class org.apache.hadoop.hdfs.server.federation.store.impl.RouterStoreImpl
 
RouterUserProtocol - Class in org.apache.hadoop.hdfs.server.federation.router
Module that implements all the RPC calls in RefreshUserMappingsProtocol GetUserMappingsProtocol in the RouterRpcServer.
RouterUserProtocol(RouterRpcServer) - Constructor for class org.apache.hadoop.hdfs.server.federation.router.RouterUserProtocol
 
RouterWebHdfsMethods - Class in org.apache.hadoop.hdfs.server.federation.router
WebHDFS Router implementation.
RouterWebHdfsMethods(HttpServletRequest) - Constructor for class org.apache.hadoop.hdfs.server.federation.router.RouterWebHdfsMethods
 
run() - Method in class org.apache.hadoop.hdfs.server.federation.router.MountTableRefresherThread
Refresh mount table cache of local and remote routers.
run(String[]) - Method in class org.apache.hadoop.hdfs.rbfbalance.RouterFedBalance
 
run(String[]) - Method in class org.apache.hadoop.hdfs.tools.federation.RouterAdmin
 
RUNNING - org.apache.hadoop.hdfs.server.federation.router.RouterServiceState
 

S

SAFEMODE - org.apache.hadoop.hdfs.server.federation.router.RouterServiceState
 
satisfyStoragePolicy(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
satisfyStoragePolicy(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
satisfyStoragePolicy(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterStoragePolicy
 
saveNamespace(long, long) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
saveNamespace(long, long) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
selectCounterValue() - Method in class org.apache.hadoop.hdfs.server.federation.router.security.token.DistributedSQLCounter
Obtains the value of the counter.
selectDelegationKey(int) - Method in class org.apache.hadoop.hdfs.server.federation.router.security.token.SQLDelegationTokenSecretManagerImpl
 
selectKeyId() - Method in class org.apache.hadoop.hdfs.server.federation.router.security.token.SQLDelegationTokenSecretManagerImpl
 
selectSequenceNum() - Method in class org.apache.hadoop.hdfs.server.federation.router.security.token.SQLDelegationTokenSecretManagerImpl
 
selectStaleTokenInfos(long, int) - Method in class org.apache.hadoop.hdfs.server.federation.router.security.token.SQLDelegationTokenSecretManagerImpl
 
selectTokenInfo(int, byte[]) - Method in class org.apache.hadoop.hdfs.server.federation.router.security.token.SQLDelegationTokenSecretManagerImpl
 
serialize(BaseRecord) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreSerializerPBImpl
 
serialize(BaseRecord) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.StateStoreSerializer
Serialize a record into a byte array.
serialize(T) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreSerializableImpl
Serialize a record using the serializer.
serializeString(BaseRecord) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreSerializerPBImpl
 
serializeString(BaseRecord) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.StateStoreSerializer
Serialize a record into a string.
serializeString(T) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreSerializableImpl
Serialize a record using the serializer.
serviceInit(Configuration) - Method in class org.apache.hadoop.hdfs.server.federation.router.MountTableRefresherService
 
serviceInit(Configuration) - Method in class org.apache.hadoop.hdfs.server.federation.router.NamenodeHeartbeatService
 
serviceInit(Configuration) - Method in class org.apache.hadoop.hdfs.server.federation.router.Router
 
serviceInit(Configuration) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterAdminServer
 
serviceInit(Configuration) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterHeartbeatService
 
serviceInit(Configuration) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterHttpServer
 
serviceInit(Configuration) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterMetricsService
 
serviceInit(Configuration) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterQuotaUpdateService
 
serviceInit(Configuration) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
serviceInit(Configuration) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterSafemodeService
 
serviceInit(Configuration) - Method in class org.apache.hadoop.hdfs.server.federation.store.StateStoreCacheUpdateService
 
serviceInit(Configuration) - Method in class org.apache.hadoop.hdfs.server.federation.store.StateStoreConnectionMonitorService
 
serviceInit(Configuration) - Method in class org.apache.hadoop.hdfs.server.federation.store.StateStoreService
Initialize the State Store and the connection to the back-end.
serviceStart() - Method in class org.apache.hadoop.hdfs.server.federation.router.MountTableRefresherService
 
serviceStart() - Method in class org.apache.hadoop.hdfs.server.federation.router.PeriodicService
 
serviceStart() - Method in class org.apache.hadoop.hdfs.server.federation.router.Router
 
serviceStart() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterAdminServer
 
serviceStart() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterHttpServer
 
serviceStart() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterMetricsService
 
serviceStart() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
serviceStart() - Method in class org.apache.hadoop.hdfs.server.federation.store.StateStoreService
 
serviceStop() - Method in class org.apache.hadoop.hdfs.server.federation.router.MountTableRefresherService
 
serviceStop() - Method in class org.apache.hadoop.hdfs.server.federation.router.NamenodeHeartbeatService
 
serviceStop() - Method in class org.apache.hadoop.hdfs.server.federation.router.PeriodicService
 
serviceStop() - Method in class org.apache.hadoop.hdfs.server.federation.router.Router
 
serviceStop() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterAdminServer
 
serviceStop() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterHttpServer
 
serviceStop() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterMetricsService
 
serviceStop() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
serviceStop() - Method in class org.apache.hadoop.hdfs.server.federation.store.StateStoreService
 
SERVLET_NAME - Static variable in class org.apache.hadoop.hdfs.server.federation.router.RouterFsckServlet
 
setAcl(String, List<AclEntry>) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
setAcl(String, List<AclEntry>) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
setAclInfo(RouterAdmin.ACLEntity) - Method in class org.apache.hadoop.hdfs.tools.federation.AddMountAttributes
 
setAddress(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.RouterStatePBImpl
 
setAddress(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.RouterState
 
setAdminAddress(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.RouterStatePBImpl
 
setAdminAddress(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.RouterState
 
setAdminServerAddress(InetSocketAddress) - Method in class org.apache.hadoop.hdfs.server.federation.router.Router
Set the current Admin socket for the router.
setAvailableSpace(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
setAvailableSpace(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
setBalancerBandwidth(long) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
setBalancerBandwidth(long) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
setBlockPoolId(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatePBImpl
 
setBlockPoolId(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
 
setCacheLoading(String, long) - Method in class org.apache.hadoop.hdfs.server.federation.metrics.StateStoreMetrics
Set the cache loading metrics for the state store interface.
setCacheSize(String, int) - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NullStateStoreMetrics
 
setCacheSize(String, int) - Method in class org.apache.hadoop.hdfs.server.federation.metrics.StateStoreMetrics
Set the size of the cache for a State Store interface.
setClusterId(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatePBImpl
 
setClusterId(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
 
setCompileInfo(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.RouterStatePBImpl
 
setCompileInfo(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.RouterState
 
setConf(Configuration) - Method in class org.apache.hadoop.hdfs.server.federation.router.Router
Set router configuration.
setCorruptFilesCount(int) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
setCorruptFilesCount(int) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
setCountDownLatch(CountDownLatch) - Method in class org.apache.hadoop.hdfs.server.federation.router.MountTableRefresherThread
 
setDatanodeInfo(int, int, int, int, int, int, int, int, int, long) - Method in class org.apache.hadoop.hdfs.server.federation.resolver.NamenodeStatusReport
Set the datanode information.
setDateCreated(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.BaseRecord
Set the creation time for the record.
setDateCreated(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.DisabledNameservicePBImpl
 
setDateCreated(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatePBImpl
 
setDateCreated(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MountTablePBImpl
 
setDateCreated(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.RouterStatePBImpl
 
setDateCreated(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
setDateCreated(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.StateStoreVersion
 
setDateModified(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.BaseRecord
Set the modification time for the record.
setDateModified(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.DisabledNameservicePBImpl
 
setDateModified(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatePBImpl
 
setDateModified(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MountTablePBImpl
 
setDateModified(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.RouterStatePBImpl
 
setDateModified(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
setDateModified(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.StateStoreVersion
 
setDateStarted(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.RouterStatePBImpl
 
setDateStarted(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.RouterState
 
setDefaultNameService(String) - Method in class org.apache.hadoop.hdfs.server.federation.resolver.MountTableResolver
 
setDefaultNSEnable(boolean) - Method in class org.apache.hadoop.hdfs.server.federation.resolver.MountTableResolver
 
setDeletionMs(long) - Static method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
Set the deletion time for this class.
setDeletionMs(long) - Static method in class org.apache.hadoop.hdfs.server.federation.store.records.RouterState
 
setDest(String) - Method in class org.apache.hadoop.hdfs.tools.federation.AddMountAttributes
 
setDestination(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetDestinationResponse
 
setDestinations(Collection<String>) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetDestinationResponse
 
setDestinations(Collection<String>) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetDestinationResponsePBImpl
 
setDestinations(List<RemoteLocation>) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MountTablePBImpl
 
setDestinations(List<RemoteLocation>) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MountTable
Set the destination paths.
setDestOrder(DestinationOrder) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MountTablePBImpl
 
setDestOrder(DestinationOrder) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MountTable
Set the order of the destinations for this mount table entry.
setDisabled(boolean) - Method in class org.apache.hadoop.hdfs.server.federation.resolver.MountTableResolver
 
setEnableConcurrent(boolean) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreZooKeeperImpl
 
setEnableGetDNUsage(boolean) - Method in class org.apache.hadoop.hdfs.server.federation.metrics.RBFMetrics
 
setEntries(List<MountTable>) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.AddMountTableEntriesRequest
 
setEntries(List<MountTable>) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetMountTableEntriesResponse
 
setEntries(List<MountTable>) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.AddMountTableEntriesRequestPBImpl
 
setEntries(List<MountTable>) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetMountTableEntriesResponsePBImpl
 
setEntry(MountTable) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.AddMountTableEntryRequest
 
setEntry(MountTable) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.AddMountTableEntryRequestPBImpl
 
setEntry(MountTable) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.UpdateMountTableEntryRequestPBImpl
 
setEntry(MountTable) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.UpdateMountTableEntryRequest
 
setErasureCodingPolicy(String, String) - Method in class org.apache.hadoop.hdfs.server.federation.router.ErasureCoding
 
setErasureCodingPolicy(String, String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
setErasureCodingPolicy(String, String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
setExpirationMs(long) - Static method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
Set the expiration time for this class.
setExpirationMs(long) - Static method in class org.apache.hadoop.hdfs.server.federation.store.records.RouterState
 
setFailedRecordsKeys(List<String>) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.AddMountTableEntriesResponse
 
setFailedRecordsKeys(List<String>) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.AddMountTableEntriesResponsePBImpl
 
setFaultTolerant(boolean) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MountTablePBImpl
 
setFaultTolerant(boolean) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MountTable
Set if the mount point supports failed destinations.
setFaultTolerant(boolean) - Method in class org.apache.hadoop.hdfs.tools.federation.AddMountAttributes
 
setGroupName(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MountTablePBImpl
 
setGroupName(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MountTable
Set group name of this mount table entry.
setHAServiceState(HAServiceProtocol.HAServiceState) - Method in class org.apache.hadoop.hdfs.server.federation.resolver.NamenodeStatusReport
Set the HA service state.
setHighestPriorityLowRedundancyECBlocks(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
setHighestPriorityLowRedundancyECBlocks(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
setHighestPriorityLowRedundancyReplicatedBlocks(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
setHighestPriorityLowRedundancyReplicatedBlocks(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
setIdentifier(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.StateStoreService
Set a unique synchronization identifier for this store.
setInitialized(boolean) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileBaseImpl
Set the driver as initialized.
setIntervalMs(long) - Method in class org.apache.hadoop.hdfs.server.federation.router.PeriodicService
Set the interval for the periodic service.
setIsSafeMode(boolean) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatePBImpl
 
setIsSafeMode(boolean) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
 
setLastContact(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatePBImpl
 
setLastContact(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
 
setLifelineAddress(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatePBImpl
 
setLifelineAddress(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
 
setLocationCache(String, long) - Method in class org.apache.hadoop.hdfs.server.federation.metrics.StateStoreMetrics
set the count of the location cache access information.
setMembershipVersion(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.StateStoreVersionPBImpl
 
setMembershipVersion(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.StateStoreVersion
 
setMode(FsPermission) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MountTablePBImpl
 
setMode(FsPermission) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MountTable
Set permission for this mount table entry.
setMount(String) - Method in class org.apache.hadoop.hdfs.tools.federation.AddMountAttributes
 
setMountTableVersion(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.StateStoreVersionPBImpl
 
setMountTableVersion(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.StateStoreVersion
 
setNamenodeId(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.UpdateNamenodeRegistrationRequestPBImpl
 
setNamenodeId(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.UpdateNamenodeRegistrationRequest
 
setNamenodeId(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatePBImpl
 
setNamenodeId(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
 
setNamenodeInfo(int, long, long, long) - Method in class org.apache.hadoop.hdfs.server.federation.resolver.NamenodeStatusReport
Set the namenode blocks information.
setNamenodeMembership(MembershipState) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.NamenodeHeartbeatRequestPBImpl
 
setNamenodeMembership(MembershipState) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.NamenodeHeartbeatRequest
 
setNamenodeMemberships(List<MembershipState>) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetNamenodeRegistrationsResponse
 
setNamenodeMemberships(List<MembershipState>) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetNamenodeRegistrationsResponsePBImpl
 
setNameserviceId(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.UpdateNamenodeRegistrationRequestPBImpl
 
setNameserviceId(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.UpdateNamenodeRegistrationRequest
 
setNameserviceId(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.DisabledNameservice
Set the identifier of the name service to disable.
setNameserviceId(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.DisabledNameservicePBImpl
 
setNameserviceId(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatePBImpl
 
setNameserviceId(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
 
setNameServiceId(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.DisableNameserviceRequest
 
setNameServiceId(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.EnableNameserviceRequest
 
setNameServiceId(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.DisableNameserviceRequestPBImpl
 
setNameServiceId(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.EnableNameserviceRequestPBImpl
 
setNameservices(Set<String>) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetDisabledNameservicesResponse
 
setNameservices(Set<String>) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetDisabledNameservicesResponsePBImpl
 
setNamespaceInfo(Set<FederationNamespaceInfo>) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetNamespaceInfoResponse
 
setNamespaceInfo(Set<FederationNamespaceInfo>) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetNamespaceInfoResponsePBImpl
 
setNamespaceInfo(NamespaceInfo) - Method in class org.apache.hadoop.hdfs.server.federation.resolver.NamenodeStatusReport
Set the namespace information.
setNamesystemInfo(long, long, long, long, long, long, long, long, long, int) - Method in class org.apache.hadoop.hdfs.server.federation.resolver.NamenodeStatusReport
Set the filesystem information.
setNss(String[]) - Method in class org.apache.hadoop.hdfs.tools.federation.AddMountAttributes
 
setNumberOfMissingBlocksWithReplicationFactorOne(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
setNumberOfMissingBlocksWithReplicationFactorOne(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
setNumOfActiveDatanodes(int) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
setNumOfActiveDatanodes(int) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
setNumOfBlocks(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
setNumOfBlocks(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
setNumOfBlocksMissing(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
setNumOfBlocksMissing(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
setNumOfBlocksPendingDeletion(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
setNumOfBlocksPendingDeletion(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
setNumOfBlocksPendingReplication(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
setNumOfBlocksPendingReplication(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
setNumOfBlocksUnderReplicated(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
setNumOfBlocksUnderReplicated(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
setNumOfDeadDatanodes(int) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
setNumOfDeadDatanodes(int) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
setNumOfDecomActiveDatanodes(int) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
setNumOfDecomActiveDatanodes(int) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
setNumOfDecomDeadDatanodes(int) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
setNumOfDecomDeadDatanodes(int) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
setNumOfDecommissioningDatanodes(int) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
setNumOfDecommissioningDatanodes(int) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
setNumOfEnteringMaintenanceDataNodes(int) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
setNumOfEnteringMaintenanceDataNodes(int) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
setNumOfFiles(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
setNumOfFiles(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
setNumOfInMaintenanceDeadDataNodes(int) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
setNumOfInMaintenanceDeadDataNodes(int) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
setNumOfInMaintenanceLiveDataNodes(int) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
setNumOfInMaintenanceLiveDataNodes(int) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
setNumOfStaleDatanodes(int) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
setNumOfStaleDatanodes(int) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
setOrder(DestinationOrder) - Method in class org.apache.hadoop.hdfs.tools.federation.AddMountAttributes
 
setOwner(String, String, String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
setOwner(String, String, String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
setOwnerName(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MountTablePBImpl
 
setOwnerName(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MountTable
Set owner name of this mount table entry.
setParamIndex(int) - Method in class org.apache.hadoop.hdfs.tools.federation.AddMountAttributes
 
setPartialMembership(MembershipState) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetNamenodeRegistrationsRequest
 
setPartialMembership(MembershipState) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetNamenodeRegistrationsRequestPBImpl
 
setPendingSPSPaths(int) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
setPendingSPSPaths(int) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
setPermission(String, FsPermission) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
setPermission(String, FsPermission) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
setProto(Message) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.AddMountTableEntriesRequestPBImpl
 
setProto(Message) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.AddMountTableEntriesResponsePBImpl
 
setProto(Message) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.AddMountTableEntryRequestPBImpl
 
setProto(Message) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.AddMountTableEntryResponsePBImpl
 
setProto(Message) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.DisableNameserviceRequestPBImpl
 
setProto(Message) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.DisableNameserviceResponsePBImpl
 
setProto(Message) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.EnableNameserviceRequestPBImpl
 
setProto(Message) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.EnableNameserviceResponsePBImpl
 
setProto(Message) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.EnterSafeModeRequestPBImpl
 
setProto(Message) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.EnterSafeModeResponsePBImpl
 
setProto(Message) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.FederationProtocolPBTranslator
Called if this translator is to be created from an existing protobuf byte stream.
setProto(Message) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetDestinationRequestPBImpl
 
setProto(Message) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetDestinationResponsePBImpl
 
setProto(Message) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetDisabledNameservicesRequestPBImpl
 
setProto(Message) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetDisabledNameservicesResponsePBImpl
 
setProto(Message) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetMountTableEntriesRequestPBImpl
 
setProto(Message) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetMountTableEntriesResponsePBImpl
 
setProto(Message) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetNamenodeRegistrationsRequestPBImpl
 
setProto(Message) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetNamenodeRegistrationsResponsePBImpl
 
setProto(Message) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetNamespaceInfoRequestPBImpl
 
setProto(Message) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetNamespaceInfoResponsePBImpl
 
setProto(Message) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetRouterRegistrationRequestPBImpl
 
setProto(Message) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetRouterRegistrationResponsePBImpl
 
setProto(Message) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetRouterRegistrationsRequestPBImpl
 
setProto(Message) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetRouterRegistrationsResponsePBImpl
 
setProto(Message) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetSafeModeRequestPBImpl
 
setProto(Message) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetSafeModeResponsePBImpl
 
setProto(Message) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.LeaveSafeModeRequestPBImpl
 
setProto(Message) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.LeaveSafeModeResponsePBImpl
 
setProto(Message) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.NamenodeHeartbeatRequestPBImpl
 
setProto(Message) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.NamenodeHeartbeatResponsePBImpl
 
setProto(Message) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.RefreshMountTableEntriesRequestPBImpl
 
setProto(Message) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.RefreshMountTableEntriesResponsePBImpl
 
setProto(Message) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.RefreshSuperUserGroupsConfigurationRequestPBImpl
 
setProto(Message) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.RefreshSuperUserGroupsConfigurationResponsePBImpl
 
setProto(Message) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.RemoveMountTableEntryRequestPBImpl
 
setProto(Message) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.RemoveMountTableEntryResponsePBImpl
 
setProto(Message) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.RouterHeartbeatRequestPBImpl
 
setProto(Message) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.RouterHeartbeatResponsePBImpl
 
setProto(Message) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.UpdateMountTableEntryRequestPBImpl
 
setProto(Message) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.UpdateMountTableEntryResponsePBImpl
 
setProto(Message) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.UpdateNamenodeRegistrationRequestPBImpl
 
setProto(Message) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.UpdateNamenodeRegistrationResponsePBImpl
 
setProto(Message) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.DisabledNameservicePBImpl
 
setProto(Message) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatePBImpl
 
setProto(Message) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
setProto(Message) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MountTablePBImpl
 
setProto(Message) - Method in interface org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.PBRecord
Set the protocol for the record.
setProto(Message) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.RouterStatePBImpl
 
setProto(Message) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.StateStoreVersionPBImpl
 
setProvidedSpace(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
setProvidedSpace(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
setQuota(String, long, long, StorageType) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
setQuota(String, long, long, StorageType) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
setQuota(String, long, long, StorageType, boolean) - Method in class org.apache.hadoop.hdfs.server.federation.router.Quota
Set quota for the federation path.
setQuota(RouterQuotaUsage) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MountTablePBImpl
 
setQuota(RouterQuotaUsage) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MountTable
Set quota for this mount table entry.
setQuotaManager(RouterQuotaManager) - Method in class org.apache.hadoop.hdfs.server.federation.store.MountTableStore
 
setReadonly(boolean) - Method in class org.apache.hadoop.hdfs.tools.federation.AddMountAttributes
 
setReadOnly(boolean) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MountTablePBImpl
 
setReadOnly(boolean) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MountTable
Set an entry to be read only.
setRefreshService(MountTableRefresherService) - Method in class org.apache.hadoop.hdfs.server.federation.store.MountTableStore
 
setRegistrationValid(boolean) - Method in class org.apache.hadoop.hdfs.server.federation.resolver.NamenodeStatusReport
Set the validity of registration.
setReplication(String, short) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
setReplication(String, short) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
setResult(boolean) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.NamenodeHeartbeatResponsePBImpl
 
setResult(boolean) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.RefreshMountTableEntriesResponsePBImpl
 
setResult(boolean) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.UpdateNamenodeRegistrationResponsePBImpl
 
setResult(boolean) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.NamenodeHeartbeatResponse
 
setResult(boolean) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.RefreshMountTableEntriesResponse
 
setResult(boolean) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.UpdateNamenodeRegistrationResponse
 
setRouter(RouterState) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetRouterRegistrationResponse
 
setRouter(RouterState) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetRouterRegistrationResponsePBImpl
 
setRouter(RouterState) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.RouterHeartbeatRequestPBImpl
 
setRouter(RouterState) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.RouterHeartbeatRequest
 
setRouterId(String) - Method in interface org.apache.hadoop.hdfs.server.federation.resolver.ActiveNamenodeResolver
Assign a unique identifier for the parent router service.
setRouterId(String) - Method in class org.apache.hadoop.hdfs.server.federation.resolver.MembershipNamenodeResolver
 
setRouterId(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.Router
Sets a unique ID for this router.
setRouterId(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetRouterRegistrationRequest
 
setRouterId(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetRouterRegistrationRequestPBImpl
 
setRouterId(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatePBImpl
 
setRouterId(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
 
setRouters(List<RouterState>) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetRouterRegistrationsResponse
 
setRouters(List<RouterState>) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetRouterRegistrationsResponsePBImpl
 
setRpcAddress(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatePBImpl
 
setRpcAddress(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
 
setRpcServerAddress(InetSocketAddress) - Method in class org.apache.hadoop.hdfs.server.federation.router.Router
Set the current RPC socket for the router.
setSafeMode(boolean) - Method in class org.apache.hadoop.hdfs.server.federation.resolver.NamenodeStatusReport
 
setSafeMode(boolean) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetSafeModeResponse
 
setSafeMode(boolean) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetSafeModeResponsePBImpl
 
setSafeMode(HdfsConstants.SafeModeAction, boolean) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
setSafeMode(HdfsConstants.SafeModeAction, boolean) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
setSafeModeTime(long) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterMetrics
 
setScheduledReplicationBlocks(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
setScheduledReplicationBlocks(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
setServiceAddress(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatePBImpl
 
setServiceAddress(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
 
setSourcePath(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MountTablePBImpl
 
setSourcePath(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MountTable
Set source path in the federated namespace.
setSrcPath(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetDestinationRequest
 
setSrcPath(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetMountTableEntriesRequest
 
setSrcPath(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetDestinationRequestPBImpl
 
setSrcPath(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetMountTableEntriesRequestPBImpl
 
setSrcPath(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.RemoveMountTableEntryRequestPBImpl
 
setSrcPath(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.RemoveMountTableEntryRequest
 
setState(FederationNamenodeServiceState) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.UpdateNamenodeRegistrationRequestPBImpl
 
setState(FederationNamenodeServiceState) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.UpdateNamenodeRegistrationRequest
 
setState(FederationNamenodeServiceState) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatePBImpl
 
setState(FederationNamenodeServiceState) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
 
setStateStoreVersion(StateStoreVersion) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.RouterStatePBImpl
 
setStateStoreVersion(StateStoreVersion) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.RouterState
 
setStats(MembershipStats) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatePBImpl
 
setStats(MembershipStats) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
 
setStatus(boolean) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.AddMountTableEntriesResponse
 
setStatus(boolean) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.AddMountTableEntryResponse
 
setStatus(boolean) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.DisableNameserviceResponse
 
setStatus(boolean) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.EnableNameserviceResponse
 
setStatus(boolean) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.EnterSafeModeResponse
 
setStatus(boolean) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.AddMountTableEntriesResponsePBImpl
 
setStatus(boolean) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.AddMountTableEntryResponsePBImpl
 
setStatus(boolean) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.DisableNameserviceResponsePBImpl
 
setStatus(boolean) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.EnableNameserviceResponsePBImpl
 
setStatus(boolean) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.EnterSafeModeResponsePBImpl
 
setStatus(boolean) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.LeaveSafeModeResponsePBImpl
 
setStatus(boolean) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.RefreshSuperUserGroupsConfigurationResponsePBImpl
 
setStatus(boolean) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.RemoveMountTableEntryResponsePBImpl
 
setStatus(boolean) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.RouterHeartbeatResponsePBImpl
 
setStatus(boolean) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.UpdateMountTableEntryResponsePBImpl
 
setStatus(boolean) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.LeaveSafeModeResponse
 
setStatus(boolean) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.RefreshSuperUserGroupsConfigurationResponse
 
setStatus(boolean) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.RemoveMountTableEntryResponse
 
setStatus(boolean) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.RouterHeartbeatResponse
 
setStatus(boolean) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.UpdateMountTableEntryResponse
 
setStatus(RouterServiceState) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.RouterStatePBImpl
 
setStatus(RouterServiceState) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.RouterState
 
setStoragePolicy(String, String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
setStoragePolicy(String, String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
setStoragePolicy(String, String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterStoragePolicy
 
setTimes(String, long, long) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
setTimes(String, long, long) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
setTimestamp(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetMountTableEntriesResponse
 
setTimestamp(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.GetRouterRegistrationsResponse
 
setTimestamp(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetMountTableEntriesResponsePBImpl
 
setTimestamp(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.GetRouterRegistrationsResponsePBImpl
 
setTotalSpace(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatsPBImpl
 
setTotalSpace(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipStats
 
setVersion(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.RouterStatePBImpl
 
setVersion(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.RouterState
 
setWebAddress(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatePBImpl
 
setWebAddress(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
 
setWebScheme(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.MembershipStatePBImpl
 
setWebScheme(String) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
 
setXAttr(String, XAttr, EnumSet<XAttrSetFlag>) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
setXAttr(String, XAttr, EnumSet<XAttrSetFlag>) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
shouldBeDeleted(long) - Method in class org.apache.hadoop.hdfs.server.federation.store.records.BaseRecord
Called when this record is expired and expired deletion is enabled, checks for the deletion.
shutdown() - Method in class org.apache.hadoop.hdfs.server.federation.fairness.AbstractRouterRpcFairnessPolicyController
 
shutdown() - Method in class org.apache.hadoop.hdfs.server.federation.fairness.NoRouterRpcFairnessPolicyController
 
shutdown() - Method in interface org.apache.hadoop.hdfs.server.federation.fairness.RouterRpcFairnessPolicyController
Shutdown steps to stop accepting new permission requests and clean-up.
shutdown() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.NullStateStoreMetrics
 
shutdown() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.StateStoreMetrics
 
shutdown() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientMetrics
 
shutdown() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterMetrics
 
shutdown() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcClient
Shutdown the client.
shutdown() - Method in interface org.apache.hadoop.hdfs.server.federation.router.security.token.SQLConnectionFactory
 
shutDown() - Method in class org.apache.hadoop.hdfs.server.federation.router.Router
Shutdown the router.
SHUTDOWN - org.apache.hadoop.hdfs.server.federation.router.RouterServiceState
 
SHUTDOWN_HOOK_PRIORITY - Static variable in class org.apache.hadoop.hdfs.server.federation.router.DFSRouter
Priority of the Router shutdown hook.
SLASH_MARK - Static variable in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreSerializableImpl
Mark for slashes in path names.
SOURCE_COMPARATOR - Static variable in class org.apache.hadoop.hdfs.server.federation.store.records.MountTable
Comparator based on the mount table source.
SPACE - org.apache.hadoop.hdfs.server.federation.resolver.order.DestinationOrder
 
spaceConsumed(long) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterQuotaUsage.Builder
 
spaceQuota(long) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterQuotaUsage.Builder
 
SQL_STATE_STORE_CONF_PREFIX - Static variable in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreMySQLImpl
 
SQLConnectionFactory - Interface in org.apache.hadoop.hdfs.server.federation.router.security.token
Interface to provide SQL connections to the SQLDelegationTokenSecretManagerImpl.
SQLDelegationTokenSecretManagerImpl - Class in org.apache.hadoop.hdfs.server.federation.router.security.token
An implementation of SQLDelegationTokenSecretManager that persists TokenIdentifiers and DelegationKeys in a SQL database.
SQLDelegationTokenSecretManagerImpl(Configuration) - Constructor for class org.apache.hadoop.hdfs.server.federation.router.security.token.SQLDelegationTokenSecretManagerImpl
 
SQLDelegationTokenSecretManagerImpl(Configuration, SQLConnectionFactory, SQLSecretManagerRetriableHandler) - Constructor for class org.apache.hadoop.hdfs.server.federation.router.security.token.SQLDelegationTokenSecretManagerImpl
 
SQLSecretManagerRetriableHandler - Interface in org.apache.hadoop.hdfs.server.federation.router.security.token
Interface to handle retries when SQLDelegationTokenSecretManagerImpl throws expected errors.
SQLSecretManagerRetriableHandler.SQLCommand<T> - Interface in org.apache.hadoop.hdfs.server.federation.router.security.token
 
SQLSecretManagerRetriableHandler.SQLCommandVoid - Interface in org.apache.hadoop.hdfs.server.federation.router.security.token
 
STANDBY - org.apache.hadoop.hdfs.server.federation.resolver.FederationNamenodeServiceState
 
start() - Method in class org.apache.hadoop.hdfs.server.federation.router.ConnectionManager
Start the connection manager.
startCheckpoint(NamenodeRegistration) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterNamenodeProtocol
 
startCheckpoint(NamenodeRegistration) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
startOp() - Method in class org.apache.hadoop.hdfs.server.federation.metrics.FederationRPCPerformanceMonitor
 
startOp() - Method in interface org.apache.hadoop.hdfs.server.federation.router.RouterRpcMonitor
Start processing an operation on the Router.
startPeriodic() - Method in class org.apache.hadoop.hdfs.server.federation.router.PeriodicService
Start the periodic execution.
startThreads() - Method in class org.apache.hadoop.hdfs.server.federation.router.security.token.ZKDelegationTokenSecretManagerImpl
 
StateStoreBaseImpl - Class in org.apache.hadoop.hdfs.server.federation.store.driver.impl
Base implementation of a State Store driver.
StateStoreBaseImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreBaseImpl
 
StateStoreCache - Interface in org.apache.hadoop.hdfs.server.federation.store
Interface for a cached copy of the State Store.
StateStoreCacheUpdateService - Class in org.apache.hadoop.hdfs.server.federation.store
Service to periodically update the StateStoreService cached information in the Router.
StateStoreCacheUpdateService(StateStoreService) - Constructor for class org.apache.hadoop.hdfs.server.federation.store.StateStoreCacheUpdateService
Create a new Cache update service.
StateStoreConnectionMonitorService - Class in org.apache.hadoop.hdfs.server.federation.store
Service to periodically monitor the connection of the StateStore StateStoreService data store and to re-open the connection to the data store if required.
StateStoreConnectionMonitorService(StateStoreService) - Constructor for class org.apache.hadoop.hdfs.server.federation.store.StateStoreConnectionMonitorService
Create a new service to monitor the connectivity of the state store driver.
StateStoreDriver - Class in org.apache.hadoop.hdfs.server.federation.store.driver
Driver class for an implementation of a StateStoreService provider.
StateStoreDriver() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.driver.StateStoreDriver
 
StateStoreFileBaseImpl - Class in org.apache.hadoop.hdfs.server.federation.store.driver.impl
StateStoreDriver implementation based on files.
StateStoreFileBaseImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileBaseImpl
 
StateStoreFileImpl - Class in org.apache.hadoop.hdfs.server.federation.store.driver.impl
StateStoreDriver implementation based on a local file.
StateStoreFileImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileImpl
 
StateStoreFileSystemImpl - Class in org.apache.hadoop.hdfs.server.federation.store.driver.impl
StateStoreDriver implementation based on a filesystem.
StateStoreFileSystemImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreFileSystemImpl
 
StateStoreMBean - Interface in org.apache.hadoop.hdfs.server.federation.metrics
JMX interface for the State Store metrics.
StateStoreMetrics - Class in org.apache.hadoop.hdfs.server.federation.metrics
Implementations of the JMX interface for the State Store metrics.
StateStoreMetrics() - Constructor for class org.apache.hadoop.hdfs.server.federation.metrics.StateStoreMetrics
 
StateStoreMySQLImpl - Class in org.apache.hadoop.hdfs.server.federation.store.driver.impl
StateStoreDriver implementation based on MySQL.
StateStoreMySQLImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreMySQLImpl
 
StateStoreOperationResult - Class in org.apache.hadoop.hdfs.server.federation.store.driver
State store operation result with list of failed records.
StateStoreOperationResult(String) - Constructor for class org.apache.hadoop.hdfs.server.federation.store.driver.StateStoreOperationResult
State store operation result constructor with a single failed record key.
StateStoreOperationResult(List<String>, boolean) - Constructor for class org.apache.hadoop.hdfs.server.federation.store.driver.StateStoreOperationResult
State store operation result constructor with list of failed records keys and boolean to inform whether the overall operation is successful.
StateStoreRecordOperations - Interface in org.apache.hadoop.hdfs.server.federation.store.driver
Operations for a driver to manage records in the State Store.
StateStoreSerializableImpl - Class in org.apache.hadoop.hdfs.server.federation.store.driver.impl
State Store driver that stores a serialization of the records.
StateStoreSerializableImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreSerializableImpl
 
StateStoreSerializer - Class in org.apache.hadoop.hdfs.server.federation.store.driver
Serializer to store and retrieve data in the State Store.
StateStoreSerializer() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.driver.StateStoreSerializer
 
StateStoreSerializerPBImpl - Class in org.apache.hadoop.hdfs.server.federation.store.driver.impl
Protobuf implementation of the State Store serializer.
StateStoreService - Class in org.apache.hadoop.hdfs.server.federation.store
A service to initialize a StateStoreDriver and maintain the connection to the data store.
StateStoreService() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.StateStoreService
 
StateStoreUnavailableException - Exception in org.apache.hadoop.hdfs.server.federation.store
Thrown when the state store is not reachable or available.
StateStoreUnavailableException(String) - Constructor for exception org.apache.hadoop.hdfs.server.federation.store.StateStoreUnavailableException
 
StateStoreUtils - Class in org.apache.hadoop.hdfs.server.federation.store
Set of utility functions used to work with the State Store.
StateStoreVersion - Class in org.apache.hadoop.hdfs.server.federation.store.records
Entry to track the version of the State Store data stored in the State Store by a Router.
StateStoreVersion() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.records.StateStoreVersion
 
StateStoreVersionPBImpl - Class in org.apache.hadoop.hdfs.server.federation.store.records.impl.pb
Protobuf implementation of the StateStoreVersion record.
StateStoreVersionPBImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.records.impl.pb.StateStoreVersionPBImpl
 
StateStoreZooKeeperImpl - Class in org.apache.hadoop.hdfs.server.federation.store.driver.impl
StateStoreDriver driver implementation that uses ZooKeeper as a backend.
StateStoreZooKeeperImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreZooKeeperImpl
 
StaticRouterRpcFairnessPolicyController - Class in org.apache.hadoop.hdfs.server.federation.fairness
Static fairness policy extending @AbstractRouterRpcFairnessPolicyController and fetching handlers from configuration for all available name services.
StaticRouterRpcFairnessPolicyController(Configuration) - Constructor for class org.apache.hadoop.hdfs.server.federation.fairness.StaticRouterRpcFairnessPolicyController
 
statsValid() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.NamenodeStatusReport
If the statistics are valid.
stop() - Method in class org.apache.hadoop.hdfs.server.federation.router.security.RouterSecurityManager
 
stopCacheUpdateService() - Method in class org.apache.hadoop.hdfs.server.federation.store.StateStoreService
Stops the cache update service.
stopPeriodic() - Method in class org.apache.hadoop.hdfs.server.federation.router.PeriodicService
Stop the periodic task.
STOPPING - org.apache.hadoop.hdfs.server.federation.router.RouterServiceState
 
stopThreads() - Method in class org.apache.hadoop.hdfs.server.federation.router.security.token.SQLDelegationTokenSecretManagerImpl
 
stopThreads() - Method in class org.apache.hadoop.hdfs.server.federation.router.security.token.ZKDelegationTokenSecretManagerImpl
 
SubClusterTimeoutException - Exception in org.apache.hadoop.hdfs.server.federation.router
Exception when timing out waiting for the reply of a subcluster.
SubClusterTimeoutException(String) - Constructor for exception org.apache.hadoop.hdfs.server.federation.router.SubClusterTimeoutException
 
subtractTrashCurrentPath(String) - Static method in class org.apache.hadoop.hdfs.server.federation.resolver.MountTableResolver
Subtract a TrashCurrent to get a new path.

T

toString() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.FederationNamespaceInfo
 
toString() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.MountTableResolver
 
toString() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.NamenodeStatusReport
 
toString() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.PathLocation
 
toString() - Method in class org.apache.hadoop.hdfs.server.federation.resolver.RemoteLocation
 
toString() - Method in class org.apache.hadoop.hdfs.server.federation.router.ConnectionContext
 
toString() - Method in class org.apache.hadoop.hdfs.server.federation.router.ConnectionPool
 
toString() - Method in class org.apache.hadoop.hdfs.server.federation.router.ConnectionPoolId
 
toString() - Method in class org.apache.hadoop.hdfs.server.federation.router.MountTableRefresherThread
 
toString() - Method in class org.apache.hadoop.hdfs.server.federation.router.RemoteMethod
 
toString() - Method in class org.apache.hadoop.hdfs.server.federation.router.RemoteParam
 
toString() - Method in class org.apache.hadoop.hdfs.server.federation.router.RemoteResult
 
toString() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterQuotaUsage
 
toString() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.BaseRecord
 
toString() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
 
toString() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MountTable
 
toString() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.Query
 
toString() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.RouterState
 
toString() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.StateStoreVersion
 
truncate(String, long, String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
truncate(String, long, String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
typeConsumed(long[]) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterQuotaUsage.Builder
 
typeQuota(long[]) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterQuotaUsage.Builder
 
typeQuota(StorageType, long) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterQuotaUsage.Builder
 

U

UNAVAILABLE - org.apache.hadoop.hdfs.server.federation.resolver.FederationNamenodeServiceState
 
UNINITIALIZED - org.apache.hadoop.hdfs.server.federation.router.RouterServiceState
 
unsetErasureCodingPolicy(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.ErasureCoding
 
unsetErasureCodingPolicy(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
unsetErasureCodingPolicy(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
unsetStoragePolicy(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
unsetStoragePolicy(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
unsetStoragePolicy(String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterStoragePolicy
 
updateActiveNamenode(String, InetSocketAddress) - Method in interface org.apache.hadoop.hdfs.server.federation.resolver.ActiveNamenodeResolver
Report a successful, active NN address for a nameservice or blockPool.
updateActiveNamenode(String, InetSocketAddress) - Method in class org.apache.hadoop.hdfs.server.federation.resolver.MembershipNamenodeResolver
 
updateBlockForPipeline(ExtendedBlock, String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
updateBlockForPipeline(ExtendedBlock, String) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 
updateCacheAllRouters() - Method in class org.apache.hadoop.hdfs.server.federation.store.MountTableStore
Update mount table cache of this router as well as all other routers.
updateCounterValue(int) - Method in class org.apache.hadoop.hdfs.server.federation.router.security.token.DistributedSQLCounter
Sets the counter to the given value.
updateCounterValue(int, Connection) - Method in class org.apache.hadoop.hdfs.server.federation.router.security.token.DistributedSQLCounter
Sets the counter to the given value.
updateDelegationKey(int, byte[]) - Method in class org.apache.hadoop.hdfs.server.federation.router.security.token.SQLDelegationTokenSecretManagerImpl
 
updateKeyId(int) - Method in class org.apache.hadoop.hdfs.server.federation.router.security.token.SQLDelegationTokenSecretManagerImpl
 
updateMount(String[], int) - Method in class org.apache.hadoop.hdfs.tools.federation.RouterAdmin
Update a mount table entry.
updateMountPointStatus(HdfsFileStatus, int) - Static method in class org.apache.hadoop.hdfs.server.federation.router.FederationUtil
Add the number of children for an existing HdfsFileStatus object.
updateMountTableEntry(UpdateMountTableEntryRequest) - Method in class org.apache.hadoop.hdfs.protocolPB.RouterAdminProtocolTranslatorPB
 
updateMountTableEntry(UpdateMountTableEntryRequest) - Method in interface org.apache.hadoop.hdfs.server.federation.resolver.MountTableManager
Updates an existing entry in the mount table.
updateMountTableEntry(UpdateMountTableEntryRequest) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterAdminServer
 
updateMountTableEntry(UpdateMountTableEntryRequest) - Method in class org.apache.hadoop.hdfs.server.federation.store.impl.MountTableStoreImpl
 
updateMountTableEntry(RpcController, HdfsServerFederationProtos.UpdateMountTableEntryRequestProto) - Method in class org.apache.hadoop.hdfs.protocolPB.RouterAdminProtocolServerSideTranslatorPB
Update a single mount table entry.
UpdateMountTableEntryRequest - Class in org.apache.hadoop.hdfs.server.federation.store.protocol
API request for updating the destination of an existing mount point in the state store.
UpdateMountTableEntryRequest() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.UpdateMountTableEntryRequest
 
UpdateMountTableEntryRequestPBImpl - Class in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb
Protobuf implementation of the state store API object UpdateMountTableEntryRequest.
UpdateMountTableEntryRequestPBImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.UpdateMountTableEntryRequestPBImpl
 
UpdateMountTableEntryRequestPBImpl(HdfsServerFederationProtos.UpdateMountTableEntryRequestProto) - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.UpdateMountTableEntryRequestPBImpl
 
UpdateMountTableEntryResponse - Class in org.apache.hadoop.hdfs.server.federation.store.protocol
API response for updating the destination of an existing mount point in the state store.
UpdateMountTableEntryResponse() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.UpdateMountTableEntryResponse
 
UpdateMountTableEntryResponsePBImpl - Class in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb
Protobuf implementation of the state store API object UpdateMountTableEntryResponse.
UpdateMountTableEntryResponsePBImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.UpdateMountTableEntryResponsePBImpl
 
UpdateMountTableEntryResponsePBImpl(HdfsServerFederationProtos.UpdateMountTableEntryResponseProto) - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.UpdateMountTableEntryResponsePBImpl
 
updateNamenodeRegistration(UpdateNamenodeRegistrationRequest) - Method in class org.apache.hadoop.hdfs.server.federation.store.impl.MembershipStoreImpl
 
updateNamenodeRegistration(UpdateNamenodeRegistrationRequest) - Method in class org.apache.hadoop.hdfs.server.federation.store.MembershipStore
Overrides a cached namenode state with an updated state.
UpdateNamenodeRegistrationRequest - Class in org.apache.hadoop.hdfs.server.federation.store.protocol
API request for overriding an existing namenode registration in the state store.
UpdateNamenodeRegistrationRequest() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.UpdateNamenodeRegistrationRequest
 
UpdateNamenodeRegistrationRequestPBImpl - Class in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb
Protobuf implementation of the state store API object OverrideNamenodeRegistrationRequest.
UpdateNamenodeRegistrationRequestPBImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.UpdateNamenodeRegistrationRequestPBImpl
 
UpdateNamenodeRegistrationResponse - Class in org.apache.hadoop.hdfs.server.federation.store.protocol
API response for overriding an existing namenode registration in the state store.
UpdateNamenodeRegistrationResponse() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.UpdateNamenodeRegistrationResponse
 
UpdateNamenodeRegistrationResponsePBImpl - Class in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb
Protobuf implementation of the state store API object OverrideNamenodeRegistrationResponse.
UpdateNamenodeRegistrationResponsePBImpl() - Constructor for class org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.UpdateNamenodeRegistrationResponsePBImpl
 
updatePipeline(String, ExtendedBlock, ExtendedBlock, DatanodeID[], String[]) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
Datanode are not verified to be in the same nameservice as the old block.
updatePipeline(String, ExtendedBlock, ExtendedBlock, DatanodeID[], String[]) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
Datanode are not verified to be in the same nameservice as the old block.
updateQuota(String, RouterQuotaUsage) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterQuotaManager
Update quota in cache.
updateRecord(String, String, String) - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.impl.StateStoreMySQLImpl
Updates the record with a given key from the specified table.
updateRequestState(RpcHeaderProtos.RpcRequestHeaderProto.Builder) - Method in class org.apache.hadoop.hdfs.server.federation.router.PoolAlignmentContext
Client side implementation for routers to provide state info in requests to namenodes.
updateResponseState(RpcHeaderProtos.RpcResponseHeaderProto.Builder) - Method in class org.apache.hadoop.hdfs.server.federation.router.PoolAlignmentContext
Client side implementation only receives state alignment info.
updateRouterState(RouterServiceState) - Method in class org.apache.hadoop.hdfs.server.federation.router.Router
Update the router state and heartbeat to the state store.
updateSequenceNum(int) - Method in class org.apache.hadoop.hdfs.server.federation.router.security.token.SQLDelegationTokenSecretManagerImpl
 
updateStateAsync() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterHeartbeatService
Trigger the update of the Router state asynchronously.
updateToken(int, byte[], byte[]) - Method in class org.apache.hadoop.hdfs.server.federation.router.security.token.SQLDelegationTokenSecretManagerImpl
 
updateUnavailableNamenode(String, InetSocketAddress) - Method in interface org.apache.hadoop.hdfs.server.federation.resolver.ActiveNamenodeResolver
Report a failed, unavailable NN address for a nameservice or blockPool.
updateUnavailableNamenode(String, InetSocketAddress) - Method in class org.apache.hadoop.hdfs.server.federation.resolver.MembershipNamenodeResolver
 
upgradeStatus() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterClientProtocol
 
upgradeStatus() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 

V

validate() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.BaseRecord
Validates the record.
validate() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MembershipState
Validates the entry.
validate() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.MountTable
 
validate() - Method in class org.apache.hadoop.hdfs.server.federation.store.records.RouterState
 
valueOf(String) - Static method in enum org.apache.hadoop.hdfs.server.federation.resolver.FederationNamenodeServiceState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hdfs.server.federation.resolver.order.DestinationOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hdfs.server.federation.router.RouterFederationRename.RouterRenameOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hdfs.server.federation.router.RouterServiceState
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.hadoop.hdfs.server.federation.resolver.FederationNamenodeServiceState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hdfs.server.federation.resolver.order.DestinationOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hdfs.server.federation.router.RouterFederationRename.RouterRenameOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hdfs.server.federation.router.RouterServiceState
Returns an array containing the constants of this enum type, in the order they are declared.
verifyDriverReady() - Method in class org.apache.hadoop.hdfs.server.federation.store.driver.StateStoreDriver
Check if the driver is ready to be used and throw an exception otherwise.
verifyFileInDestinations(MountTable) - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterAdminServer
Verify the file exists in destination nameservices to avoid dangling mount points.
verifyNamespaceQuota() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterQuotaUsage
Verify if namespace quota is violated once quota is set.
verifyQuotaByStorageType() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterQuotaUsage
Verify space quota by storage type is violated once quota is set.
verifyStoragespaceQuota() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterQuotaUsage
Verify if storage space quota is violated once quota is set.
verifyToken(DelegationTokenIdentifier, byte[]) - Method in class org.apache.hadoop.hdfs.server.federation.router.Router
 
verifyToken(DelegationTokenIdentifier, byte[]) - Method in class org.apache.hadoop.hdfs.server.federation.router.security.RouterSecurityManager
Delegation token verification.
versionRequest() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterNamenodeProtocol
 
versionRequest() - Method in class org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer
 

W

write(DataOutput) - Method in class org.apache.hadoop.hdfs.rbfbalance.MountTableProcedure
 

Z

ZK_DTSM_ROUTER_TOKEN_SYNC_INTERVAL - Static variable in class org.apache.hadoop.hdfs.server.federation.router.security.token.ZKDelegationTokenSecretManagerImpl
 
ZK_DTSM_ROUTER_TOKEN_SYNC_INTERVAL_DEFAULT - Static variable in class org.apache.hadoop.hdfs.server.federation.router.security.token.ZKDelegationTokenSecretManagerImpl
 
ZKDelegationTokenSecretManagerImpl - Class in org.apache.hadoop.hdfs.server.federation.router.security.token
Zookeeper based router delegation token store implementation.
ZKDelegationTokenSecretManagerImpl(Configuration) - Constructor for class org.apache.hadoop.hdfs.server.federation.router.security.token.ZKDelegationTokenSecretManagerImpl
 
A B C D E F G H I L M N O P Q R S T U V W Z 
All Classes All Packages
Skip navigation links

Copyright © 2008–2025 Apache Software Foundation. All rights reserved.