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

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

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

Protobuf type hadoop.yarn.NodeHeartbeatResponseProto


Method Summary
 YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder addAllApplicationsToCleanup(Iterable<? extends org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto> values)
          repeated .hadoop.yarn.ApplicationIdProto applications_to_cleanup = 6;
 YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder addAllContainersToBeRemovedFromNm(Iterable<? extends org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto> values)
          repeated .hadoop.yarn.ContainerIdProto containers_to_be_removed_from_nm = 9;
 YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder addAllContainersToCleanup(Iterable<? extends org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto> values)
          repeated .hadoop.yarn.ContainerIdProto containers_to_cleanup = 5;
 YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder addAllSystemCredentialsForApps(Iterable<? extends YarnServerCommonServiceProtos.SystemCredentialsForAppsProto> values)
          repeated .hadoop.yarn.SystemCredentialsForAppsProto system_credentials_for_apps = 10;
 YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder addApplicationsToCleanup(int index, org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto.Builder builderForValue)
          repeated .hadoop.yarn.ApplicationIdProto applications_to_cleanup = 6;
 YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder addApplicationsToCleanup(int index, org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto value)
          repeated .hadoop.yarn.ApplicationIdProto applications_to_cleanup = 6;
 YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder addApplicationsToCleanup(org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto.Builder builderForValue)
          repeated .hadoop.yarn.ApplicationIdProto applications_to_cleanup = 6;
 YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder addApplicationsToCleanup(org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto value)
          repeated .hadoop.yarn.ApplicationIdProto applications_to_cleanup = 6;
 org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto.Builder addApplicationsToCleanupBuilder()
          repeated .hadoop.yarn.ApplicationIdProto applications_to_cleanup = 6;
 org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto.Builder addApplicationsToCleanupBuilder(int index)
          repeated .hadoop.yarn.ApplicationIdProto applications_to_cleanup = 6;
 YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder addContainersToBeRemovedFromNm(int index, org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto.Builder builderForValue)
          repeated .hadoop.yarn.ContainerIdProto containers_to_be_removed_from_nm = 9;
 YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder addContainersToBeRemovedFromNm(int index, org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto value)
          repeated .hadoop.yarn.ContainerIdProto containers_to_be_removed_from_nm = 9;
 YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder addContainersToBeRemovedFromNm(org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto.Builder builderForValue)
          repeated .hadoop.yarn.ContainerIdProto containers_to_be_removed_from_nm = 9;
 YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder addContainersToBeRemovedFromNm(org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto value)
          repeated .hadoop.yarn.ContainerIdProto containers_to_be_removed_from_nm = 9;
 org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto.Builder addContainersToBeRemovedFromNmBuilder()
          repeated .hadoop.yarn.ContainerIdProto containers_to_be_removed_from_nm = 9;
 org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto.Builder addContainersToBeRemovedFromNmBuilder(int index)
          repeated .hadoop.yarn.ContainerIdProto containers_to_be_removed_from_nm = 9;
 YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder addContainersToCleanup(int index, org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto.Builder builderForValue)
          repeated .hadoop.yarn.ContainerIdProto containers_to_cleanup = 5;
 YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder addContainersToCleanup(int index, org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto value)
          repeated .hadoop.yarn.ContainerIdProto containers_to_cleanup = 5;
 YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder addContainersToCleanup(org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto.Builder builderForValue)
          repeated .hadoop.yarn.ContainerIdProto containers_to_cleanup = 5;
 YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder addContainersToCleanup(org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto value)
          repeated .hadoop.yarn.ContainerIdProto containers_to_cleanup = 5;
 org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto.Builder addContainersToCleanupBuilder()
          repeated .hadoop.yarn.ContainerIdProto containers_to_cleanup = 5;
 org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto.Builder addContainersToCleanupBuilder(int index)
          repeated .hadoop.yarn.ContainerIdProto containers_to_cleanup = 5;
 YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder addSystemCredentialsForApps(int index, YarnServerCommonServiceProtos.SystemCredentialsForAppsProto.Builder builderForValue)
          repeated .hadoop.yarn.SystemCredentialsForAppsProto system_credentials_for_apps = 10;
 YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder addSystemCredentialsForApps(int index, YarnServerCommonServiceProtos.SystemCredentialsForAppsProto value)
          repeated .hadoop.yarn.SystemCredentialsForAppsProto system_credentials_for_apps = 10;
 YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder addSystemCredentialsForApps(YarnServerCommonServiceProtos.SystemCredentialsForAppsProto.Builder builderForValue)
          repeated .hadoop.yarn.SystemCredentialsForAppsProto system_credentials_for_apps = 10;
 YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder addSystemCredentialsForApps(YarnServerCommonServiceProtos.SystemCredentialsForAppsProto value)
          repeated .hadoop.yarn.SystemCredentialsForAppsProto system_credentials_for_apps = 10;
 YarnServerCommonServiceProtos.SystemCredentialsForAppsProto.Builder addSystemCredentialsForAppsBuilder()
          repeated .hadoop.yarn.SystemCredentialsForAppsProto system_credentials_for_apps = 10;
 YarnServerCommonServiceProtos.SystemCredentialsForAppsProto.Builder addSystemCredentialsForAppsBuilder(int index)
          repeated .hadoop.yarn.SystemCredentialsForAppsProto system_credentials_for_apps = 10;
 YarnServerCommonServiceProtos.NodeHeartbeatResponseProto build()
           
 YarnServerCommonServiceProtos.NodeHeartbeatResponseProto buildPartial()
           
 YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder clear()
           
 YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder clearApplicationsToCleanup()
          repeated .hadoop.yarn.ApplicationIdProto applications_to_cleanup = 6;
 YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder clearContainersToBeRemovedFromNm()
          repeated .hadoop.yarn.ContainerIdProto containers_to_be_removed_from_nm = 9;
 YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder clearContainersToCleanup()
          repeated .hadoop.yarn.ContainerIdProto containers_to_cleanup = 5;
 YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder clearContainerTokenMasterKey()
          optional .hadoop.yarn.MasterKeyProto container_token_master_key = 2;
 YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder clearDiagnosticsMessage()
          optional string diagnostics_message = 8;
 YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder clearNextHeartBeatInterval()
          optional int64 nextHeartBeatInterval = 7;
 YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder clearNmTokenMasterKey()
          optional .hadoop.yarn.MasterKeyProto nm_token_master_key = 3;
 YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder clearNodeAction()
          optional .hadoop.yarn.NodeActionProto nodeAction = 4;
 YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder clearResponseId()
          optional int32 response_id = 1;
 YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder clearSystemCredentialsForApps()
          repeated .hadoop.yarn.SystemCredentialsForAppsProto system_credentials_for_apps = 10;
 YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder clone()
           
 org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto getApplicationsToCleanup(int index)
          repeated .hadoop.yarn.ApplicationIdProto applications_to_cleanup = 6;
 org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto.Builder getApplicationsToCleanupBuilder(int index)
          repeated .hadoop.yarn.ApplicationIdProto applications_to_cleanup = 6;
 List<org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto.Builder> getApplicationsToCleanupBuilderList()
          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;
 org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto.Builder getContainersToBeRemovedFromNmBuilder(int index)
          repeated .hadoop.yarn.ContainerIdProto containers_to_be_removed_from_nm = 9;
 List<org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto.Builder> getContainersToBeRemovedFromNmBuilderList()
          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;
 org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto.Builder getContainersToCleanupBuilder(int index)
          repeated .hadoop.yarn.ContainerIdProto containers_to_cleanup = 5;
 List<org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto.Builder> getContainersToCleanupBuilderList()
          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.MasterKeyProto.Builder getContainerTokenMasterKeyBuilder()
          optional .hadoop.yarn.MasterKeyProto container_token_master_key = 2;
 YarnServerCommonProtos.MasterKeyProtoOrBuilder getContainerTokenMasterKeyOrBuilder()
          optional .hadoop.yarn.MasterKeyProto container_token_master_key = 2;
 YarnServerCommonServiceProtos.NodeHeartbeatResponseProto getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 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.MasterKeyProto.Builder getNmTokenMasterKeyBuilder()
          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;
 int getResponseId()
          optional int32 response_id = 1;
 YarnServerCommonServiceProtos.SystemCredentialsForAppsProto getSystemCredentialsForApps(int index)
          repeated .hadoop.yarn.SystemCredentialsForAppsProto system_credentials_for_apps = 10;
 YarnServerCommonServiceProtos.SystemCredentialsForAppsProto.Builder getSystemCredentialsForAppsBuilder(int index)
          repeated .hadoop.yarn.SystemCredentialsForAppsProto system_credentials_for_apps = 10;
 List<YarnServerCommonServiceProtos.SystemCredentialsForAppsProto.Builder> getSystemCredentialsForAppsBuilderList()
          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;
 boolean hasContainerTokenMasterKey()
          optional .hadoop.yarn.MasterKeyProto container_token_master_key = 2;
 boolean hasDiagnosticsMessage()
          optional string diagnostics_message = 8;
 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()
           
 YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder mergeContainerTokenMasterKey(YarnServerCommonProtos.MasterKeyProto value)
          optional .hadoop.yarn.MasterKeyProto container_token_master_key = 2;
 YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder mergeFrom(com.google.protobuf.Message other)
           
 YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder mergeFrom(YarnServerCommonServiceProtos.NodeHeartbeatResponseProto other)
           
 YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder mergeNmTokenMasterKey(YarnServerCommonProtos.MasterKeyProto value)
          optional .hadoop.yarn.MasterKeyProto nm_token_master_key = 3;
 YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder removeApplicationsToCleanup(int index)
          repeated .hadoop.yarn.ApplicationIdProto applications_to_cleanup = 6;
 YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder removeContainersToBeRemovedFromNm(int index)
          repeated .hadoop.yarn.ContainerIdProto containers_to_be_removed_from_nm = 9;
 YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder removeContainersToCleanup(int index)
          repeated .hadoop.yarn.ContainerIdProto containers_to_cleanup = 5;
 YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder removeSystemCredentialsForApps(int index)
          repeated .hadoop.yarn.SystemCredentialsForAppsProto system_credentials_for_apps = 10;
 YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder setApplicationsToCleanup(int index, org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto.Builder builderForValue)
          repeated .hadoop.yarn.ApplicationIdProto applications_to_cleanup = 6;
 YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder setApplicationsToCleanup(int index, org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto value)
          repeated .hadoop.yarn.ApplicationIdProto applications_to_cleanup = 6;
 YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder setContainersToBeRemovedFromNm(int index, org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto.Builder builderForValue)
          repeated .hadoop.yarn.ContainerIdProto containers_to_be_removed_from_nm = 9;
 YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder setContainersToBeRemovedFromNm(int index, org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto value)
          repeated .hadoop.yarn.ContainerIdProto containers_to_be_removed_from_nm = 9;
 YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder setContainersToCleanup(int index, org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto.Builder builderForValue)
          repeated .hadoop.yarn.ContainerIdProto containers_to_cleanup = 5;
 YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder setContainersToCleanup(int index, org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto value)
          repeated .hadoop.yarn.ContainerIdProto containers_to_cleanup = 5;
 YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder setContainerTokenMasterKey(YarnServerCommonProtos.MasterKeyProto.Builder builderForValue)
          optional .hadoop.yarn.MasterKeyProto container_token_master_key = 2;
 YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder setContainerTokenMasterKey(YarnServerCommonProtos.MasterKeyProto value)
          optional .hadoop.yarn.MasterKeyProto container_token_master_key = 2;
 YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder setDiagnosticsMessage(String value)
          optional string diagnostics_message = 8;
 YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder setDiagnosticsMessageBytes(com.google.protobuf.ByteString value)
          optional string diagnostics_message = 8;
 YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder setNextHeartBeatInterval(long value)
          optional int64 nextHeartBeatInterval = 7;
 YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder setNmTokenMasterKey(YarnServerCommonProtos.MasterKeyProto.Builder builderForValue)
          optional .hadoop.yarn.MasterKeyProto nm_token_master_key = 3;
 YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder setNmTokenMasterKey(YarnServerCommonProtos.MasterKeyProto value)
          optional .hadoop.yarn.MasterKeyProto nm_token_master_key = 3;
 YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder setNodeAction(YarnServerCommonProtos.NodeActionProto value)
          optional .hadoop.yarn.NodeActionProto nodeAction = 4;
 YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder setResponseId(int value)
          optional int32 response_id = 1;
 YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder setSystemCredentialsForApps(int index, YarnServerCommonServiceProtos.SystemCredentialsForAppsProto.Builder builderForValue)
          repeated .hadoop.yarn.SystemCredentialsForAppsProto system_credentials_for_apps = 10;
 YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder setSystemCredentialsForApps(int index, YarnServerCommonServiceProtos.SystemCredentialsForAppsProto value)
          repeated .hadoop.yarn.SystemCredentialsForAppsProto system_credentials_for_apps = 10;
 
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
 
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
 
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, newUninitializedMessageException
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 

