Package | Description |
---|---|
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 |
---|---|
static RouterServiceState |
RouterServiceState.valueOf(String name) |
static RouterServiceState[] |
RouterServiceState.values() |
Modifier and Type | Method and Description |
---|---|
abstract RouterServiceState |
RouterState.getStatus() |
Modifier and Type | Method and Description |
---|---|
static RouterState |
RouterState.newInstance(String addr,
long startTime,
RouterServiceState status) |
abstract void |
RouterState.setStatus(RouterServiceState newStatus) |
Modifier and Type | Method and Description |
---|---|
RouterServiceState |
RouterStatePBImpl.getStatus() |
Modifier and Type | Method and Description |
---|---|
void |
RouterStatePBImpl.setStatus(RouterServiceState newStatus) |
Copyright © 2020 Apache Software Foundation. All rights reserved.