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 and Description |
---|---|
abstract StateStoreVersion |
RouterState.getStateStoreVersion() |
static StateStoreVersion |
StateStoreVersion.newInstance() |
static StateStoreVersion |
StateStoreVersion.newInstance(long membershipVersion,
long mountTableVersion) |
Modifier and Type | Method and Description |
---|---|
abstract void |
RouterState.setStateStoreVersion(StateStoreVersion version) |
Modifier and Type | Class and Description |
---|---|
class |
StateStoreVersionPBImpl
Protobuf implementation of the StateStoreVersion record.
|
Modifier and Type | Method and Description |
---|---|
StateStoreVersion |
RouterStatePBImpl.getStateStoreVersion() |
Modifier and Type | Method and Description |
---|---|
void |
RouterStatePBImpl.setStateStoreVersion(StateStoreVersion version) |
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.