YarnServerCommonProtos.MasterKeyProto.Builder |
YarnServerCommonProtos.MasterKeyProto.Builder.clear() |
YarnServerCommonProtos.MasterKeyProto.Builder |
YarnServerCommonProtos.MasterKeyProto.Builder.clearBytes()
optional bytes bytes = 2;
|
YarnServerCommonProtos.MasterKeyProto.Builder |
YarnServerCommonProtos.MasterKeyProto.Builder.clearKeyId()
optional int32 key_id = 1;
|
YarnServerCommonProtos.MasterKeyProto.Builder |
YarnServerCommonProtos.MasterKeyProto.Builder.clone() |
YarnServerCommonProtos.MasterKeyProto.Builder |
YarnServerCommonServiceProtos.RegisterNodeManagerResponseProto.Builder.getContainerTokenMasterKeyBuilder()
optional .hadoop.yarn.MasterKeyProto container_token_master_key = 1;
|
YarnServerCommonProtos.MasterKeyProto.Builder |
YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder.getContainerTokenMasterKeyBuilder()
optional .hadoop.yarn.MasterKeyProto container_token_master_key = 2;
|
YarnServerCommonProtos.MasterKeyProto.Builder |
YarnServerCommonServiceProtos.NodeHeartbeatRequestProto.Builder.getLastKnownContainerTokenMasterKeyBuilder()
optional .hadoop.yarn.MasterKeyProto last_known_container_token_master_key = 2;
|
YarnServerCommonProtos.MasterKeyProto.Builder |
YarnServerCommonServiceProtos.NodeHeartbeatRequestProto.Builder.getLastKnownNmTokenMasterKeyBuilder()
optional .hadoop.yarn.MasterKeyProto last_known_nm_token_master_key = 3;
|
YarnServerCommonProtos.MasterKeyProto.Builder |
YarnServerCommonServiceProtos.RegisterNodeManagerResponseProto.Builder.getNmTokenMasterKeyBuilder()
optional .hadoop.yarn.MasterKeyProto nm_token_master_key = 2;
|
YarnServerCommonProtos.MasterKeyProto.Builder |
YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder.getNmTokenMasterKeyBuilder()
optional .hadoop.yarn.MasterKeyProto nm_token_master_key = 3;
|
YarnServerCommonProtos.MasterKeyProto.Builder |
YarnServerCommonProtos.MasterKeyProto.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
YarnServerCommonProtos.MasterKeyProto.Builder |
YarnServerCommonProtos.MasterKeyProto.Builder.mergeFrom(com.google.protobuf.Message other) |
YarnServerCommonProtos.MasterKeyProto.Builder |
YarnServerCommonProtos.MasterKeyProto.Builder.mergeFrom(YarnServerCommonProtos.MasterKeyProto other) |
static YarnServerCommonProtos.MasterKeyProto.Builder |
YarnServerCommonProtos.MasterKeyProto.newBuilder() |
static YarnServerCommonProtos.MasterKeyProto.Builder |
YarnServerCommonProtos.MasterKeyProto.newBuilder(YarnServerCommonProtos.MasterKeyProto prototype) |
YarnServerCommonProtos.MasterKeyProto.Builder |
YarnServerCommonProtos.MasterKeyProto.newBuilderForType() |
protected YarnServerCommonProtos.MasterKeyProto.Builder |
YarnServerCommonProtos.MasterKeyProto.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
YarnServerCommonProtos.MasterKeyProto.Builder |
YarnServerCommonProtos.MasterKeyProto.Builder.setBytes(com.google.protobuf.ByteString value)
optional bytes bytes = 2;
|
YarnServerCommonProtos.MasterKeyProto.Builder |
YarnServerCommonProtos.MasterKeyProto.Builder.setKeyId(int value)
optional int32 key_id = 1;
|
YarnServerCommonProtos.MasterKeyProto.Builder |
YarnServerCommonProtos.MasterKeyProto.toBuilder() |