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


Method Summary
 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;
 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;
 int getResponseId()
          optional int32 response_id = 1;
 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;
 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;
 
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
 

Method Detail

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;


getContainersToBeRemovedFromNmList

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


getContainersToBeRemovedFromNm

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


getContainersToBeRemovedFromNmCount

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


getContainersToBeRemovedFromNmOrBuilderList

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


getContainersToBeRemovedFromNmOrBuilder

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


getSystemCredentialsForAppsList

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


getSystemCredentialsForApps

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


getSystemCredentialsForAppsCount

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


getSystemCredentialsForAppsOrBuilderList

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


getSystemCredentialsForAppsOrBuilder

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



Copyright © 2014 Apache Software Foundation. All Rights Reserved.