Uses of Class
org.apache.hadoop.hbase.protobuf.generated.FSProtos.Reference.Range

Uses of FSProtos.Reference.Range in org.apache.hadoop.hbase.protobuf.generated
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return FSProtos.Reference.Range
 FSProtos.Reference.Range FSProtos.ReferenceOrBuilder.getRange()
          required .Reference.Range range = 2;
 FSProtos.Reference.Range FSProtos.Reference.getRange()
          required .Reference.Range range = 2;
 FSProtos.Reference.Range FSProtos.Reference.Builder.getRange()
          required .Reference.Range range = 2;
static FSProtos.Reference.Range FSProtos.Reference.Range.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
           
static FSProtos.Reference.Range FSProtos.Reference.Range.valueOf(int value)
           
static FSProtos.Reference.Range FSProtos.Reference.Range.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FSProtos.Reference.Range[] FSProtos.Reference.Range.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return types with arguments of type FSProtos.Reference.Range
static com.google.protobuf.Internal.EnumLiteMap<FSProtos.Reference.Range> FSProtos.Reference.Range.internalGetValueMap()
           
 

Methods in org.apache.hadoop.hbase.protobuf.generated with parameters of type FSProtos.Reference.Range
 FSProtos.Reference.Builder FSProtos.Reference.Builder.setRange(FSProtos.Reference.Range value)
          required .Reference.Range range = 2;
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.