Uses of Class
org.apache.hadoop.yarn.proto.YarnProtos.ContainerStateProto

Packages that use YarnProtos.ContainerStateProto
org.apache.hadoop.yarn.proto   
org.apache.hadoop.yarn.util   
 

Uses of YarnProtos.ContainerStateProto in org.apache.hadoop.yarn.proto
 

Methods in org.apache.hadoop.yarn.proto that return YarnProtos.ContainerStateProto
 YarnProtos.ContainerStateProto YarnProtos.ContainerProtoOrBuilder.getState()
           
 YarnProtos.ContainerStateProto YarnProtos.ContainerProto.getState()
           
 YarnProtos.ContainerStateProto YarnProtos.ContainerProto.Builder.getState()
           
 YarnProtos.ContainerStateProto YarnProtos.ContainerStatusProtoOrBuilder.getState()
           
 YarnProtos.ContainerStateProto YarnProtos.ContainerStatusProto.getState()
           
 YarnProtos.ContainerStateProto YarnProtos.ContainerStatusProto.Builder.getState()
           
static YarnProtos.ContainerStateProto YarnProtos.ContainerStateProto.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
           
static YarnProtos.ContainerStateProto YarnProtos.ContainerStateProto.valueOf(int value)
           
static YarnProtos.ContainerStateProto YarnProtos.ContainerStateProto.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static YarnProtos.ContainerStateProto[] YarnProtos.ContainerStateProto.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.hadoop.yarn.proto that return types with arguments of type YarnProtos.ContainerStateProto
static com.google.protobuf.Internal.EnumLiteMap<YarnProtos.ContainerStateProto> YarnProtos.ContainerStateProto.internalGetValueMap()
           
 

Methods in org.apache.hadoop.yarn.proto with parameters of type YarnProtos.ContainerStateProto
 YarnProtos.ContainerProto.Builder YarnProtos.ContainerProto.Builder.setState(YarnProtos.ContainerStateProto value)
           
 YarnProtos.ContainerStatusProto.Builder YarnProtos.ContainerStatusProto.Builder.setState(YarnProtos.ContainerStateProto value)
           
 

Uses of YarnProtos.ContainerStateProto in org.apache.hadoop.yarn.util
 

Methods in org.apache.hadoop.yarn.util that return YarnProtos.ContainerStateProto
static YarnProtos.ContainerStateProto ProtoUtils.convertToProtoFormat(ContainerState e)
           
 

Methods in org.apache.hadoop.yarn.util with parameters of type YarnProtos.ContainerStateProto
static ContainerState ProtoUtils.convertFromProtoFormat(YarnProtos.ContainerStateProto e)
           
 



Copyright © 2012 Apache Software Foundation. All Rights Reserved.