org.apache.hadoop.yarn.proto
Class YarnServerCommonServiceProtos.NodeHeartbeatResponseProto

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite
      extended by com.google.protobuf.AbstractMessage
          extended by com.google.protobuf.GeneratedMessage
              extended by org.apache.hadoop.yarn.proto.YarnServerCommonServiceProtos.NodeHeartbeatResponseProto
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilder
Enclosing class:
YarnServerCommonServiceProtos

public static final class YarnServerCommonServiceProtos.NodeHeartbeatResponseProto
extends com.google.protobuf.GeneratedMessage
implements YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilder

Protobuf type hadoop.yarn.NodeHeartbeatResponseProto

See Also:
Serialized Form

Nested Class Summary
static class YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder
          Protobuf type hadoop.yarn.NodeHeartbeatResponseProto
 
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>
 
Field Summary
static int APPLICATIONS_TO_CLEANUP_FIELD_NUMBER
           
static int CONTAINER_TOKEN_MASTER_KEY_FIELD_NUMBER
           
static int CONTAINERS_TO_BE_REMOVED_FROM_NM_FIELD_NUMBER
           
static int CONTAINERS_TO_CLEANUP_FIELD_NUMBER
           
static int DIAGNOSTICS_MESSAGE_FIELD_NUMBER
           
static int NEXTHEARTBEATINTERVAL_FIELD_NUMBER
           
static int NM_TOKEN_MASTER_KEY_FIELD_NUMBER
           
static int NODEACTION_FIELD_NUMBER
           
static com.google.protobuf.Parser<YarnServerCommonServiceProtos.NodeHeartbeatResponseProto> PARSER
           
static int RESPONSE_ID_FIELD_NUMBER
           
static int SYSTEM_CREDENTIALS_FOR_APPS_FIELD_NUMBER
           
 
Fields inherited from class com.google.protobuf.GeneratedMessage
alwaysUseFieldBuilders
 
Method Summary
 boolean equals(Object obj)
           
 org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto getApplicationsToCleanup(int index)
          repeated .hadoop.yarn.ApplicationIdProto applications_to_cleanup = 6;
 int getApplicationsToCleanupCount()
          repeated .hadoop.yarn.ApplicationIdProto applications_to_cleanup = 6;
 List<org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto> getApplicationsToCleanupList()
          repeated .hadoop.yarn.ApplicationIdProto applications_to_cleanup = 6;
 org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProtoOrBuilder getApplicationsToCleanupOrBuilder(int index)
          repeated .hadoop.yarn.ApplicationIdProto applications_to_cleanup = 6;
 List<? extends org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProtoOrBuilder> getApplicationsToCleanupOrBuilderList()
          repeated .hadoop.yarn.ApplicationIdProto applications_to_cleanup = 6;
 org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto getContainersToBeRemovedFromNm(int index)
          repeated .hadoop.yarn.ContainerIdProto containers_to_be_removed_from_nm = 9;
 int getContainersToBeRemovedFromNmCount()
          repeated .hadoop.yarn.ContainerIdProto containers_to_be_removed_from_nm = 9;
 List<org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto> getContainersToBeRemovedFromNmList()
          repeated .hadoop.yarn.ContainerIdProto containers_to_be_removed_from_nm = 9;
 org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProtoOrBuilder getContainersToBeRemovedFromNmOrBuilder(int index)
          repeated .hadoop.yarn.ContainerIdProto containers_to_be_removed_from_nm = 9;
 List<? extends org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProtoOrBuilder> getContainersToBeRemovedFromNmOrBuilderList()
          repeated .hadoop.yarn.ContainerIdProto containers_to_be_removed_from_nm = 9;
 org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto getContainersToCleanup(int index)
          repeated .hadoop.yarn.ContainerIdProto containers_to_cleanup = 5;
 int getContainersToCleanupCount()
          repeated .hadoop.yarn.ContainerIdProto containers_to_cleanup = 5;
 List<org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto> getContainersToCleanupList()
          repeated .hadoop.yarn.ContainerIdProto containers_to_cleanup = 5;
 org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProtoOrBuilder getContainersToCleanupOrBuilder(int index)
          repeated .hadoop.yarn.ContainerIdProto containers_to_cleanup = 5;
 List<? extends org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProtoOrBuilder> getContainersToCleanupOrBuilderList()
          repeated .hadoop.yarn.ContainerIdProto containers_to_cleanup = 5;
 YarnServerCommonProtos.MasterKeyProto getContainerTokenMasterKey()
          optional .hadoop.yarn.MasterKeyProto container_token_master_key = 2;
 YarnServerCommonProtos.MasterKeyProtoOrBuilder getContainerTokenMasterKeyOrBuilder()
          optional .hadoop.yarn.MasterKeyProto container_token_master_key = 2;
