Uses of Class
org.apache.hadoop.hdfs.server.federation.store.driver.StateStoreSerializer
Packages that use StateStoreSerializer
Package
Description
The state store uses modular data storage classes derived from
StateStoreDriver to handle querying, updating and deleting data records.
Implementations of state store data providers/drivers.
-
Uses of StateStoreSerializer in org.apache.hadoop.hdfs.server.federation.store.driver
Methods in org.apache.hadoop.hdfs.server.federation.store.driver that return StateStoreSerializerModifier and TypeMethodDescriptionstatic StateStoreSerializerStateStoreSerializer.getSerializer()Get the default serializer based.static StateStoreSerializerStateStoreSerializer.getSerializer(org.apache.hadoop.conf.Configuration conf) Get a serializer based on the provided configuration. -
Uses of StateStoreSerializer in org.apache.hadoop.hdfs.server.federation.store.driver.impl
Modifier and TypeClassDescriptionfinal classProtobuf implementation of the State Store serializer.