Uses of Class
org.apache.hadoop.hdfs.server.federation.store.protocol.UpdateNamenodeRegistrationRequest
Packages that use UpdateNamenodeRegistrationRequest
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 UpdateNamenodeRegistrationRequest in org.apache.hadoop.hdfs.server.federation.store
Methods in org.apache.hadoop.hdfs.server.federation.store with parameters of type UpdateNamenodeRegistrationRequestModifier and TypeMethodDescriptionabstract UpdateNamenodeRegistrationResponseMembershipStore.updateNamenodeRegistration(UpdateNamenodeRegistrationRequest request) Overrides a cached namenode state with an updated state. -
Uses of UpdateNamenodeRegistrationRequest in org.apache.hadoop.hdfs.server.federation.store.impl
Methods in org.apache.hadoop.hdfs.server.federation.store.impl with parameters of type UpdateNamenodeRegistrationRequestModifier and TypeMethodDescriptionMembershipStoreImpl.updateNamenodeRegistration(UpdateNamenodeRegistrationRequest request) -
Uses of UpdateNamenodeRegistrationRequest in org.apache.hadoop.hdfs.server.federation.store.protocol
Methods in org.apache.hadoop.hdfs.server.federation.store.protocol that return UpdateNamenodeRegistrationRequestModifier and TypeMethodDescriptionUpdateNamenodeRegistrationRequest.newInstance()UpdateNamenodeRegistrationRequest.newInstance(String nameserviceId, String namenodeId, FederationNamenodeServiceState state) -
Uses of UpdateNamenodeRegistrationRequest in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb
Subclasses of UpdateNamenodeRegistrationRequest in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pbModifier and TypeClassDescriptionclassProtobuf implementation of the state store API object OverrideNamenodeRegistrationRequest.