static YarnServerCommonServiceProtos.NodeHeartbeatResponseProto getDefaultInstance()
           
 YarnServerCommonServiceProtos.NodeHeartbeatResponseProto getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 String getDiagnosticsMessage()
          optional string diagnostics_message = 8;
 com.google.protobuf.ByteString getDiagnosticsMessageBytes()
          optional string diagnostics_message = 8;
 long getNextHeartBeatInterval()
          optional int64 nextHeartBeatInterval = 7;
 YarnServerCommonProtos.MasterKeyProto getNmTokenMasterKey()
          optional .hadoop.yarn.MasterKeyProto nm_token_master_key = 3;
 YarnServerCommonProtos.MasterKeyProtoOrBuilder getNmTokenMasterKeyOrBuilder()
          optional .hadoop.yarn.MasterKeyProto nm_token_master_key = 3;
 YarnServerCommonProtos.NodeActionProto getNodeAction()
          optional .hadoop.yarn.NodeActionProto nodeAction = 4;
 com.google.protobuf.Parser<YarnServerCommonServiceProtos.NodeHeartbeatResponseProto> getParserForType()
           
 int getResponseId()
          optional int32 response_id = 1;
 int getSerializedSize()
           
 YarnServerCommonServiceProtos.SystemCredentialsForAppsProto getSystemCredentialsForApps(int index)
          repeated .hadoop.yarn.SystemCredentialsForAppsProto system_credentials_for_apps = 10;
 int getSystemCredentialsForAppsCount()
          repeated .hadoop.yarn.SystemCredentialsForAppsProto system_credentials_for_apps = 10;
 List<YarnServerCommonServiceProtos.SystemCredentialsForAppsProto> getSystemCredentialsForAppsList()
          repeated .hadoop.yarn.SystemCredentialsForAppsProto system_credentials_for_apps = 10;
 YarnServerCommonServiceProtos.SystemCredentialsForAppsProtoOrBuilder getSystemCredentialsForAppsOrBuilder(int index)
          repeated .hadoop.yarn.SystemCredentialsForAppsProto system_credentials_for_apps = 10;
 List<? extends YarnServerCommonServiceProtos.SystemCredentialsForAppsProtoOrBuilder> getSystemCredentialsForAppsOrBuilderList()
          repeated .hadoop.yarn.SystemCredentialsForAppsProto system_credentials_for_apps = 10;
 com.google.protobuf.UnknownFieldSet getUnknownFields()
           
 boolean hasContainerTokenMasterKey()
          optional .hadoop.yarn.MasterKeyProto container_token_master_key = 2;
 boolean hasDiagnosticsMessage()
          optional string diagnostics_message = 8;
 int hashCode()
           
 boolean hasNextHeartBeatInterval()
          optional int64 nextHeartBeatInterval = 7;
 boolean hasNmTokenMasterKey()
          optional .hadoop.yarn.MasterKeyProto nm_token_master_key = 3;
 boolean hasNodeAction()
          optional .hadoop.yarn.NodeActionProto nodeAction = 4;
 boolean hasResponseId()
          optional int32 response_id = 1;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
static YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder newBuilder()
           
static YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder newBuilder(YarnServerCommonServiceProtos.NodeHeartbeatResponseProto prototype)
           
 YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder newBuilderForType()
           
protected  YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
static YarnServerCommonServiceProtos.NodeHeartbeatResponseProto parseDelimitedFrom(InputStream input)
           
