public static interface YarnServerResourceManagerRecoveryProtos.AMRMTokenSecretManagerStateProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.yarn.proto.YarnServerCommonProtos.MasterKeyProto |
getCurrentMasterKey()
optional .hadoop.yarn.MasterKeyProto current_master_key = 1; |
org.apache.hadoop.yarn.proto.YarnServerCommonProtos.MasterKeyProtoOrBuilder |
getCurrentMasterKeyOrBuilder()
optional .hadoop.yarn.MasterKeyProto current_master_key = 1; |
org.apache.hadoop.yarn.proto.YarnServerCommonProtos.MasterKeyProto |
getNextMasterKey()
optional .hadoop.yarn.MasterKeyProto next_master_key = 2; |
org.apache.hadoop.yarn.proto.YarnServerCommonProtos.MasterKeyProtoOrBuilder |
getNextMasterKeyOrBuilder()
optional .hadoop.yarn.MasterKeyProto next_master_key = 2; |
boolean |
hasCurrentMasterKey()
optional .hadoop.yarn.MasterKeyProto current_master_key = 1; |
boolean |
hasNextMasterKey()
optional .hadoop.yarn.MasterKeyProto next_master_key = 2; |
boolean hasCurrentMasterKey()
optional .hadoop.yarn.MasterKeyProto current_master_key = 1;
org.apache.hadoop.yarn.proto.YarnServerCommonProtos.MasterKeyProto getCurrentMasterKey()
optional .hadoop.yarn.MasterKeyProto current_master_key = 1;
org.apache.hadoop.yarn.proto.YarnServerCommonProtos.MasterKeyProtoOrBuilder getCurrentMasterKeyOrBuilder()
optional .hadoop.yarn.MasterKeyProto current_master_key = 1;
boolean hasNextMasterKey()
optional .hadoop.yarn.MasterKeyProto next_master_key = 2;
org.apache.hadoop.yarn.proto.YarnServerCommonProtos.MasterKeyProto getNextMasterKey()
optional .hadoop.yarn.MasterKeyProto next_master_key = 2;
org.apache.hadoop.yarn.proto.YarnServerCommonProtos.MasterKeyProtoOrBuilder getNextMasterKeyOrBuilder()
optional .hadoop.yarn.MasterKeyProto next_master_key = 2;
Copyright © 2019 Apache Software Foundation. All Rights Reserved.