| Package | Description |
|---|---|
| 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 | Method | Description |
|---|---|---|
protected QueryResult<R> |
CachedRecordStore.getCachedRecordsAndTimeStamp() |
Get all the cached records and the time stamp of the cache.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
CachedRecordStore.overrideExpiredRecords(QueryResult<R> query) |
Updates the state store with any record overrides we detected, such as an
expired state.
|
| Modifier and Type | Method | Description |
|---|---|---|
<T extends BaseRecord> |
StateStoreRecordOperations.get(java.lang.Class<T> clazz) |
Get all records of the requested record class from the data store.
|
| Modifier and Type | Method | Description |
|---|---|---|
<T extends BaseRecord> |
StateStoreFileBaseImpl.get(java.lang.Class<T> clazz) |
|
<T extends BaseRecord> |
StateStoreMySQLImpl.get(java.lang.Class<T> clazz) |
|
<T extends BaseRecord> |
StateStoreZooKeeperImpl.get(java.lang.Class<T> clazz) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.