Method Detail

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.Builder<YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder>

clear

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

clone

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

getDescriptorForType

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
Specified by:
getDescriptorForType in interface com.google.protobuf.Message.Builder
Specified by:
getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
Overrides:
getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder>

getDefaultInstanceForType

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

build

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

buildPartial

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

mergeFrom

public YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder mergeFrom(com.google.protobuf.Message other)
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder>

mergeFrom

public YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder mergeFrom(YarnServerCommonServiceProtos.NodeHeartbeatResponseProto other)

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
Overrides:
isInitialized in class com.google.protobuf.GeneratedMessage.Builder<YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder>

mergeFrom

public YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
                                                                                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                                           throws IOException
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Specified by:
mergeFrom in interface com.google.protobuf.MessageLite.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder>
Throws:
IOException

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

setResponseId

public YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder setResponseId(int value)
optional int32 response_id = 1;


clearResponseId

public YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder clearResponseId()
optional int32 response_id = 1;


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

setContainerTokenMasterKey

public YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder setContainerTokenMasterKey(YarnServerCommonProtos.MasterKeyProto value)
optional .hadoop.yarn.MasterKeyProto container_token_master_key = 2;


setContainerTokenMasterKey

public YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder setContainerTokenMasterKey(YarnServerCommonProtos.MasterKeyProto.Builder builderForValue)
optional .hadoop.yarn.MasterKeyProto container_token_master_key = 2;


