org.hbase.async.generated
Class CellPB.KeyValue.Builder

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite.Builder<BuilderType>
      extended by com.google.protobuf.GeneratedMessageLite.Builder<CellPB.KeyValue,CellPB.KeyValue.Builder>
          extended by org.hbase.async.generated.CellPB.KeyValue.Builder
All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, Cloneable, CellPB.KeyValueOrBuilder
Enclosing class:
CellPB.KeyValue

public static final class CellPB.KeyValue.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<CellPB.KeyValue,CellPB.KeyValue.Builder>
implements CellPB.KeyValueOrBuilder

Protobuf type KeyValue


 Protocol buffer version of KeyValue.
 It doesn't have those transient parameters
 


Method Summary
 CellPB.KeyValue build()
           
 CellPB.KeyValue buildPartial()
           
 CellPB.KeyValue.Builder clear()
           
 CellPB.KeyValue.Builder clearFamily()
          required bytes family = 2;
 CellPB.KeyValue.Builder clearKeyType()
          optional .CellType key_type = 5;
 CellPB.KeyValue.Builder clearQualifier()
          required bytes qualifier = 3;
 CellPB.KeyValue.Builder clearRow()
          required bytes row = 1;
 CellPB.KeyValue.Builder clearTimestamp()
          optional uint64 timestamp = 4;
 CellPB.KeyValue.Builder clearValue()
          optional bytes value = 6;
 CellPB.KeyValue.Builder clone()
           
 CellPB.KeyValue getDefaultInstanceForType()
           
 com.google.protobuf.ByteString getFamily()
          required bytes family = 2;
 CellPB.CellType getKeyType()
          optional .CellType key_type = 5;
 com.google.protobuf.ByteString getQualifier()
          required bytes qualifier = 3;
 com.google.protobuf.ByteString getRow()
          required bytes row = 1;
 long getTimestamp()
          optional uint64 timestamp = 4;
 com.google.protobuf.ByteString getValue()
          optional bytes value = 6;
 boolean hasFamily()
          required bytes family = 2;
 boolean hasKeyType()
          optional .CellType key_type = 5;
 boolean hasQualifier()
          required bytes qualifier = 3;
 boolean hasRow()
          required bytes row = 1;
 boolean hasTimestamp()
          optional uint64 timestamp = 4;
 boolean hasValue()
          optional bytes value = 6;
 boolean isInitialized()
           
 CellPB.KeyValue.Builder mergeFrom(CellPB.KeyValue other)
           
 CellPB.KeyValue.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 CellPB.KeyValue.Builder setFamily(com.google.protobuf.ByteString value)
          required bytes family = 2;
 CellPB.KeyValue.Builder setKeyType(CellPB.CellType value)
          optional .CellType key_type = 5;
 CellPB.KeyValue.Builder setQualifier(com.google.protobuf.ByteString value)
          required bytes qualifier = 3;
 CellPB.KeyValue.Builder setRow(com.google.protobuf.ByteString value)
          required bytes row = 1;
 CellPB.KeyValue.Builder setTimestamp(long value)
          optional uint64 timestamp = 4;
 CellPB.KeyValue.Builder setValue(com.google.protobuf.ByteString value)
          optional bytes value = 6;
 
Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
parseUnknownField
 
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

clear

public CellPB.KeyValue.Builder clear()
Specified by:
clear in interface com.google.protobuf.MessageLite.Builder
Overrides:
clear in class com.google.protobuf.GeneratedMessageLite.Builder<CellPB.KeyValue,CellPB.KeyValue.Builder>

clone

public CellPB.KeyValue.Builder clone()
Specified by:
clone in interface com.google.protobuf.MessageLite.Builder
Overrides:
clone in class com.google.protobuf.GeneratedMessageLite.Builder<CellPB.KeyValue,CellPB.KeyValue.Builder>

getDefaultInstanceForType

public CellPB.KeyValue getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Overrides:
getDefaultInstanceForType in class com.google.protobuf.GeneratedMessageLite.Builder<CellPB.KeyValue,CellPB.KeyValue.Builder>

build

