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.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 and Description |
---|---|
GetDisabledNameservicesResponse |
RouterAdminServer.getDisabledNameservices(GetDisabledNameservicesRequest request) |
GetDisabledNameservicesResponse |
NameserviceManager.getDisabledNameservices(GetDisabledNameservicesRequest request)
Get the list of disabled name service.
|
Modifier and Type | Method and Description |
---|---|
static GetDisabledNameservicesResponse |
GetDisabledNameservicesResponse.newInstance() |
static GetDisabledNameservicesResponse |
GetDisabledNameservicesResponse.newInstance(Set<String> nsIds) |
Modifier and Type | Class and Description |
---|---|
class |
GetDisabledNameservicesResponsePBImpl
Protobuf implementation of the state store API object
GetDisabledNameservicesResponse.
|
Copyright © 2008–2021 Apache Software Foundation. All rights reserved.