mergeContainerTokenMasterKey

public YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder mergeContainerTokenMasterKey(YarnServerCommonProtos.MasterKeyProto value)
optional .hadoop.yarn.MasterKeyProto container_token_master_key = 2;


clearContainerTokenMasterKey

public YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder clearContainerTokenMasterKey()
optional .hadoop.yarn.MasterKeyProto container_token_master_key = 2;


getContainerTokenMasterKeyBuilder

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


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

setNmTokenMasterKey

public YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder setNmTokenMasterKey(YarnServerCommonProtos.MasterKeyProto value)
optional .hadoop.yarn.MasterKeyProto nm_token_master_key = 3;


setNmTokenMasterKey

public YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder setNmTokenMasterKey(YarnServerCommonProtos.MasterKeyProto.Builder builderForValue)
optional .hadoop.yarn.MasterKeyProto nm_token_master_key = 3;


mergeNmTokenMasterKey

public YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder mergeNmTokenMasterKey(YarnServerCommonProtos.MasterKeyProto value)
optional .hadoop.yarn.MasterKeyProto nm_token_master_key = 3;


clearNmTokenMasterKey

public YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder clearNmTokenMasterKey()
optional .hadoop.yarn.MasterKeyProto nm_token_master_key = 3;


getNmTokenMasterKeyBuilder

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


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

