| Package | Description |
|---|---|
| org.apache.hadoop.hdfs.server.federation.metrics |
Report metrics for Router-based Federation.
|
| org.apache.hadoop.hdfs.server.federation.store |
The federation state store tracks persistent values that are shared between
multiple routers.
|
| 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 | Class | Description |
|---|---|---|
class |
NullStateStoreMetrics |
Implementation of the State Store metrics which does not do anything.
|
| Modifier and Type | Method | Description |
|---|---|---|
static StateStoreMetrics |
StateStoreMetrics.create(org.apache.hadoop.conf.Configuration conf) |
| Modifier and Type | Method | Description |
|---|---|---|
StateStoreMetrics |
StateStoreService.getMetrics() |
Get the metrics for the State Store.
|
| Modifier and Type | Method | Description |
|---|---|---|
StateStoreMetrics |
StateStoreDriver.getMetrics() |
Get the metrics for the State Store.
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
StateStoreDriver.init(org.apache.hadoop.conf.Configuration config,
java.lang.String id,
java.util.Collection<java.lang.Class<? extends BaseRecord>> records,
StateStoreMetrics stateStoreMetrics) |
Initialize the state store connection.
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
StateStoreSerializableImpl.init(org.apache.hadoop.conf.Configuration config,
java.lang.String id,
java.util.Collection<java.lang.Class<? extends BaseRecord>> records,
StateStoreMetrics metrics) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.