Uses of Class
org.hbase.async.generated.CellPB.Cell.Builder

Packages that use CellPB.Cell.Builder
org.hbase.async.generated   
 

Uses of CellPB.Cell.Builder in org.hbase.async.generated
 

Methods in org.hbase.async.generated that return CellPB.Cell.Builder
 CellPB.Cell.Builder CellPB.Cell.Builder.clear()
           
 CellPB.Cell.Builder CellPB.Cell.Builder.clearCellType()
          optional .CellType cell_type = 5;
 CellPB.Cell.Builder CellPB.Cell.Builder.clearFamily()
          optional bytes family = 2;
 CellPB.Cell.Builder CellPB.Cell.Builder.clearQualifier()
          optional bytes qualifier = 3;
 CellPB.Cell.Builder CellPB.Cell.Builder.clearRow()
          optional bytes row = 1;
 CellPB.Cell.Builder CellPB.Cell.Builder.clearTimestamp()
          optional uint64 timestamp = 4;
 CellPB.Cell.Builder CellPB.Cell.Builder.clearValue()
          optional bytes value = 6;
 CellPB.Cell.Builder CellPB.Cell.Builder.clone()
           
 CellPB.Cell.Builder CellPB.Cell.Builder.mergeFrom(CellPB.Cell other)
           
 CellPB.Cell.Builder CellPB.Cell.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static CellPB.Cell.Builder CellPB.Cell.newBuilder()
           
static CellPB.Cell.Builder CellPB.Cell.newBuilder(CellPB.Cell prototype)
           
 CellPB.Cell.Builder CellPB.Cell.newBuilderForType()
           
 CellPB.Cell.Builder CellPB.Cell.Builder.setCellType(CellPB.CellType value)
          optional .CellType cell_type = 5;
 CellPB.Cell.Builder CellPB.Cell.Builder.setFamily(com.google.protobuf.ByteString value)
          optional bytes family = 2;
 CellPB.Cell.Builder CellPB.Cell.Builder.setQualifier(com.google.protobuf.ByteString value)
          optional bytes qualifier = 3;
 CellPB.Cell.Builder CellPB.Cell.Builder.setRow(com.google.protobuf.ByteString value)
          optional bytes row = 1;
 CellPB.Cell.Builder CellPB.Cell.Builder.setTimestamp(long value)
          optional uint64 timestamp = 4;
 CellPB.Cell.Builder CellPB.Cell.Builder.setValue(com.google.protobuf.ByteString value)
          optional bytes value = 6;
 CellPB.Cell.Builder CellPB.Cell.toBuilder()
           
 

Methods in org.hbase.async.generated with parameters of type CellPB.Cell.Builder
 ClientPB.Result.Builder ClientPB.Result.Builder.addCell(CellPB.Cell.Builder builderForValue)
          repeated .Cell cell = 1;
 ClientPB.Result.Builder ClientPB.Result.Builder.addCell(int index, CellPB.Cell.Builder builderForValue)
          repeated .Cell cell = 1;
 ClientPB.Result.Builder ClientPB.Result.Builder.setCell(int index, CellPB.Cell.Builder builderForValue)
          repeated .Cell cell = 1;
 



Copyright © 2010-2015, The Async HBase Authors