setNodeAction

public YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder setNodeAction(YarnServerCommonProtos.NodeActionProto value)
optional .hadoop.yarn.NodeActionProto nodeAction = 4;


clearNodeAction

public YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder clearNodeAction()
optional .hadoop.yarn.NodeActionProto nodeAction = 4;


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

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

setContainersToCleanup

public YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder setContainersToCleanup(int index,
                                                                                               org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto value)
repeated .hadoop.yarn.ContainerIdProto containers_to_cleanup = 5;


setContainersToCleanup

public YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder setContainersToCleanup(int index,
                                                                                               org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto.Builder builderForValue)
repeated .hadoop.yarn.ContainerIdProto containers_to_cleanup = 5;


addContainersToCleanup

public YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder addContainersToCleanup(org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto value)
repeated .hadoop.yarn.ContainerIdProto containers_to_cleanup = 5;


addContainersToCleanup

public YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder addContainersToCleanup(int index,
                                                                                               org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto value)
repeated .hadoop.yarn.ContainerIdProto containers_to_cleanup = 5;


addContainersToCleanup

public YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder addContainersToCleanup(org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto.Builder builderForValue)
repeated .hadoop.yarn.ContainerIdProto containers_to_cleanup = 5;


addContainersToCleanup

public YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder addContainersToCleanup(int index,
                                                                                               org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto.Builder builderForValue)
repeated .hadoop.yarn.ContainerIdProto containers_to_cleanup = 5;


addAllContainersToCleanup

public YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder addAllContainersToCleanup(Iterable<? extends org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto> values)
repeated .hadoop.yarn.ContainerIdProto containers_to_cleanup = 5;


clearContainersToCleanup

public YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder clearContainersToCleanup()
repeated .hadoop.yarn.ContainerIdProto containers_to_cleanup = 5;


