Uses of Class
org.apache.hadoop.hbase.protobuf.generated.ComparatorProtos.BitComparator.BitwiseOp

Packages that use ComparatorProtos.BitComparator.BitwiseOp
org.apache.hadoop.hbase.protobuf.generated   
 

Uses of ComparatorProtos.BitComparator.BitwiseOp in org.apache.hadoop.hbase.protobuf.generated
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return ComparatorProtos.BitComparator.BitwiseOp
 ComparatorProtos.BitComparator.BitwiseOp ComparatorProtos.BitComparatorOrBuilder.getBitwiseOp()
          required .BitComparator.BitwiseOp bitwise_op = 2;
 ComparatorProtos.BitComparator.BitwiseOp ComparatorProtos.BitComparator.getBitwiseOp()
          required .BitComparator.BitwiseOp bitwise_op = 2;
 ComparatorProtos.BitComparator.BitwiseOp ComparatorProtos.BitComparator.Builder.getBitwiseOp()
          required .BitComparator.BitwiseOp bitwise_op = 2;
static ComparatorProtos.BitComparator.BitwiseOp ComparatorProtos.BitComparator.BitwiseOp.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
           
static ComparatorProtos.BitComparator.BitwiseOp ComparatorProtos.BitComparator.BitwiseOp.valueOf(int value)
           
static ComparatorProtos.BitComparator.BitwiseOp ComparatorProtos.BitComparator.BitwiseOp.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ComparatorProtos.BitComparator.BitwiseOp[] ComparatorProtos.BitComparator.BitwiseOp.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 ComparatorProtos.BitComparator.BitwiseOp
static com.google.protobuf.Internal.EnumLiteMap<ComparatorProtos.BitComparator.BitwiseOp> ComparatorProtos.BitComparator.BitwiseOp.internalGetValueMap()
           
 

Methods in org.apache.hadoop.hbase.protobuf.generated with parameters of type ComparatorProtos.BitComparator.BitwiseOp
 ComparatorProtos.BitComparator.Builder ComparatorProtos.BitComparator.Builder.setBitwiseOp(ComparatorProtos.BitComparator.BitwiseOp value)
          required .BitComparator.BitwiseOp bitwise_op = 2;
 



Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.