public static class NMStateStoreService.RecoveredNMTokensState extends Object
| Constructor and Description |
|---|
RecoveredNMTokensState() |
| Modifier and Type | Method and Description |
|---|---|
Map<org.apache.hadoop.yarn.api.records.ApplicationAttemptId,org.apache.hadoop.yarn.server.api.records.MasterKey> |
getApplicationMasterKeys() |
org.apache.hadoop.yarn.server.api.records.MasterKey |
getCurrentMasterKey() |
org.apache.hadoop.yarn.server.api.records.MasterKey |
getPreviousMasterKey() |
public org.apache.hadoop.yarn.server.api.records.MasterKey getCurrentMasterKey()
public org.apache.hadoop.yarn.server.api.records.MasterKey getPreviousMasterKey()
public Map<org.apache.hadoop.yarn.api.records.ApplicationAttemptId,org.apache.hadoop.yarn.server.api.records.MasterKey> getApplicationMasterKeys()
Copyright © 2016 Apache Software Foundation. All Rights Reserved.