public CellPB.KeyValue build()
Specified by:
build in interface com.google.protobuf.MessageLite.Builder

buildPartial

public CellPB.KeyValue buildPartial()
Specified by:
buildPartial in interface com.google.protobuf.MessageLite.Builder

mergeFrom

public CellPB.KeyValue.Builder mergeFrom(CellPB.KeyValue other)
Specified by:
mergeFrom in class com.google.protobuf.GeneratedMessageLite.Builder<CellPB.KeyValue,CellPB.KeyValue.Builder>

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder

mergeFrom

public CellPB.KeyValue.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
                                         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                  throws IOException
Specified by:
mergeFrom in interface com.google.protobuf.MessageLite.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessageLite.Builder<CellPB.KeyValue.Builder>
Throws:
IOException

hasRow

public boolean hasRow()
required bytes row = 1;

Specified by:
hasRow in interface CellPB.KeyValueOrBuilder

getRow

public com.google.protobuf.ByteString getRow()
required bytes row = 1;

Specified by:
getRow in interface CellPB.KeyValueOrBuilder

setRow

public CellPB.KeyValue.Builder setRow(com.google.protobuf.ByteString value)
required bytes row = 1;


clearRow

public CellPB.KeyValue.Builder clearRow()
required bytes row = 1;


hasFamily

public boolean hasFamily()
required bytes family = 2;

Specified by:
hasFamily in interface CellPB.KeyValueOrBuilder

getFamily

public com.google.protobuf.ByteString getFamily()
required bytes family = 2;

Specified by:
getFamily in interface CellPB.KeyValueOrBuilder

setFamily

public CellPB.KeyValue.Builder setFamily(com.google.protobuf.ByteString value)
required bytes family = 2;


clearFamily

public CellPB.KeyValue.Builder clearFamily()
required bytes family = 2;


hasQualifier

public boolean hasQualifier()
required bytes qualifier = 3;

Specified by:
hasQualifier in interface CellPB.KeyValueOrBuilder

getQualifier

public com.google.protobuf.ByteString getQualifier()
required bytes qualifier = 3;

Specified by:
getQualifier in interface CellPB.KeyValueOrBuilder

setQualifier

public CellPB.KeyValue.Builder setQualifier(com.google.protobuf.ByteString value)
required bytes qualifier = 3;


clearQualifier

public CellPB.KeyValue.Builder clearQualifier()
required bytes qualifier = 3;


hasTimestamp

public boolean hasTimestamp()
optional uint64 timestamp = 4;

Specified by:
hasTimestamp in interface CellPB.KeyValueOrBuilder

getTimestamp

public long getTimestamp()
optional uint64 timestamp = 4;

Specified by:
getTimestamp in interface CellPB.KeyValueOrBuilder

setTimestamp

public CellPB.KeyValue.Builder setTimestamp(long value)
optional uint64 timestamp = 4;


clearTimestamp

public CellPB.KeyValue.Builder clearTimestamp()
optional uint64 timestamp = 4;


hasKeyType

public boolean hasKeyType()
optional .CellType key_type = 5;

Specified by:
hasKeyType in interface CellPB.KeyValueOrBuilder

getKeyType

public CellPB.CellType getKeyType()
optional .CellType key_type = 5;

Specified by:
getKeyType in interface CellPB.KeyValueOrBuilder

setKeyType

public CellPB.KeyValue.Builder setKeyType(CellPB.CellType value)
optional .CellType key_type = 5;


clearKeyType

public CellPB.KeyValue.Builder clearKeyType()
optional .CellType key_type = 5;


hasValue

public boolean hasValue()
optional bytes value = 6;

Specified by:
hasValue in interface CellPB.KeyValueOrBuilder

getValue

public com.google.protobuf.ByteString getValue()
optional bytes value = 6;

Specified by:
getValue in interface CellPB.KeyValueOrBuilder

setValue

public CellPB.KeyValue.Builder setValue(com.google.protobuf.ByteString value)
optional bytes value = 6;


clearValue

public CellPB.KeyValue.Builder clearValue()
optional bytes value = 6;



Copyright © 2010-2015, The Async HBase Authors