| Package | Description |
|---|---|
| org.apache.hadoop.hdfs.server.federation.store.records |
Contains the abstract definitions of the state store data records.
|
| org.apache.hadoop.hdfs.server.federation.store.records.impl.pb |
The protobuf implementations of state store data records defined in the
org.apache.hadoop.hdfs.server.federation.store.records package.
|
| Modifier and Type | Method | Description |
|---|---|---|
abstract StateStoreVersion |
RouterState.getStateStoreVersion() |
|
static StateStoreVersion |
StateStoreVersion.newInstance() |
|
static StateStoreVersion |
StateStoreVersion.newInstance(long membershipVersion,
long mountTableVersion) |
| Modifier and Type | Method | Description |
|---|---|---|
abstract void |
RouterState.setStateStoreVersion(StateStoreVersion version) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
StateStoreVersionPBImpl |
Protobuf implementation of the StateStoreVersion record.
|
| Modifier and Type | Method | Description |
|---|---|---|
StateStoreVersion |
RouterStatePBImpl.getStateStoreVersion() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
RouterStatePBImpl.setStateStoreVersion(StateStoreVersion version) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.