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

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

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

Methods in org.apache.hadoop.yarn.proto that return YarnProtos.QueueStateProto
 YarnProtos.QueueStateProto YarnProtos.QueueInfoProtoOrBuilder.getState()
           
 YarnProtos.QueueStateProto YarnProtos.QueueInfoProto.getState()
           
 YarnProtos.QueueStateProto YarnProtos.QueueInfoProto.Builder.getState()
           
static YarnProtos.QueueStateProto YarnProtos.QueueStateProto.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
           
static YarnProtos.QueueStateProto YarnProtos.QueueStateProto.valueOf(int value)
           
static YarnProtos.QueueStateProto YarnProtos.QueueStateProto.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static YarnProtos.QueueStateProto[] YarnProtos.QueueStateProto.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.QueueStateProto
static com.google.protobuf.Internal.EnumLiteMap<YarnProtos.QueueStateProto> YarnProtos.QueueStateProto.internalGetValueMap()
           
 

Methods in org.apache.hadoop.yarn.proto with parameters of type YarnProtos.QueueStateProto
 YarnProtos.QueueInfoProto.Builder YarnProtos.QueueInfoProto.Builder.setState(YarnProtos.QueueStateProto value)
           
 

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

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

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



Copyright © 2012 Apache Software Foundation. All Rights Reserved.