org.apache.hadoop.yarn.proto
Interface YarnServerCommonProtos.HeartbeatResponseProtoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
YarnServerCommonProtos.HeartbeatResponseProto, YarnServerCommonProtos.HeartbeatResponseProto.Builder
Enclosing class:
YarnServerCommonProtos

public static interface YarnServerCommonProtos.HeartbeatResponseProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto getApplicationsToCleanup(int index)
           
 int getApplicationsToCleanupCount()
           
 List<org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto> getApplicationsToCleanupList()
           
 org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProtoOrBuilder getApplicationsToCleanupOrBuilder(int index)
           
 List<? extends org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProtoOrBuilder> getApplicationsToCleanupOrBuilderList()
           
 org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto getContainersToCleanup(int index)
           
 int getContainersToCleanupCount()
           
 List<org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto> getContainersToCleanupList()
           
 org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProtoOrBuilder getContainersToCleanupOrBuilder(int index)
           
 List<? extends org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProtoOrBuilder> getContainersToCleanupOrBuilderList()
           
 YarnServerCommonProtos.MasterKeyProto getMasterKey()
           
 YarnServerCommonProtos.MasterKeyProtoOrBuilder getMasterKeyOrBuilder()
           
 YarnServerCommonProtos.NodeActionProto getNodeAction()
           
 int getResponseId()
           
 boolean hasMasterKey()
           
 boolean hasNodeAction()
           
 boolean hasResponseId()
           
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasResponseId

boolean hasResponseId()

getResponseId

int getResponseId()

hasMasterKey

boolean hasMasterKey()

getMasterKey

YarnServerCommonProtos.MasterKeyProto getMasterKey()

getMasterKeyOrBuilder

YarnServerCommonProtos.MasterKeyProtoOrBuilder getMasterKeyOrBuilder()

hasNodeAction

boolean hasNodeAction()

getNodeAction

YarnServerCommonProtos.NodeActionProto getNodeAction()

getContainersToCleanupList

List<org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto> getContainersToCleanupList()

getContainersToCleanup

org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto getContainersToCleanup(int index)

getContainersToCleanupCount

int getContainersToCleanupCount()

getContainersToCleanupOrBuilderList

List<? extends org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProtoOrBuilder> getContainersToCleanupOrBuilderList()

getContainersToCleanupOrBuilder

org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProtoOrBuilder getContainersToCleanupOrBuilder(int index)

getApplicationsToCleanupList

List<org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto> getApplicationsToCleanupList()

getApplicationsToCleanup

org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto getApplicationsToCleanup(int index)

getApplicationsToCleanupCount

int getApplicationsToCleanupCount()

getApplicationsToCleanupOrBuilderList

List<? extends org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProtoOrBuilder> getApplicationsToCleanupOrBuilderList()

getApplicationsToCleanupOrBuilder

org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProtoOrBuilder getApplicationsToCleanupOrBuilder(int index)


Copyright © 2013 Apache Software Foundation. All Rights Reserved.