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

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

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


Method Summary
 org.apache.hadoop.yarn.proto.YarnProtos.ContainerStatusProto getContainersStatuses(int index)
           
 int getContainersStatusesCount()
           
 List<org.apache.hadoop.yarn.proto.YarnProtos.ContainerStatusProto> getContainersStatusesList()
           
 org.apache.hadoop.yarn.proto.YarnProtos.ContainerStatusProtoOrBuilder getContainersStatusesOrBuilder(int index)
           
 List<? extends org.apache.hadoop.yarn.proto.YarnProtos.ContainerStatusProtoOrBuilder> getContainersStatusesOrBuilderList()
           
 org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto getKeepAliveApplications(int index)
           
 int getKeepAliveApplicationsCount()
           
 List<org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto> getKeepAliveApplicationsList()
           
 org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProtoOrBuilder getKeepAliveApplicationsOrBuilder(int index)
           
 List<? extends org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProtoOrBuilder> getKeepAliveApplicationsOrBuilderList()
           
 org.apache.hadoop.yarn.proto.YarnProtos.NodeHealthStatusProto getNodeHealthStatus()
           
 org.apache.hadoop.yarn.proto.YarnProtos.NodeHealthStatusProtoOrBuilder getNodeHealthStatusOrBuilder()
           
 org.apache.hadoop.yarn.proto.YarnProtos.NodeIdProto getNodeId()
           
 org.apache.hadoop.yarn.proto.YarnProtos.NodeIdProtoOrBuilder getNodeIdOrBuilder()
           
 int getResponseId()
           
 boolean hasNodeHealthStatus()
           
 boolean hasNodeId()
           
 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

hasNodeId

boolean hasNodeId()

getNodeId

org.apache.hadoop.yarn.proto.YarnProtos.NodeIdProto getNodeId()

getNodeIdOrBuilder

org.apache.hadoop.yarn.proto.YarnProtos.NodeIdProtoOrBuilder getNodeIdOrBuilder()

hasResponseId

boolean hasResponseId()

getResponseId

int getResponseId()

getContainersStatusesList

List<org.apache.hadoop.yarn.proto.YarnProtos.ContainerStatusProto> getContainersStatusesList()

getContainersStatuses

org.apache.hadoop.yarn.proto.YarnProtos.ContainerStatusProto getContainersStatuses(int index)

getContainersStatusesCount

int getContainersStatusesCount()

getContainersStatusesOrBuilderList

List<? extends org.apache.hadoop.yarn.proto.YarnProtos.ContainerStatusProtoOrBuilder> getContainersStatusesOrBuilderList()

getContainersStatusesOrBuilder

org.apache.hadoop.yarn.proto.YarnProtos.ContainerStatusProtoOrBuilder getContainersStatusesOrBuilder(int index)

hasNodeHealthStatus

boolean hasNodeHealthStatus()

getNodeHealthStatus

org.apache.hadoop.yarn.proto.YarnProtos.NodeHealthStatusProto getNodeHealthStatus()

getNodeHealthStatusOrBuilder

org.apache.hadoop.yarn.proto.YarnProtos.NodeHealthStatusProtoOrBuilder getNodeHealthStatusOrBuilder()

getKeepAliveApplicationsList

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

getKeepAliveApplications

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

getKeepAliveApplicationsCount

int getKeepAliveApplicationsCount()

getKeepAliveApplicationsOrBuilderList

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

getKeepAliveApplicationsOrBuilder

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


Copyright © 2013 Apache Software Foundation. All Rights Reserved.