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

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

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

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



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