Package | Description |
---|---|
org.apache.hadoop.hdfs.server.federation.store.driver |
The state store uses modular data storage classes derived from
StateStoreDriver to handle querying, updating and deleting data records.
|
org.apache.hadoop.hdfs.server.federation.store.driver.impl |
Implementations of state store data providers/drivers.
|
Modifier and Type | Method and Description |
---|---|
static StateStoreSerializer |
StateStoreSerializer.getSerializer()
Get the default serializer based.
|
static StateStoreSerializer |
StateStoreSerializer.getSerializer(org.apache.hadoop.conf.Configuration conf)
Get a serializer based on the provided configuration.
|
Modifier and Type | Class and Description |
---|---|
class |
StateStoreSerializerPBImpl
Protobuf implementation of the State Store serializer.
|
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.