org.apache.hadoop.yarn.proto
Interface YarnServerResourceManagerRecoveryProtos.AMRMTokenSecretManagerStateProtoOrBuilder
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
- YarnServerResourceManagerRecoveryProtos.AMRMTokenSecretManagerStateProto, YarnServerResourceManagerRecoveryProtos.AMRMTokenSecretManagerStateProto.Builder
- Enclosing class:
- YarnServerResourceManagerRecoveryProtos
public static interface YarnServerResourceManagerRecoveryProtos.AMRMTokenSecretManagerStateProtoOrBuilder
- extends com.google.protobuf.MessageOrBuilder
|
Method Summary |
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; |
| Methods inherited from interface com.google.protobuf.MessageOrBuilder |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField |
| Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder |
isInitialized |
hasCurrentMasterKey
boolean hasCurrentMasterKey()
optional .hadoop.yarn.MasterKeyProto current_master_key = 1;
getCurrentMasterKey
org.apache.hadoop.yarn.proto.YarnServerCommonProtos.MasterKeyProto getCurrentMasterKey()
optional .hadoop.yarn.MasterKeyProto current_master_key = 1;
getCurrentMasterKeyOrBuilder
org.apache.hadoop.yarn.proto.YarnServerCommonProtos.MasterKeyProtoOrBuilder getCurrentMasterKeyOrBuilder()
optional .hadoop.yarn.MasterKeyProto current_master_key = 1;
hasNextMasterKey
boolean hasNextMasterKey()
optional .hadoop.yarn.MasterKeyProto next_master_key = 2;
getNextMasterKey
org.apache.hadoop.yarn.proto.YarnServerCommonProtos.MasterKeyProto getNextMasterKey()
optional .hadoop.yarn.MasterKeyProto next_master_key = 2;
getNextMasterKeyOrBuilder
org.apache.hadoop.yarn.proto.YarnServerCommonProtos.MasterKeyProtoOrBuilder getNextMasterKeyOrBuilder()
optional .hadoop.yarn.MasterKeyProto next_master_key = 2;
Copyright © 2014 Apache Software Foundation. All Rights Reserved.