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

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite.Builder<BuilderType>
      extended by com.google.protobuf.AbstractMessage.Builder<BuilderType>
          extended by com.google.protobuf.GeneratedMessage.Builder<CellProtos.Cell.Builder>
              extended by org.apache.hadoop.hbase.protobuf.generated.CellProtos.Cell.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, CellProtos.CellOrBuilder
Enclosing class:
CellProtos.Cell

public static final class CellProtos.Cell.Builder
extends com.google.protobuf.GeneratedMessage.Builder<CellProtos.Cell.Builder>
implements CellProtos.CellOrBuilder

Protobuf type Cell


 Protocol buffer version of Cell.
 


Method Summary
 CellProtos.Cell build()
           
 CellProtos.Cell buildPartial()
           
 CellProtos.Cell.Builder clear()
           
 CellProtos.Cell.Builder clearCellType()
          optional .CellType cell_type = 5;
 CellProtos.Cell.Builder clearFamily()
          optional bytes family = 2;
 CellProtos.Cell.Builder clearQualifier()
          optional bytes qualifier = 3;
 CellProtos.Cell.Builder clearRow()
          optional bytes row = 1;
 CellProtos.Cell.Builder clearTimestamp()
          optional uint64 timestamp = 4;
 CellProtos.Cell.Builder clearValue()
          optional bytes value = 6;
 CellProtos.Cell.Builder clone()
           
 CellProtos.CellType getCellType()
          optional .CellType cell_type = 5;
 CellProtos.Cell getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 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;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 CellProtos.Cell.Builder mergeFrom(CellProtos.Cell other)
           
 CellProtos.Cell.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 CellProtos.Cell.Builder mergeFrom(com.google.protobuf.Message other)
           
 CellProtos.Cell.Builder setCellType(CellProtos.CellType value)
          optional .CellType cell_type = 5;
 CellProtos.Cell.Builder setFamily(com.google.protobuf.ByteString value)
          optional bytes family = 2;
 CellProtos.Cell.Builder setQualifier(com.google.protobuf.ByteString value)
          optional bytes qualifier = 3;
 CellProtos.Cell.Builder setRow(com.google.protobuf.ByteString value)
          optional bytes row = 1;
 CellProtos.Cell.Builder setTimestamp(long value)
          optional uint64 timestamp = 4;
 CellProtos.Cell.Builder setValue(com.google.protobuf.ByteString value)
          optional bytes value = 6;
 
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
 
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
 
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, newUninitializedMessageException
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 

Method Detail

getDescriptor

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()

internalGetFieldAccessorTable

protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Specified by:
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<CellProtos.Cell.Builder>

clear

public CellProtos.Cell.Builder clear()
Specified by:
clear in interface com.google.protobuf.Message.Builder
Specified by:
clear in interface com.google.protobuf.MessageLite.Builder
Overrides:
clear in class com.google.protobuf.GeneratedMessage.Builder<CellProtos.Cell.Builder>

clone

public CellProtos.Cell.Builder clone()
Specified by:
clone in interface com.google.protobuf.Message.Builder
Specified by:
clone in interface com.google.protobuf.MessageLite.Builder
Overrides:
clone in class com.google.protobuf.GeneratedMessage.Builder<CellProtos.Cell.Builder>

getDescriptorForType

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
Specified by:
getDescriptorForType in interface com.google.protobuf.Message.Builder
Specified by:
getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
Overrides:
getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<CellProtos.Cell.Builder>

getDefaultInstanceForType

public CellProtos.Cell getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

build

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

buildPartial

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

mergeFrom

public CellProtos.Cell.Builder mergeFrom(com.google.protobuf.Message other)
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<CellProtos.Cell.Builder>

mergeFrom

public CellProtos.Cell.Builder mergeFrom(CellProtos.Cell other)

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
Overrides:
isInitialized in class com.google.protobuf.GeneratedMessage.Builder<CellProtos.Cell.Builder>

mergeFrom

public CellProtos.Cell.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
                                         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                  throws IOException
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Specified by:
mergeFrom in interface com.google.protobuf.MessageLite.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<CellProtos.Cell.Builder>
Throws:
IOException

hasRow

public boolean hasRow()
optional bytes row = 1;

Specified by:
hasRow in interface CellProtos.CellOrBuilder

getRow

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

Specified by:
getRow in interface CellProtos.CellOrBuilder

setRow

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


clearRow

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


hasFamily

public boolean hasFamily()
optional bytes family = 2;

Specified by:
hasFamily in interface CellProtos.CellOrBuilder

getFamily

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

Specified by:
getFamily in interface CellProtos.CellOrBuilder

setFamily

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


clearFamily

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


hasQualifier

public boolean hasQualifier()
optional bytes qualifier = 3;

Specified by:
hasQualifier in interface CellProtos.CellOrBuilder

getQualifier

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

Specified by:
getQualifier in interface CellProtos.CellOrBuilder

setQualifier

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


clearQualifier

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


hasTimestamp

public boolean hasTimestamp()
optional uint64 timestamp = 4;

Specified by:
hasTimestamp in interface CellProtos.CellOrBuilder

getTimestamp

public long getTimestamp()
optional uint64 timestamp = 4;

Specified by:
getTimestamp in interface CellProtos.CellOrBuilder

setTimestamp

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


clearTimestamp

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


hasCellType

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

Specified by:
hasCellType in interface CellProtos.CellOrBuilder

getCellType

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

Specified by:
getCellType in interface CellProtos.CellOrBuilder

setCellType

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


clearCellType

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


hasValue

public boolean hasValue()
optional bytes value = 6;

Specified by:
hasValue in interface CellProtos.CellOrBuilder

getValue

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

Specified by:
getValue in interface CellProtos.CellOrBuilder

setValue

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


clearValue

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



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