| 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 | 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 | Description |
|---|---|---|
class |
StateStoreSerializerPBImpl |
Protobuf implementation of the State Store serializer.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.