static YarnServerCommonServiceProtos.NodeHeartbeatResponseProto parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnServerCommonServiceProtos.NodeHeartbeatResponseProto parseFrom(byte[] data)
           
static YarnServerCommonServiceProtos.NodeHeartbeatResponseProto parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnServerCommonServiceProtos.NodeHeartbeatResponseProto parseFrom(com.google.protobuf.ByteString data)
           
static YarnServerCommonServiceProtos.NodeHeartbeatResponseProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnServerCommonServiceProtos.NodeHeartbeatResponseProto parseFrom(com.google.protobuf.CodedInputStream input)
           
static YarnServerCommonServiceProtos.NodeHeartbeatResponseProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnServerCommonServiceProtos.NodeHeartbeatResponseProto parseFrom(InputStream input)
           
static YarnServerCommonServiceProtos.NodeHeartbeatResponseProto parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder toBuilder()
           
protected  Object writeReplace()
           
 void writeTo(com.google.protobuf.CodedOutputStream output)
           
 
Methods inherited from class com.google.protobuf.GeneratedMessage
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField
 
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
 
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, hasField
 
Methods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
 

Field Detail

PARSER

public static com.google.protobuf.Parser<YarnServerCommonServiceProtos.NodeHeartbeatResponseProto> PARSER

RESPONSE_ID_FIELD_NUMBER

public static final int RESPONSE_ID_FIELD_NUMBER
See Also:
Constant Field Values

CONTAINER_TOKEN_MASTER_KEY_FIELD_NUMBER

public static final int CONTAINER_TOKEN_MASTER_KEY_FIELD_NUMBER
See Also:
Constant Field Values

NM_TOKEN_MASTER_KEY_FIELD_NUMBER

public static final int NM_TOKEN_MASTER_KEY_FIELD_NUMBER
See Also:
Constant Field Values

NODEACTION_FIELD_NUMBER

public static final int NODEACTION_FIELD_NUMBER
See Also:
Constant Field Values

CONTAINERS_TO_CLEANUP_FIELD_NUMBER

public static final int CONTAINERS_TO_CLEANUP_FIELD_NUMBER
See Also:
Constant Field Values

APPLICATIONS_TO_CLEANUP_FIELD_NUMBER

public static final int APPLICATIONS_TO_CLEANUP_FIELD_NUMBER
See Also:
Constant Field Values

NEXTHEARTBEATINTERVAL_FIELD_NUMBER

public static final int NEXTHEARTBEATINTERVAL_FIELD_NUMBER
See Also:
Constant Field Values

DIAGNOSTICS_MESSAGE_FIELD_NUMBER

public static final int DIAGNOSTICS_MESSAGE_FIELD_NUMBER
See Also:
Constant Field Values

CONTAINERS_TO_BE_REMOVED_FROM_NM_FIELD_NUMBER

public static final int CONTAINERS_TO_BE_REMOVED_FROM_NM_FIELD_NUMBER
See Also:
Constant Field Values

SYSTEM_CREDENTIALS_FOR_APPS_FIELD_NUMBER

public static final int SYSTEM_CREDENTIALS_FOR_APPS_FIELD_NUMBER
See Also:
Constant Field Values
Method Detail

getDefaultInstance

public static YarnServerCommonServiceProtos.NodeHeartbeatResponseProto getDefaultInstance()

getDefaultInstanceForType

public YarnServerCommonServiceProtos.NodeHeartbeatResponseProto getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

getUnknownFields

public final com.google.protobuf.UnknownFieldSet getUnknownFields()
Specified by:
getUnknownFields in interface com.google.protobuf.MessageOrBuilder
Overrides:
getUnknownFields in class com.google.protobuf.GeneratedMessage

getDescriptor

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()

internalGetFieldAccessorTable

protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Specified by:
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage

getParserForType

public com.google.protobuf.Parser<YarnServerCommonServiceProtos.NodeHeartbeatResponseProto> getParserForType()
Specified by:
getParserForType in interface com.google.protobuf.Message
Specified by:
getParserForType in interface com.google.protobuf.MessageLite
Overrides:
getParserForType in class com.google.protobuf.GeneratedMessage

hasResponseId

