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

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

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

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

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



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