public static class NMStateStoreService.RecoveredAMRMProxyState extends Object
| Constructor and Description | 
|---|
| RecoveredAMRMProxyState() | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<org.apache.hadoop.yarn.api.records.ApplicationAttemptId,Map<String,byte[]>> | getAppContexts() | 
| org.apache.hadoop.yarn.server.api.records.MasterKey | getCurrentMasterKey() | 
| org.apache.hadoop.yarn.server.api.records.MasterKey | getNextMasterKey() | 
| void | setCurrentMasterKey(org.apache.hadoop.yarn.server.api.records.MasterKey currentKey) | 
| void | setNextMasterKey(org.apache.hadoop.yarn.server.api.records.MasterKey nextKey) | 
public org.apache.hadoop.yarn.server.api.records.MasterKey getCurrentMasterKey()
public org.apache.hadoop.yarn.server.api.records.MasterKey getNextMasterKey()
public Map<org.apache.hadoop.yarn.api.records.ApplicationAttemptId,Map<String,byte[]>> getAppContexts()
public void setCurrentMasterKey(org.apache.hadoop.yarn.server.api.records.MasterKey currentKey)
public void setNextMasterKey(org.apache.hadoop.yarn.server.api.records.MasterKey nextKey)
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.