removeContainersToCleanup

public YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder removeContainersToCleanup(int index)
repeated .hadoop.yarn.ContainerIdProto containers_to_cleanup = 5;


getContainersToCleanupBuilder

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


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

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

addContainersToCleanupBuilder

public org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto.Builder addContainersToCleanupBuilder()
repeated .hadoop.yarn.ContainerIdProto containers_to_cleanup = 5;


addContainersToCleanupBuilder

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


getContainersToCleanupBuilderList

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


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

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

setApplicationsToCleanup

public YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder setApplicationsToCleanup(int index,
                                                                                                 org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto value)
repeated .hadoop.yarn.ApplicationIdProto applications_to_cleanup = 6;


setApplicationsToCleanup

public YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder setApplicationsToCleanup(int index,
                                                                                                 org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto.Builder builderForValue)
repeated .hadoop.yarn.ApplicationIdProto applications_to_cleanup = 6;


addApplicationsToCleanup

public YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder addApplicationsToCleanup(org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto value)
repeated .hadoop.yarn.ApplicationIdProto applications_to_cleanup = 6;


addApplicationsToCleanup

public YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder addApplicationsToCleanup(int index,
                                                                                                 org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto value)
repeated .hadoop.yarn.ApplicationIdProto applications_to_cleanup = 6;


addApplicationsToCleanup

public YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder addApplicationsToCleanup(org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto.Builder builderForValue)
repeated .hadoop.yarn.ApplicationIdProto applications_to_cleanup = 6;


addApplicationsToCleanup

public YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder addApplicationsToCleanup(int index,
                                                                                                 org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto.Builder builderForValue)
repeated .hadoop.yarn.ApplicationIdProto applications_to_cleanup = 6;


addAllApplicationsToCleanup

public YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder addAllApplicationsToCleanup(Iterable<? extends org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto> values)
repeated .hadoop.yarn.ApplicationIdProto applications_to_cleanup = 6;


clearApplicationsToCleanup

public YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder clearApplicationsToCleanup()
repeated .hadoop.yarn.ApplicationIdProto applications_to_cleanup = 6;


removeApplicationsToCleanup

public YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder removeApplicationsToCleanup(int index)
repeated .hadoop.yarn.ApplicationIdProto applications_to_cleanup = 6;


getApplicationsToCleanupBuilder

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


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

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

addApplicationsToCleanupBuilder

public org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto.Builder addApplicationsToCleanupBuilder()
repeated .hadoop.yarn.ApplicationIdProto applications_to_cleanup = 6;


addApplicationsToCleanupBuilder

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


getApplicationsToCleanupBuilderList

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


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

setNextHeartBeatInterval

public YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder setNextHeartBeatInterval(long value)
optional int64 nextHeartBeatInterval = 7;


clearNextHeartBeatInterval

public YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder clearNextHeartBeatInterval()
optional int64 nextHeartBeatInterval = 7;


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

setDiagnosticsMessage

public YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder setDiagnosticsMessage(String value)
optional string diagnostics_message = 8;


clearDiagnosticsMessage

public YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder clearDiagnosticsMessage()
optional string diagnostics_message = 8;


setDiagnosticsMessageBytes

public YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder setDiagnosticsMessageBytes(com.google.protobuf.ByteString value)
optional string diagnostics_message = 8;


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

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

setContainersToBeRemovedFromNm

public YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder setContainersToBeRemovedFromNm(int index,
                                                                                                       org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto value)
repeated .hadoop.yarn.ContainerIdProto containers_to_be_removed_from_nm = 9;


setContainersToBeRemovedFromNm

public YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder setContainersToBeRemovedFromNm(int index,
                                                                                                       org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto.Builder builderForValue)
repeated .hadoop.yarn.ContainerIdProto containers_to_be_removed_from_nm = 9;


addContainersToBeRemovedFromNm

public YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder addContainersToBeRemovedFromNm(org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto value)
repeated .hadoop.yarn.ContainerIdProto containers_to_be_removed_from_nm = 9;


addContainersToBeRemovedFromNm

public YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder addContainersToBeRemovedFromNm(int index,
                                                                                                       org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto value)
repeated .hadoop.yarn.ContainerIdProto containers_to_be_removed_from_nm = 9;


addContainersToBeRemovedFromNm

public YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder addContainersToBeRemovedFromNm(org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto.Builder builderForValue)
repeated .hadoop.yarn.ContainerIdProto containers_to_be_removed_from_nm = 9;


