Uses of Class
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.KeyType

Packages that use HBaseProtos.KeyType
org.apache.hadoop.hbase.protobuf.generated   
 

Uses of HBaseProtos.KeyType in org.apache.hadoop.hbase.protobuf.generated
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return HBaseProtos.KeyType
 HBaseProtos.KeyType HBaseProtos.KeyValueOrBuilder.getKeyType()
           
 HBaseProtos.KeyType HBaseProtos.KeyValue.getKeyType()
           
 HBaseProtos.KeyType HBaseProtos.KeyValue.Builder.getKeyType()
           
static HBaseProtos.KeyType HBaseProtos.KeyType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
           
static HBaseProtos.KeyType HBaseProtos.KeyType.valueOf(int value)
           
static HBaseProtos.KeyType HBaseProtos.KeyType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HBaseProtos.KeyType[] HBaseProtos.KeyType.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 HBaseProtos.KeyType
static com.google.protobuf.Internal.EnumLiteMap<HBaseProtos.KeyType> HBaseProtos.KeyType.internalGetValueMap()
           
 

Methods in org.apache.hadoop.hbase.protobuf.generated with parameters of type HBaseProtos.KeyType
 HBaseProtos.KeyValue.Builder HBaseProtos.KeyValue.Builder.setKeyType(HBaseProtos.KeyType value)
           
 



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