AMRMTokenSecretManagerStatePBImpl@Public
@Unstable
public abstract class AMRMTokenSecretManagerState
extends java.lang.Object
AMRMTokenSecretManager| Constructor | Description |
|---|---|
AMRMTokenSecretManagerState() |
| Modifier and Type | Method | Description |
|---|---|---|
abstract org.apache.hadoop.yarn.server.api.records.MasterKey |
getCurrentMasterKey() |
AMRMTokenSecretManager current Master key. |
abstract org.apache.hadoop.yarn.server.api.records.MasterKey |
getNextMasterKey() |
AMRMTokenSecretManager next Master key. |
abstract org.apache.hadoop.yarn.proto.YarnServerResourceManagerRecoveryProtos.AMRMTokenSecretManagerStateProto |
getProto() |
|
static AMRMTokenSecretManagerState |
newInstance(org.apache.hadoop.yarn.server.api.records.MasterKey currentMasterKey,
org.apache.hadoop.yarn.server.api.records.MasterKey nextMasterKey) |
|
static AMRMTokenSecretManagerState |
newInstance(AMRMTokenSecretManagerState state) |
|
abstract void |
setCurrentMasterKey(org.apache.hadoop.yarn.server.api.records.MasterKey currentMasterKey) |
|
abstract void |
setNextMasterKey(org.apache.hadoop.yarn.server.api.records.MasterKey nextMasterKey) |
public static AMRMTokenSecretManagerState newInstance(org.apache.hadoop.yarn.server.api.records.MasterKey currentMasterKey, org.apache.hadoop.yarn.server.api.records.MasterKey nextMasterKey)
public static AMRMTokenSecretManagerState newInstance(AMRMTokenSecretManagerState state)
@Public @Unstable public abstract org.apache.hadoop.yarn.server.api.records.MasterKey getCurrentMasterKey()
AMRMTokenSecretManager current Master key.@Public @Unstable public abstract void setCurrentMasterKey(org.apache.hadoop.yarn.server.api.records.MasterKey currentMasterKey)
@Public @Unstable public abstract org.apache.hadoop.yarn.server.api.records.MasterKey getNextMasterKey()
AMRMTokenSecretManager next Master key.@Public @Unstable public abstract void setNextMasterKey(org.apache.hadoop.yarn.server.api.records.MasterKey nextMasterKey)
public abstract org.apache.hadoop.yarn.proto.YarnServerResourceManagerRecoveryProtos.AMRMTokenSecretManagerStateProto getProto()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.