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

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

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

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

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



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