Uses of Class
org.apache.hadoop.hdfs.server.federation.store.records.StateStoreVersion
Packages that use StateStoreVersion
Package
Description
Contains the abstract definitions of the state store data records.
The protobuf implementations of state store data records defined in the
org.apache.hadoop.hdfs.server.federation.store.records package.
-
Uses of StateStoreVersion in org.apache.hadoop.hdfs.server.federation.store.records
Methods in org.apache.hadoop.hdfs.server.federation.store.records that return StateStoreVersionModifier and TypeMethodDescriptionabstract StateStoreVersionRouterState.getStateStoreVersion()static StateStoreVersionStateStoreVersion.newInstance()static StateStoreVersionStateStoreVersion.newInstance(long membershipVersion, long mountTableVersion) Methods in org.apache.hadoop.hdfs.server.federation.store.records with parameters of type StateStoreVersionModifier and TypeMethodDescriptionabstract voidRouterState.setStateStoreVersion(StateStoreVersion version) -
Uses of StateStoreVersion in org.apache.hadoop.hdfs.server.federation.store.records.impl.pb
Modifier and TypeClassDescriptionclassProtobuf implementation of the StateStoreVersion record.Methods in org.apache.hadoop.hdfs.server.federation.store.records.impl.pb that return StateStoreVersionMethods in org.apache.hadoop.hdfs.server.federation.store.records.impl.pb with parameters of type StateStoreVersionModifier and TypeMethodDescriptionvoidRouterStatePBImpl.setStateStoreVersion(StateStoreVersion version)