| Package | Description |
|---|---|
| org.apache.hadoop.yarn.server.federation.store |
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
| org.apache.hadoop.yarn.server.federation.store.impl |
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
| org.apache.hadoop.yarn.server.records | |
| org.apache.hadoop.yarn.server.records.impl.pb |
| Modifier and Type | Method | Description |
|---|---|---|
Version |
FederationStateStore.getCurrentVersion() |
Get the
Version of the underlying federation state store client. |
Version |
FederationStateStore.loadVersion() |
Load the version information from the federation state store.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected static Version |
SQLFederationStateStore.CURRENT_VERSION_INFO |
|
protected static Version |
ZookeeperFederationStateStore.CURRENT_VERSION_INFO |
| Modifier and Type | Method | Description |
|---|---|---|
Version |
MemoryFederationStateStore.getCurrentVersion() |
|
Version |
SQLFederationStateStore.getCurrentVersion() |
|
Version |
ZookeeperFederationStateStore.getCurrentVersion() |
|
Version |
SQLFederationStateStore.getVersion() |
Query the Version information of Federation from the database.
|
Version |
MemoryFederationStateStore.loadVersion() |
|
Version |
SQLFederationStateStore.loadVersion() |
|
Version |
ZookeeperFederationStateStore.loadVersion() |
| Modifier and Type | Method | Description |
|---|---|---|
static Version |
Version.newInstance(int majorVersion,
int minorVersion) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
Version.isCompatibleTo(Version version) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
VersionPBImpl |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.