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()
           
 CellProtos.KeyValue.Builder CellProtos.KeyValue.Builder.clearKeyType()
           
 CellProtos.KeyValue.Builder CellProtos.KeyValue.Builder.clearQualifier()
           
 CellProtos.KeyValue.Builder CellProtos.KeyValue.Builder.clearRow()
           
 CellProtos.KeyValue.Builder CellProtos.KeyValue.Builder.clearTimestamp()
           
 CellProtos.KeyValue.Builder CellProtos.KeyValue.Builder.clearValue()
           
 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)
           
 CellProtos.KeyValue.Builder CellProtos.KeyValue.Builder.setKeyType(CellProtos.CellType value)
           
 CellProtos.KeyValue.Builder CellProtos.KeyValue.Builder.setQualifier(com.google.protobuf.ByteString value)
           
 CellProtos.KeyValue.Builder CellProtos.KeyValue.Builder.setRow(com.google.protobuf.ByteString value)
           
 CellProtos.KeyValue.Builder CellProtos.KeyValue.Builder.setTimestamp(long value)
           
 CellProtos.KeyValue.Builder CellProtos.KeyValue.Builder.setValue(com.google.protobuf.ByteString value)
           
 CellProtos.KeyValue.Builder CellProtos.KeyValue.toBuilder()
           
 



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