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()
          optional .CellType cell_type = 5;
 CellProtos.CellType CellProtos.Cell.getCellType()
          optional .CellType cell_type = 5;
 CellProtos.CellType CellProtos.Cell.Builder.getCellType()
          optional .CellType cell_type = 5;
 CellProtos.CellType CellProtos.KeyValueOrBuilder.getKeyType()
          optional .CellType key_type = 5;
 CellProtos.CellType CellProtos.KeyValue.getKeyType()
          optional .CellType key_type = 5;
 CellProtos.CellType CellProtos.KeyValue.Builder.getKeyType()
          optional .CellType key_type = 5;
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)
          optional .CellType cell_type = 5;
 CellProtos.KeyValue.Builder CellProtos.KeyValue.Builder.setKeyType(CellProtos.CellType value)
          optional .CellType key_type = 5;
 



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