| Package | Description |
|---|---|
| org.apache.hadoop.hdfs.protocolPB | |
| 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.impl |
Contains implementations of the state store API interfaces.
|
| 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 |
|---|---|---|
AddMountTableEntriesResponse |
RouterAdminProtocolTranslatorPB.addMountTableEntries(AddMountTableEntriesRequest request) |
| Modifier and Type | Method | Description |
|---|---|---|
AddMountTableEntriesResponse |
MountTableManager.addMountTableEntries(AddMountTableEntriesRequest request) |
Add multiple entries to the mount table.
|
| Modifier and Type | Method | Description |
|---|---|---|
AddMountTableEntriesResponse |
RouterAdminServer.addMountTableEntries(AddMountTableEntriesRequest request) |
| Modifier and Type | Method | Description |
|---|---|---|
AddMountTableEntriesResponse |
MountTableStoreImpl.addMountTableEntries(AddMountTableEntriesRequest request) |
| Modifier and Type | Method | Description |
|---|---|---|
static AddMountTableEntriesRequest |
AddMountTableEntriesRequest.newInstance() |
|
static AddMountTableEntriesRequest |
AddMountTableEntriesRequest.newInstance(java.util.List<MountTable> newEntry) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
AddMountTableEntriesRequestPBImpl |
Protobuf implementation of the state store API object addMountTableEntriesRequest.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.