Uses of Class
org.apache.hadoop.hdfs.server.federation.store.protocol.GetDisabledNameservicesResponse
Packages that use GetDisabledNameservicesResponse
Package
Description
This package contains the implementation of the Protocol Buffers
protocols related to HDFS Router.
The router package includes the core services for a HDFS federation router.
Contains the abstract definitions of the API request and response objects for
the various state store APIs.
Protobuf implementations of FederationProtocolBase request/response objects
used by state store APIs.
-
Uses of GetDisabledNameservicesResponse in org.apache.hadoop.hdfs.protocolPB
Methods in org.apache.hadoop.hdfs.protocolPB that return GetDisabledNameservicesResponseModifier and TypeMethodDescriptionRouterAdminProtocolTranslatorPB.getDisabledNameservices(GetDisabledNameservicesRequest request) -
Uses of GetDisabledNameservicesResponse in org.apache.hadoop.hdfs.server.federation.router
Methods in org.apache.hadoop.hdfs.server.federation.router that return GetDisabledNameservicesResponseModifier and TypeMethodDescriptionNameserviceManager.getDisabledNameservices(GetDisabledNameservicesRequest request) Get the list of disabled name service.RouterAdminServer.getDisabledNameservices(GetDisabledNameservicesRequest request) -
Uses of GetDisabledNameservicesResponse in org.apache.hadoop.hdfs.server.federation.store.protocol
Methods in org.apache.hadoop.hdfs.server.federation.store.protocol that return GetDisabledNameservicesResponseModifier and TypeMethodDescriptionGetDisabledNameservicesResponse.newInstance()GetDisabledNameservicesResponse.newInstance(Set<String> nsIds) -
Uses of GetDisabledNameservicesResponse in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb
Subclasses of GetDisabledNameservicesResponse in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pbModifier and TypeClassDescriptionclassProtobuf implementation of the state store API object GetDisabledNameservicesResponse.