org.apache.hadoop.yarn.proto
Interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilder
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
- YarnServerCommonServiceProtos.NodeHeartbeatResponseProto, YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder
- Enclosing class:
- YarnServerCommonServiceProtos
public static interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilder
- extends com.google.protobuf.MessageOrBuilder
| 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 |
hasResponseId
boolean hasResponseId()
optional int32 response_id = 1;
getResponseId
int getResponseId()
optional int32 response_id = 1;
hasContainerTokenMasterKey
boolean hasContainerTokenMasterKey()
optional .hadoop.yarn.MasterKeyProto container_token_master_key = 2;
getContainerTokenMasterKey
YarnServerCommonProtos.MasterKeyProto getContainerTokenMasterKey()
optional .hadoop.yarn.MasterKeyProto container_token_master_key = 2;
getContainerTokenMasterKeyOrBuilder
YarnServerCommonProtos.MasterKeyProtoOrBuilder getContainerTokenMasterKeyOrBuilder()
optional .hadoop.yarn.MasterKeyProto container_token_master_key = 2;
hasNmTokenMasterKey
boolean hasNmTokenMasterKey()
optional .hadoop.yarn.MasterKeyProto nm_token_master_key = 3;
getNmTokenMasterKey
YarnServerCommonProtos.MasterKeyProto getNmTokenMasterKey()
optional .hadoop.yarn.MasterKeyProto nm_token_master_key = 3;
getNmTokenMasterKeyOrBuilder
YarnServerCommonProtos.MasterKeyProtoOrBuilder getNmTokenMasterKeyOrBuilder()
optional .hadoop.yarn.MasterKeyProto nm_token_master_key = 3;
hasNodeAction
boolean hasNodeAction()
optional .hadoop.yarn.NodeActionProto nodeAction = 4;
getNodeAction
YarnServerCommonProtos.NodeActionProto getNodeAction()
optional .hadoop.yarn.NodeActionProto nodeAction = 4;
getContainersToCleanupList
List<org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto> getContainersToCleanupList()
repeated .hadoop.yarn.ContainerIdProto containers_to_cleanup = 5;
getContainersToCleanup
org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto getContainersToCleanup(int index)
repeated .hadoop.yarn.ContainerIdProto containers_to_cleanup = 5;
getContainersToCleanupCount
int getContainersToCleanupCount()
repeated .hadoop.yarn.ContainerIdProto containers_to_cleanup = 5;
getContainersToCleanupOrBuilderList
List<? extends org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProtoOrBuilder> getContainersToCleanupOrBuilderList()
repeated .hadoop.yarn.ContainerIdProto containers_to_cleanup = 5;
getContainersToCleanupOrBuilder
org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProtoOrBuilder getContainersToCleanupOrBuilder(int index)
repeated .hadoop.yarn.ContainerIdProto containers_to_cleanup = 5;
getApplicationsToCleanupList
List<org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto> getApplicationsToCleanupList()
repeated .hadoop.yarn.ApplicationIdProto applications_to_cleanup = 6;
getApplicationsToCleanup
org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto getApplicationsToCleanup(int index)
repeated .hadoop.yarn.ApplicationIdProto applications_to_cleanup = 6;
getApplicationsToCleanupCount
int getApplicationsToCleanupCount()
repeated .hadoop.yarn.ApplicationIdProto applications_to_cleanup = 6;
getApplicationsToCleanupOrBuilderList
List<? extends org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProtoOrBuilder> getApplicationsToCleanupOrBuilderList()
repeated .hadoop.yarn.ApplicationIdProto applications_to_cleanup = 6;
getApplicationsToCleanupOrBuilder
org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProtoOrBuilder getApplicationsToCleanupOrBuilder(int index)
repeated .hadoop.yarn.ApplicationIdProto applications_to_cleanup = 6;
hasNextHeartBeatInterval
boolean hasNextHeartBeatInterval()
optional int64 nextHeartBeatInterval = 7;
getNextHeartBeatInterval
long getNextHeartBeatInterval()
optional int64 nextHeartBeatInterval = 7;
hasDiagnosticsMessage
boolean hasDiagnosticsMessage()
optional string diagnostics_message = 8;
getDiagnosticsMessage
String getDiagnosticsMessage()
optional string diagnostics_message = 8;
getDiagnosticsMessageBytes
com.google.protobuf.ByteString getDiagnosticsMessageBytes()
optional string diagnostics_message = 8;
Copyright © 2013 Apache Software Foundation. All Rights Reserved.