| Package | Description |
|---|---|
| org.apache.hadoop.hdfs.server.federation.resolver |
The resolver package contains indepedent data resolvers used in HDFS
federation.
|
| 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.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 |
Protobuf implementations of FederationProtocolBase request/response objects
used by state store APIs.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Set<FederationNamespaceInfo> |
ActiveNamenodeResolver.getNamespaces() |
Get a list of all namespaces that are registered and active in the
federation.
|
java.util.Set<FederationNamespaceInfo> |
MembershipNamenodeResolver.getNamespaces() |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Map<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.
|
| Modifier and Type | Method | Description |
|---|---|---|
abstract java.util.Set<FederationNamespaceInfo> |
GetNamespaceInfoResponse.getNamespaceInfo() |
| Modifier and Type | Method | Description |
|---|---|---|
static GetNamespaceInfoResponse |
GetNamespaceInfoResponse.newInstance(java.util.Set<FederationNamespaceInfo> namespaces) |
|
abstract void |
GetNamespaceInfoResponse.setNamespaceInfo(java.util.Set<FederationNamespaceInfo> namespaceInfo) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Set<FederationNamespaceInfo> |
GetNamespaceInfoResponsePBImpl.getNamespaceInfo() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
GetNamespaceInfoResponsePBImpl.setNamespaceInfo(java.util.Set<FederationNamespaceInfo> namespaceInfo) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.