Uses of Class
org.apache.hadoop.hbase.protobuf.generated.CellProtos.Cell.Builder

Packages that use CellProtos.Cell.Builder
org.apache.hadoop.hbase.protobuf.generated   
 

Uses of CellProtos.Cell.Builder in org.apache.hadoop.hbase.protobuf.generated
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return CellProtos.Cell.Builder
 CellProtos.Cell.Builder ClientProtos.Result.Builder.addCellBuilder()
          repeated .Cell cell = 1;
 CellProtos.Cell.Builder ClientProtos.Result.Builder.addCellBuilder(int index)
          repeated .Cell cell = 1;
 CellProtos.Cell.Builder CellProtos.Cell.Builder.clear()
           
 CellProtos.Cell.Builder CellProtos.Cell.Builder.clearCellType()
          optional .CellType cell_type = 5;
 CellProtos.Cell.Builder CellProtos.Cell.Builder.clearFamily()
          optional bytes family = 2;
 CellProtos.Cell.Builder CellProtos.Cell.Builder.clearQualifier()
          optional bytes qualifier = 3;
 CellProtos.Cell.Builder CellProtos.Cell.Builder.clearRow()
          optional bytes row = 1;
 CellProtos.Cell.Builder CellProtos.Cell.Builder.clearTags()
          optional bytes tags = 7;
 CellProtos.Cell.Builder CellProtos.Cell.Builder.clearTimestamp()
          optional uint64 timestamp = 4;
 CellProtos.Cell.Builder CellProtos.Cell.Builder.clearValue()
          optional bytes value = 6;
 CellProtos.Cell.Builder CellProtos.Cell.Builder.clone()
           
 CellProtos.Cell.Builder ClientProtos.Result.Builder.getCellBuilder(int index)
          repeated .Cell cell = 1;
 CellProtos.Cell.Builder CellProtos.Cell.Builder.mergeFrom(CellProtos.Cell other)
           
 CellProtos.Cell.Builder CellProtos.Cell.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 CellProtos.Cell.Builder CellProtos.Cell.Builder.mergeFrom(com.google.protobuf.Message other)
           
static CellProtos.Cell.Builder CellProtos.Cell.newBuilder()
           
static CellProtos.Cell.Builder CellProtos.Cell.newBuilder(CellProtos.Cell prototype)
           
 CellProtos.Cell.Builder CellProtos.Cell.newBuilderForType()
           
protected  CellProtos.Cell.Builder CellProtos.Cell.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
 CellProtos.Cell.Builder CellProtos.Cell.Builder.setCellType(CellProtos.CellType value)
          optional .CellType cell_type = 5;
 CellProtos.Cell.Builder CellProtos.Cell.Builder.setFamily(com.google.protobuf.ByteString value)
          optional bytes family = 2;
 CellProtos.Cell.Builder CellProtos.Cell.Builder.setQualifier(com.google.protobuf.ByteString value)
          optional bytes qualifier = 3;
 CellProtos.Cell.Builder CellProtos.Cell.Builder.setRow(com.google.protobuf.ByteString value)
          optional bytes row = 1;
 CellProtos.Cell.Builder CellProtos.Cell.Builder.setTags(com.google.protobuf.ByteString value)
          optional bytes tags = 7;
 CellProtos.Cell.Builder CellProtos.Cell.Builder.setTimestamp(long value)
          optional uint64 timestamp = 4;
 CellProtos.Cell.Builder CellProtos.Cell.Builder.setValue(com.google.protobuf.ByteString value)
          optional bytes value = 6;
 CellProtos.Cell.Builder CellProtos.Cell.toBuilder()
           
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return types with arguments of type CellProtos.Cell.Builder
 List<CellProtos.Cell.Builder> ClientProtos.Result.Builder.getCellBuilderList()
          repeated .Cell cell = 1;
 

Methods in org.apache.hadoop.hbase.protobuf.generated with parameters of type CellProtos.Cell.Builder
 ClientProtos.Result.Builder ClientProtos.Result.Builder.addCell(CellProtos.Cell.Builder builderForValue)
          repeated .Cell cell = 1;
 ClientProtos.Result.Builder ClientProtos.Result.Builder.addCell(int index, CellProtos.Cell.Builder builderForValue)
          repeated .Cell cell = 1;
 ClientProtos.Result.Builder ClientProtos.Result.Builder.setCell(int index, CellProtos.Cell.Builder builderForValue)
          repeated .Cell cell = 1;
 



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