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 and 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 | Method and Description |
---|---|
Version |
MemoryFederationStateStore.getCurrentVersion() |
Version |
ZookeeperFederationStateStore.getCurrentVersion() |
Version |
SQLFederationStateStore.getCurrentVersion() |
Version |
MemoryFederationStateStore.loadVersion() |
Version |
ZookeeperFederationStateStore.loadVersion() |
Version |
SQLFederationStateStore.loadVersion() |
Modifier and Type | Method and Description |
---|---|
static Version |
Version.newInstance(int majorVersion,
int minorVersion) |
Modifier and Type | Method and Description |
---|---|
boolean |
Version.isCompatibleTo(Version version) |
Modifier and Type | Class and Description |
---|---|
class |
VersionPBImpl |
Copyright © 2008–2020 Apache Software Foundation. All rights reserved.