public boolean hasResponseId()
optional int32 response_id = 1;

Specified by:
hasResponseId in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilder

getResponseId

public int getResponseId()
optional int32 response_id = 1;

Specified by:
getResponseId in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilder

hasContainerTokenMasterKey

public boolean hasContainerTokenMasterKey()
optional .hadoop.yarn.MasterKeyProto container_token_master_key = 2;

Specified by:
hasContainerTokenMasterKey in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilder

getContainerTokenMasterKey

public YarnServerCommonProtos.MasterKeyProto getContainerTokenMasterKey()
optional .hadoop.yarn.MasterKeyProto container_token_master_key = 2;

Specified by:
getContainerTokenMasterKey in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilder

getContainerTokenMasterKeyOrBuilder

public YarnServerCommonProtos.MasterKeyProtoOrBuilder getContainerTokenMasterKeyOrBuilder()
optional .hadoop.yarn.MasterKeyProto container_token_master_key = 2;

Specified by:
getContainerTokenMasterKeyOrBuilder in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilder

hasNmTokenMasterKey

public boolean hasNmTokenMasterKey()
optional .hadoop.yarn.MasterKeyProto nm_token_master_key = 3;

Specified by:
hasNmTokenMasterKey in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilder

getNmTokenMasterKey

public YarnServerCommonProtos.MasterKeyProto getNmTokenMasterKey()
optional .hadoop.yarn.MasterKeyProto nm_token_master_key = 3;

Specified by:
getNmTokenMasterKey in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilder

getNmTokenMasterKeyOrBuilder

public YarnServerCommonProtos.MasterKeyProtoOrBuilder getNmTokenMasterKeyOrBuilder()
optional .hadoop.yarn.MasterKeyProto nm_token_master_key = 3;

Specified by:
getNmTokenMasterKeyOrBuilder in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilder

hasNodeAction

public boolean hasNodeAction()
optional .hadoop.yarn.NodeActionProto nodeAction = 4;

Specified by:
hasNodeAction in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilder

getNodeAction

public YarnServerCommonProtos.NodeActionProto getNodeAction()
optional .hadoop.yarn.NodeActionProto nodeAction = 4;

Specified by:
getNodeAction in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilder

getContainersToCleanupList

public List<org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto> getContainersToCleanupList()
repeated .hadoop.yarn.ContainerIdProto containers_to_cleanup = 5;

Specified by:
getContainersToCleanupList in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilder

getContainersToCleanupOrBuilderList

public List<? extends org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProtoOrBuilder> getContainersToCleanupOrBuilderList()
repeated .hadoop.yarn.ContainerIdProto containers_to_cleanup = 5;

Specified by:
getContainersToCleanupOrBuilderList in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilder

getContainersToCleanupCount

public int getContainersToCleanupCount()
repeated .hadoop.yarn.ContainerIdProto containers_to_cleanup = 5;

Specified by:
getContainersToCleanupCount in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilder

getContainersToCleanup

public org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto getContainersToCleanup(int index)
repeated .hadoop.yarn.ContainerIdProto containers_to_cleanup = 5;

Specified by:
getContainersToCleanup in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilder

getContainersToCleanupOrBuilder

public org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProtoOrBuilder getContainersToCleanupOrBuilder(int index)
repeated .hadoop.yarn.ContainerIdProto containers_to_cleanup = 5;

Specified by:
getContainersToCleanupOrBuilder in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilder

getApplicationsToCleanupList

public List<org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto> getApplicationsToCleanupList()
repeated .hadoop.yarn.ApplicationIdProto applications_to_cleanup = 6;

Specified by:
getApplicationsToCleanupList in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilder

getApplicationsToCleanupOrBuilderList

public List<? extends org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProtoOrBuilder> getApplicationsToCleanupOrBuilderList()
repeated .hadoop.yarn.ApplicationIdProto applications_to_cleanup = 6;

Specified by:
getApplicationsToCleanupOrBuilderList in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilder

getApplicationsToCleanupCount

public int getApplicationsToCleanupCount()
repeated .hadoop.yarn.ApplicationIdProto applications_to_cleanup = 6;

