Uses of Class
org.apache.hadoop.hdfs.server.federation.store.protocol.GetNamenodeRegistrationsRequest
Packages that use GetNamenodeRegistrationsRequest
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 GetNamenodeRegistrationsRequest in org.apache.hadoop.hdfs.server.federation.store
Methods in org.apache.hadoop.hdfs.server.federation.store with parameters of type GetNamenodeRegistrationsRequestModifier and TypeMethodDescriptionabstract GetNamenodeRegistrationsResponseMembershipStore.getExpiredNamenodeRegistrations(GetNamenodeRegistrationsRequest request) Get the expired registrations from the registration cache.abstract GetNamenodeRegistrationsResponseMembershipStore.getNamenodeRegistrations(GetNamenodeRegistrationsRequest request) Queries for a single cached registration entry matching the given parameters. -
Uses of GetNamenodeRegistrationsRequest in org.apache.hadoop.hdfs.server.federation.store.impl
Methods in org.apache.hadoop.hdfs.server.federation.store.impl with parameters of type GetNamenodeRegistrationsRequestModifier and TypeMethodDescriptionMembershipStoreImpl.getExpiredNamenodeRegistrations(GetNamenodeRegistrationsRequest request) MembershipStoreImpl.getNamenodeRegistrations(GetNamenodeRegistrationsRequest request) -
Uses of GetNamenodeRegistrationsRequest in org.apache.hadoop.hdfs.server.federation.store.protocol
Methods in org.apache.hadoop.hdfs.server.federation.store.protocol that return GetNamenodeRegistrationsRequestModifier and TypeMethodDescriptionGetNamenodeRegistrationsRequest.newInstance()GetNamenodeRegistrationsRequest.newInstance(MembershipState member) -
Uses of GetNamenodeRegistrationsRequest in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb
Subclasses of GetNamenodeRegistrationsRequest in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pbModifier and TypeClassDescriptionclassProtobuf implementation of the state store API object GetNamenodeRegistrationsRequest.