| 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.records |
Contains the abstract definitions of the state store data records.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
RemoteLocation |
PathLocation.getDefaultLocation()
Get the default or highest priority location.
|
| Modifier and Type | Method and Description |
|---|---|
List<RemoteLocation> |
PathLocation.getDestinations()
Get the list of locations found in the mount table.
|
| Constructor and Description |
|---|
PathLocation(String source,
List<RemoteLocation> dest)
Create a new PathLocation with default HASH order.
|
PathLocation(String source,
List<RemoteLocation> dest,
DestinationOrder order)
Create a new PathLocation.
|
| Modifier and Type | Method and Description |
|---|---|
protected RemoteLocation |
RouterRpcServer.getCreateLocation(String src)
Get the location to create a file.
|
| Modifier and Type | Method and Description |
|---|---|
RemoteLocation |
MountTable.getDefaultLocation()
Get the default location.
|
| Modifier and Type | Method and Description |
|---|---|
abstract List<RemoteLocation> |
MountTable.getDestinations()
Get a list of destinations (namespace + path) present for this entry.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
MountTable.setDestinations(List<RemoteLocation> dests)
Set the destination paths.
|
| Modifier and Type | Method and Description |
|---|---|
List<RemoteLocation> |
MountTablePBImpl.getDestinations() |
| Modifier and Type | Method and Description |
|---|---|
void |
MountTablePBImpl.setDestinations(List<RemoteLocation> dests) |
Copyright © 2018 Apache Software Foundation. All Rights Reserved.