Uses of Class
org.apache.hadoop.hdfs.server.federation.resolver.FederationNamespaceInfo
Packages that use FederationNamespaceInfo
Package
Description
The resolver package contains indepedent data resolvers used in HDFS
federation.
The router package includes the core services for a HDFS federation router.
Contains the abstract definitions of the API request and response objects for
the various state store APIs.
Protobuf implementations of FederationProtocolBase request/response objects
used by state store APIs.
-
Uses of FederationNamespaceInfo in org.apache.hadoop.hdfs.server.federation.resolver
Methods in org.apache.hadoop.hdfs.server.federation.resolver that return types with arguments of type FederationNamespaceInfoModifier and TypeMethodDescriptionActiveNamenodeResolver.getNamespaces()Get a list of all namespaces that are registered and active in the federation.MembershipNamenodeResolver.getNamespaces() -
Uses of FederationNamespaceInfo in org.apache.hadoop.hdfs.server.federation.router
Methods in org.apache.hadoop.hdfs.server.federation.router that return types with arguments of type FederationNamespaceInfoModifier and TypeMethodDescriptionMap<FederationNamespaceInfo,org.apache.hadoop.security.token.Token<org.apache.hadoop.hdfs.security.token.delegation.DelegationTokenIdentifier>> RouterClientProtocol.getDelegationTokens(org.apache.hadoop.io.Text renewer) The the delegation token from each name service.protected Map<FederationNamespaceInfo,org.apache.hadoop.fs.BatchedRemoteIterator.BatchedEntries> RouterCacheAdmin.invokeListCachePools(String prevKey) Method parameters in org.apache.hadoop.hdfs.server.federation.router with type arguments of type FederationNamespaceInfoModifier and TypeMethodDescriptionstatic <T> T[]RouterRpcServer.merge(Map<FederationNamespaceInfo, T[]> map, Class<T> clazz) Merge the outputs from multiple namespaces. -
Uses of FederationNamespaceInfo in org.apache.hadoop.hdfs.server.federation.store.protocol
Methods in org.apache.hadoop.hdfs.server.federation.store.protocol that return types with arguments of type FederationNamespaceInfoModifier and TypeMethodDescriptionabstract Set<FederationNamespaceInfo>GetNamespaceInfoResponse.getNamespaceInfo()Method parameters in org.apache.hadoop.hdfs.server.federation.store.protocol with type arguments of type FederationNamespaceInfoModifier and TypeMethodDescriptionstatic GetNamespaceInfoResponseGetNamespaceInfoResponse.newInstance(Set<FederationNamespaceInfo> namespaces) abstract voidGetNamespaceInfoResponse.setNamespaceInfo(Set<FederationNamespaceInfo> namespaceInfo) -
Uses of FederationNamespaceInfo in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb
Methods in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb that return types with arguments of type FederationNamespaceInfoMethod parameters in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb with type arguments of type FederationNamespaceInfoModifier and TypeMethodDescriptionvoidGetNamespaceInfoResponsePBImpl.setNamespaceInfo(Set<FederationNamespaceInfo> namespaceInfo)