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

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

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

Protobuf type Cell


 Protocol buffer version of Cell.
 


Method Summary
 CellPB.Cell build()
           
 CellPB.Cell buildPartial()
           
 CellPB.Cell.Builder clear()
           
 CellPB.Cell.Builder clearCellType()
          optional .CellType cell_type = 5;
 CellPB.Cell.Builder clearFamily()
          optional bytes family = 2;
 CellPB.Cell.Builder clearQualifier()
          optional bytes qualifier = 3;
 CellPB.Cell.Builder clearRow()
          optional bytes row = 1;
 CellPB.Cell.Builder clearTimestamp()
          optional uint64 timestamp = 4;
 CellPB.Cell.Builder clearValue()
          optional bytes value = 6;
 CellPB.Cell.Builder clone()
           
 CellPB.CellType getCellType()
          optional .CellType cell_type = 5;
 CellPB.Cell getDefaultInstanceForType()
           
 com.google.protobuf.ByteString getFamily()
          optional bytes family = 2;
 com.google.protobuf.ByteString getQualifier()
          optional bytes qualifier = 3;
 com.google.protobuf.ByteString getRow()
          optional bytes row = 1;
 long getTimestamp()
          optional uint64 timestamp = 4;
 com.google.protobuf.ByteString getValue()
          optional bytes value = 6;
 boolean hasCellType()
          optional .CellType cell_type = 5;
 boolean hasFamily()
          optional bytes family = 2;
 boolean hasQualifier()
          optional bytes qualifier = 3;
 boolean hasRow()
          optional bytes row = 1;
 boolean hasTimestamp()
          optional uint64 timestamp = 4;
 boolean hasValue()
          optional bytes value = 6;
 boolean isInitialized()
           
 CellPB.Cell.Builder mergeFrom(CellPB.Cell other)
           
 CellPB.Cell.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 CellPB.Cell.Builder setCellType(CellPB.CellType value)
          optional .CellType cell_type = 5;
 CellPB.Cell.Builder setFamily(com.google.protobuf.ByteString value)
          optional bytes family = 2;
 CellPB.Cell.Builder setQualifier(com.google.protobuf.ByteString value)
          optional bytes qualifier = 3;
 CellPB.Cell.Builder setRow(com.google.protobuf.ByteString value)
          optional bytes row = 1;
 CellPB.Cell.Builder setTimestamp(long value)
          optional uint64 timestamp = 4;
 CellPB.Cell.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.Cell.Builder clear()
Specified by:
clear in interface com.google.protobuf.MessageLite.Builder
Overrides:
clear in class com.google.protobuf.GeneratedMessageLite.Builder<CellPB.Cell,CellPB.Cell.Builder>

clone

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

getDefaultInstanceForType

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

build

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

buildPartial

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

mergeFrom

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

isInitialized

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

mergeFrom

public CellPB.Cell.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.Cell.Builder>
Throws:
IOException

hasRow

public boolean hasRow()
optional bytes row = 1;

Specified by:
hasRow in interface CellPB.CellOrBuilder

getRow

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

Specified by:
getRow in interface CellPB.CellOrBuilder

setRow

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


clearRow

public CellPB.Cell.Builder clearRow()
optional bytes row = 1;


hasFamily

public boolean hasFamily()
optional bytes family = 2;

Specified by:
hasFamily in interface CellPB.CellOrBuilder

getFamily

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

Specified by:
getFamily in interface CellPB.CellOrBuilder

setFamily

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


clearFamily

public CellPB.Cell.Builder clearFamily()
optional bytes family = 2;


hasQualifier

public boolean hasQualifier()
optional bytes qualifier = 3;

Specified by:
hasQualifier in interface CellPB.CellOrBuilder

getQualifier

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

Specified by:
getQualifier in interface CellPB.CellOrBuilder

setQualifier

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


clearQualifier

public CellPB.Cell.Builder clearQualifier()
optional bytes qualifier = 3;


hasTimestamp

public boolean hasTimestamp()
optional uint64 timestamp = 4;

Specified by:
hasTimestamp in interface CellPB.CellOrBuilder

getTimestamp

public long getTimestamp()
optional uint64 timestamp = 4;

Specified by:
getTimestamp in interface CellPB.CellOrBuilder

setTimestamp

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


clearTimestamp

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


hasCellType

public boolean hasCellType()
optional .CellType cell_type = 5;

Specified by:
hasCellType in interface CellPB.CellOrBuilder

getCellType

public CellPB.CellType getCellType()
optional .CellType cell_type = 5;

Specified by:
getCellType in interface CellPB.CellOrBuilder

setCellType

public CellPB.Cell.Builder setCellType(CellPB.CellType value)
optional .CellType cell_type = 5;


clearCellType

public CellPB.Cell.Builder clearCellType()
optional .CellType cell_type = 5;


hasValue

public boolean hasValue()
optional bytes value = 6;

Specified by:
hasValue in interface CellPB.CellOrBuilder

getValue

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

Specified by:
getValue in interface CellPB.CellOrBuilder

setValue

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


clearValue

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



Copyright © 2010-2015, The Async HBase Authors