Uses of Class
org.hbase.async.generated.CellPB.CellType

Packages that use CellPB.CellType
org.hbase.async.generated   
 

Uses of CellPB.CellType in org.hbase.async.generated
 

Methods in org.hbase.async.generated that return CellPB.CellType
 CellPB.CellType CellPB.CellOrBuilder.getCellType()
          optional .CellType cell_type = 5;
 CellPB.CellType CellPB.Cell.getCellType()
          optional .CellType cell_type = 5;
 CellPB.CellType CellPB.Cell.Builder.getCellType()
          optional .CellType cell_type = 5;
 CellPB.CellType CellPB.KeyValueOrBuilder.getKeyType()
          optional .CellType key_type = 5;
 CellPB.CellType CellPB.KeyValue.getKeyType()
          optional .CellType key_type = 5;
 CellPB.CellType CellPB.KeyValue.Builder.getKeyType()
          optional .CellType key_type = 5;
static CellPB.CellType CellPB.CellType.valueOf(int value)
           
static CellPB.CellType CellPB.CellType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CellPB.CellType[] CellPB.CellType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.hbase.async.generated that return types with arguments of type CellPB.CellType
static com.google.protobuf.Internal.EnumLiteMap<CellPB.CellType> CellPB.CellType.internalGetValueMap()
           
 

Methods in org.hbase.async.generated with parameters of type CellPB.CellType
 CellPB.Cell.Builder CellPB.Cell.Builder.setCellType(CellPB.CellType value)
          optional .CellType cell_type = 5;
 CellPB.KeyValue.Builder CellPB.KeyValue.Builder.setKeyType(CellPB.CellType value)
          optional .CellType key_type = 5;
 



Copyright © 2010-2015, The Async HBase Authors