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

Packages that use YarnProtos.LocalResourceTypeProto
org.apache.hadoop.yarn.proto   
 

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

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

Methods in org.apache.hadoop.yarn.proto with parameters of type YarnProtos.LocalResourceTypeProto
 YarnProtos.LocalResourceProto.Builder YarnProtos.LocalResourceProto.Builder.setType(YarnProtos.LocalResourceTypeProto value)
          optional .hadoop.yarn.LocalResourceTypeProto type = 4;
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.