Specified by:
getApplicationsToCleanupCount in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilder

getApplicationsToCleanup

public org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto getApplicationsToCleanup(int index)
repeated .hadoop.yarn.ApplicationIdProto applications_to_cleanup = 6;

Specified by:
getApplicationsToCleanup in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilder

getApplicationsToCleanupOrBuilder

public org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProtoOrBuilder getApplicationsToCleanupOrBuilder(int index)
repeated .hadoop.yarn.ApplicationIdProto applications_to_cleanup = 6;

Specified by:
getApplicationsToCleanupOrBuilder in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilder

hasNextHeartBeatInterval

public boolean hasNextHeartBeatInterval()
optional int64 nextHeartBeatInterval = 7;

Specified by:
hasNextHeartBeatInterval in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilder

getNextHeartBeatInterval

public long getNextHeartBeatInterval()
optional int64 nextHeartBeatInterval = 7;

Specified by:
getNextHeartBeatInterval in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilder

hasDiagnosticsMessage

public boolean hasDiagnosticsMessage()
optional string diagnostics_message = 8;

Specified by:
hasDiagnosticsMessage in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilder

getDiagnosticsMessage

public String getDiagnosticsMessage()
optional string diagnostics_message = 8;

Specified by:
getDiagnosticsMessage in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilder

getDiagnosticsMessageBytes

public com.google.protobuf.ByteString getDiagnosticsMessageBytes()
optional string diagnostics_message = 8;

Specified by:
getDiagnosticsMessageBytes in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilder

getContainersToBeRemovedFromNmList

public List<org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto> getContainersToBeRemovedFromNmList()
repeated .hadoop.yarn.ContainerIdProto containers_to_be_removed_from_nm = 9;

Specified by:
getContainersToBeRemovedFromNmList in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilder

getContainersToBeRemovedFromNmOrBuilderList

public List<? extends org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProtoOrBuilder> getContainersToBeRemovedFromNmOrBuilderList()
repeated .hadoop.yarn.ContainerIdProto containers_to_be_removed_from_nm = 9;

Specified by:
getContainersToBeRemovedFromNmOrBuilderList in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilder

getContainersToBeRemovedFromNmCount

public int getContainersToBeRemovedFromNmCount()
repeated .hadoop.yarn.ContainerIdProto containers_to_be_removed_from_nm = 9;

Specified by:
getContainersToBeRemovedFromNmCount in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilder

getContainersToBeRemovedFromNm

public org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto getContainersToBeRemovedFromNm(int index)
repeated .hadoop.yarn.ContainerIdProto containers_to_be_removed_from_nm = 9;

Specified by:
getContainersToBeRemovedFromNm in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilder

getContainersToBeRemovedFromNmOrBuilder

public org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProtoOrBuilder getContainersToBeRemovedFromNmOrBuilder(int index)
repeated .hadoop.yarn.ContainerIdProto containers_to_be_removed_from_nm = 9;

Specified by:
getContainersToBeRemovedFromNmOrBuilder in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilder

getSystemCredentialsForAppsList

public List<YarnServerCommonServiceProtos.SystemCredentialsForAppsProto> getSystemCredentialsForAppsList()
repeated .hadoop.yarn.SystemCredentialsForAppsProto system_credentials_for_apps = 10;

Specified by:
getSystemCredentialsForAppsList in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilder

getSystemCredentialsForAppsOrBuilderList

public List<? extends YarnServerCommonServiceProtos.SystemCredentialsForAppsProtoOrBuilder> getSystemCredentialsForAppsOrBuilderList()
repeated .hadoop.yarn.SystemCredentialsForAppsProto system_credentials_for_apps = 10;

Specified by:
getSystemCredentialsForAppsOrBuilderList in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilder

getSystemCredentialsForAppsCount

public int getSystemCredentialsForAppsCount()
repeated .hadoop.yarn.SystemCredentialsForAppsProto system_credentials_for_apps = 10;

Specified by:
getSystemCredentialsForAppsCount in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilder

getSystemCredentialsForApps

