org.apache.hadoop.yarn.proto
Interface YarnProtos.ContainerStatusProtoOrBuilder

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

public static interface YarnProtos.ContainerStatusProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 YarnProtos.ContainerIdProto getContainerId()
           
 YarnProtos.ContainerIdProtoOrBuilder getContainerIdOrBuilder()
           
 String getDiagnostics()
           
 int getExitStatus()
           
 YarnProtos.ContainerStateProto getState()
           
 boolean hasContainerId()
           
 boolean hasDiagnostics()
           
 boolean hasExitStatus()
           
 boolean hasState()
           
 
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

hasContainerId

boolean hasContainerId()

getContainerId

YarnProtos.ContainerIdProto getContainerId()

getContainerIdOrBuilder

YarnProtos.ContainerIdProtoOrBuilder getContainerIdOrBuilder()

hasState

boolean hasState()

getState

YarnProtos.ContainerStateProto getState()

hasDiagnostics

boolean hasDiagnostics()

getDiagnostics

String getDiagnostics()

hasExitStatus

boolean hasExitStatus()

getExitStatus

int getExitStatus()


Copyright © 2012 Apache Software Foundation. All Rights Reserved.