Uses of Class
org.apache.hadoop.hdfs.server.federation.store.protocol.GetNamespaceInfoResponse
Packages that use GetNamespaceInfoResponse
Package
Description
The federation state store tracks persistent values that are shared between
multiple routers.
Contains implementations of the state store API interfaces.
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 GetNamespaceInfoResponse in org.apache.hadoop.hdfs.server.federation.store
Methods in org.apache.hadoop.hdfs.server.federation.store that return GetNamespaceInfoResponseModifier and TypeMethodDescriptionabstract GetNamespaceInfoResponseMembershipStore.getNamespaceInfo(GetNamespaceInfoRequest request) Retrieves a list of registered nameservices and their associated info. -
Uses of GetNamespaceInfoResponse in org.apache.hadoop.hdfs.server.federation.store.impl
Methods in org.apache.hadoop.hdfs.server.federation.store.impl that return GetNamespaceInfoResponseModifier and TypeMethodDescriptionMembershipStoreImpl.getNamespaceInfo(GetNamespaceInfoRequest request) -
Uses of GetNamespaceInfoResponse in org.apache.hadoop.hdfs.server.federation.store.protocol
Methods in org.apache.hadoop.hdfs.server.federation.store.protocol that return GetNamespaceInfoResponseModifier and TypeMethodDescriptionstatic GetNamespaceInfoResponseGetNamespaceInfoResponse.newInstance()static GetNamespaceInfoResponseGetNamespaceInfoResponse.newInstance(Set<FederationNamespaceInfo> namespaces) -
Uses of GetNamespaceInfoResponse in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb
Subclasses of GetNamespaceInfoResponse in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pbModifier and TypeClassDescriptionclassProtobuf implementation of the state store API object GetNamespaceInfoResponse.