public YarnServerCommonServiceProtos.SystemCredentialsForAppsProto getSystemCredentialsForApps(int index)
repeated .hadoop.yarn.SystemCredentialsForAppsProto system_credentials_for_apps = 10;

Specified by:
getSystemCredentialsForApps in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilder

getSystemCredentialsForAppsOrBuilder

public YarnServerCommonServiceProtos.SystemCredentialsForAppsProtoOrBuilder getSystemCredentialsForAppsOrBuilder(int index)
repeated .hadoop.yarn.SystemCredentialsForAppsProto system_credentials_for_apps = 10;

Specified by:
getSystemCredentialsForAppsOrBuilder in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilder

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
Overrides:
isInitialized in class com.google.protobuf.GeneratedMessage

writeTo

public void writeTo(com.google.protobuf.CodedOutputStream output)
             throws IOException
Specified by:
writeTo in interface com.google.protobuf.MessageLite
Overrides:
writeTo in class com.google.protobuf.AbstractMessage
Throws:
IOException

getSerializedSize

public int getSerializedSize()
Specified by:
getSerializedSize in interface com.google.protobuf.MessageLite
Overrides:
getSerializedSize in class com.google.protobuf.AbstractMessage

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Overrides:
writeReplace in class com.google.protobuf.GeneratedMessage
Throws:
ObjectStreamException

equals

public boolean equals(Object obj)
Specified by:
equals in interface com.google.protobuf.Message
Overrides:
equals in class com.google.protobuf.AbstractMessage

hashCode

public int hashCode()
Specified by:
hashCode in interface com.google.protobuf.Message
Overrides:
hashCode in class com.google.protobuf.AbstractMessage

parseFrom

public static YarnServerCommonServiceProtos.NodeHeartbeatResponseProto parseFrom(com.google.protobuf.ByteString data)
                                                                          throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static YarnServerCommonServiceProtos.NodeHeartbeatResponseProto parseFrom(com.google.protobuf.ByteString data,
                                                                                 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                                          throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static YarnServerCommonServiceProtos.NodeHeartbeatResponseProto parseFrom(byte[] data)
                                                                          throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static YarnServerCommonServiceProtos.NodeHeartbeatResponseProto parseFrom(byte[] data,
                                                                                 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                                          throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static YarnServerCommonServiceProtos.NodeHeartbeatResponseProto parseFrom(InputStream input)
                                                                          throws IOException
Throws:
IOException

parseFrom

public static YarnServerCommonServiceProtos.NodeHeartbeatResponseProto parseFrom(InputStream input,
                                                                                 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                                          throws IOException
Throws:
IOException

parseDelimitedFrom

public static YarnServerCommonServiceProtos.NodeHeartbeatResponseProto parseDelimitedFrom(InputStream input)
                                                                                   throws IOException
Throws:
IOException

parseDelimitedFrom

public static YarnServerCommonServiceProtos.NodeHeartbeatResponseProto parseDelimitedFrom(InputStream input,
                                                                                          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                                                   throws IOException
Throws:
IOException

parseFrom

public static YarnServerCommonServiceProtos.NodeHeartbeatResponseProto parseFrom(com.google.protobuf.CodedInputStream input)
                                                                          throws IOException
Throws:
IOException

parseFrom

public static YarnServerCommonServiceProtos.NodeHeartbeatResponseProto parseFrom(com.google.protobuf.CodedInputStream input,
                                                                                 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                                          throws IOException
Throws:
IOException

newBuilder

public static YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder newBuilder()

newBuilderForType

public YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder newBuilderForType()
Specified by:
newBuilderForType in interface com.google.protobuf.Message
Specified by:
newBuilderForType in interface com.google.protobuf.MessageLite

newBuilder

public static YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder newBuilder(YarnServerCommonServiceProtos.NodeHeartbeatResponseProto prototype)

toBuilder

public YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder toBuilder()
Specified by:
toBuilder in interface com.google.protobuf.Message
Specified by:
toBuilder in interface com.google.protobuf.MessageLite

newBuilderForType

protected YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
Specified by:
newBuilderForType in class com.google.protobuf.GeneratedMessage


Copyright © 2014 Apache Software Foundation. All Rights Reserved.