Package | Description |
---|---|
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.
|
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 |
---|---|
abstract RouterState |
RouterHeartbeatRequest.getRouter() |
abstract RouterState |
GetRouterRegistrationResponse.getRouter() |
Modifier and Type | Method and Description |
---|---|
abstract List<RouterState> |
GetRouterRegistrationsResponse.getRouters() |
Modifier and Type | Method and Description |
---|---|
static RouterHeartbeatRequest |
RouterHeartbeatRequest.newInstance(RouterState router) |
abstract void |
RouterHeartbeatRequest.setRouter(RouterState routerState) |
abstract void |
GetRouterRegistrationResponse.setRouter(RouterState router) |
Modifier and Type | Method and Description |
---|---|
abstract void |
GetRouterRegistrationsResponse.setRouters(List<RouterState> routers) |
Modifier and Type | Method and Description |
---|---|
RouterState |
RouterHeartbeatRequestPBImpl.getRouter() |
RouterState |
GetRouterRegistrationResponsePBImpl.getRouter() |
Modifier and Type | Method and Description |
---|---|
List<RouterState> |
GetRouterRegistrationsResponsePBImpl.getRouters() |
Modifier and Type | Method and Description |
---|---|
void |
RouterHeartbeatRequestPBImpl.setRouter(RouterState routerState) |
void |
GetRouterRegistrationResponsePBImpl.setRouter(RouterState router) |
Modifier and Type | Method and Description |
---|---|
void |
GetRouterRegistrationsResponsePBImpl.setRouters(List<RouterState> records) |
Modifier and Type | Method and Description |
---|---|
static RouterState |
RouterState.newInstance() |
static RouterState |
RouterState.newInstance(String addr,
long startTime,
RouterServiceState status) |
Modifier and Type | Class and Description |
---|---|
class |
RouterStatePBImpl
Protobuf implementation of the RouterState record.
|
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.