addContainersToBeRemovedFromNm

public YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder addContainersToBeRemovedFromNm(int index,
                                                                                                       org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto.Builder builderForValue)
repeated .hadoop.yarn.ContainerIdProto containers_to_be_removed_from_nm = 9;


addAllContainersToBeRemovedFromNm

public YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder addAllContainersToBeRemovedFromNm(Iterable<? extends org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto> values)
repeated .hadoop.yarn.ContainerIdProto containers_to_be_removed_from_nm = 9;


clearContainersToBeRemovedFromNm

public YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder clearContainersToBeRemovedFromNm()
repeated .hadoop.yarn.ContainerIdProto containers_to_be_removed_from_nm = 9;


removeContainersToBeRemovedFromNm

public YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder removeContainersToBeRemovedFromNm(int index)
repeated .hadoop.yarn.ContainerIdProto containers_to_be_removed_from_nm = 9;


getContainersToBeRemovedFromNmBuilder

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


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

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

addContainersToBeRemovedFromNmBuilder

public org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto.Builder addContainersToBeRemovedFromNmBuilder()
repeated .hadoop.yarn.ContainerIdProto containers_to_be_removed_from_nm = 9;


addContainersToBeRemovedFromNmBuilder

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


getContainersToBeRemovedFromNmBuilderList

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


getSystemCredentialsForAppsList

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

Specified by:
getSystemCredentialsForAppsList 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

setSystemCredentialsForApps

public YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder setSystemCredentialsForApps(int index,
                                                                                                    YarnServerCommonServiceProtos.SystemCredentialsForAppsProto value)
repeated .hadoop.yarn.SystemCredentialsForAppsProto system_credentials_for_apps = 10;


setSystemCredentialsForApps

public YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder setSystemCredentialsForApps(int index,
                                                                                                    YarnServerCommonServiceProtos.SystemCredentialsForAppsProto.Builder builderForValue)
repeated .hadoop.yarn.SystemCredentialsForAppsProto system_credentials_for_apps = 10;


addSystemCredentialsForApps

public YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder addSystemCredentialsForApps(YarnServerCommonServiceProtos.SystemCredentialsForAppsProto value)
repeated .hadoop.yarn.SystemCredentialsForAppsProto system_credentials_for_apps = 10;


addSystemCredentialsForApps

public YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder addSystemCredentialsForApps(int index,
                                                                                                    YarnServerCommonServiceProtos.SystemCredentialsForAppsProto value)
repeated .hadoop.yarn.SystemCredentialsForAppsProto system_credentials_for_apps = 10;


addSystemCredentialsForApps

public YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder addSystemCredentialsForApps(YarnServerCommonServiceProtos.SystemCredentialsForAppsProto.Builder builderForValue)
repeated .hadoop.yarn.SystemCredentialsForAppsProto system_credentials_for_apps = 10;


addSystemCredentialsForApps

public YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder addSystemCredentialsForApps(int index,
                                                                                                    YarnServerCommonServiceProtos.SystemCredentialsForAppsProto.Builder builderForValue)
repeated .hadoop.yarn.SystemCredentialsForAppsProto system_credentials_for_apps = 10;


addAllSystemCredentialsForApps

public YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder addAllSystemCredentialsForApps(Iterable<? extends YarnServerCommonServiceProtos.SystemCredentialsForAppsProto> values)
repeated .hadoop.yarn.SystemCredentialsForAppsProto system_credentials_for_apps = 10;


clearSystemCredentialsForApps

public YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder clearSystemCredentialsForApps()
repeated .hadoop.yarn.SystemCredentialsForAppsProto system_credentials_for_apps = 10;


removeSystemCredentialsForApps

public YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder removeSystemCredentialsForApps(int index)
repeated .hadoop.yarn.SystemCredentialsForAppsProto system_credentials_for_apps = 10;


getSystemCredentialsForAppsBuilder

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


getSystemCredentialsForAppsOrBuilder

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

Specified by:
getSystemCredentialsForAppsOrBuilder 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

addSystemCredentialsForAppsBuilder

public YarnServerCommonServiceProtos.SystemCredentialsForAppsProto.Builder addSystemCredentialsForAppsBuilder()
repeated .hadoop.yarn.SystemCredentialsForAppsProto system_credentials_for_apps = 10;


addSystemCredentialsForAppsBuilder

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


getSystemCredentialsForAppsBuilderList

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



Copyright © 2014 Apache Software Foundation. All Rights Reserved.