org.apache.hadoop.hbase.protobuf.generated
Class HBaseProtos.KeyValue.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<HBaseProtos.KeyValue.Builder>
              extended by org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.KeyValue.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, HBaseProtos.KeyValueOrBuilder
Enclosing class:
HBaseProtos.KeyValue

public static final class HBaseProtos.KeyValue.Builder
extends com.google.protobuf.GeneratedMessage.Builder<HBaseProtos.KeyValue.Builder>
implements HBaseProtos.KeyValueOrBuilder


Method Summary
 HBaseProtos.KeyValue build()
           
 HBaseProtos.KeyValue buildPartial()
           
 HBaseProtos.KeyValue.Builder clear()
           
 HBaseProtos.KeyValue.Builder clearFamily()
           
 HBaseProtos.KeyValue.Builder clearKeyType()
           
 HBaseProtos.KeyValue.Builder clearQualifier()
           
 HBaseProtos.KeyValue.Builder clearRow()
           
 HBaseProtos.KeyValue.Builder clearTimestamp()
           
 HBaseProtos.KeyValue.Builder clearValue()
           
 HBaseProtos.KeyValue.Builder clone()
           
 HBaseProtos.KeyValue getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 com.google.protobuf.ByteString getFamily()
           
 HBaseProtos.CellType getKeyType()
           
 com.google.protobuf.ByteString getQualifier()
           
 com.google.protobuf.ByteString getRow()
           
 long getTimestamp()
           
 com.google.protobuf.ByteString getValue()
           
 boolean hasFamily()
           
 boolean hasKeyType()
           
 boolean hasQualifier()
           
 boolean hasRow()
           
 boolean hasTimestamp()
           
 boolean hasValue()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 HBaseProtos.KeyValue.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 HBaseProtos.KeyValue.Builder mergeFrom(HBaseProtos.KeyValue other)
           
 HBaseProtos.KeyValue.Builder mergeFrom(com.google.protobuf.Message other)
           
 HBaseProtos.KeyValue.Builder setFamily(com.google.protobuf.ByteString value)
           
 HBaseProtos.KeyValue.Builder setKeyType(HBaseProtos.CellType value)
           
 HBaseProtos.KeyValue.Builder setQualifier(com.google.protobuf.ByteString value)
           
 HBaseProtos.KeyValue.Builder setRow(com.google.protobuf.ByteString value)
           
 HBaseProtos.KeyValue.Builder setTimestamp(long value)
           
 HBaseProtos.KeyValue.Builder setValue(com.google.protobuf.ByteString value)
           
 
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, getAllFields, getField, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
 
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
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
getAllFields, getField, 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<HBaseProtos.KeyValue.Builder>

clear

public HBaseProtos.KeyValue.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<HBaseProtos.KeyValue.Builder>

clone

public HBaseProtos.KeyValue.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<HBaseProtos.KeyValue.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<HBaseProtos.KeyValue.Builder>

getDefaultInstanceForType

public HBaseProtos.KeyValue getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

build

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

buildPartial

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

mergeFrom

public HBaseProtos.KeyValue.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<HBaseProtos.KeyValue.Builder>

mergeFrom

public HBaseProtos.KeyValue.Builder mergeFrom(HBaseProtos.KeyValue other)

isInitialized

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

mergeFrom

public HBaseProtos.KeyValue.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<HBaseProtos.KeyValue.Builder>
Throws:
IOException

hasRow

public boolean hasRow()
Specified by:
hasRow in interface HBaseProtos.KeyValueOrBuilder

getRow

public com.google.protobuf.ByteString getRow()
Specified by:
getRow in interface HBaseProtos.KeyValueOrBuilder

setRow

public HBaseProtos.KeyValue.Builder setRow(com.google.protobuf.ByteString value)

clearRow

public HBaseProtos.KeyValue.Builder clearRow()

hasFamily

public boolean hasFamily()
Specified by:
hasFamily in interface HBaseProtos.KeyValueOrBuilder

getFamily

public com.google.protobuf.ByteString getFamily()
Specified by:
getFamily in interface HBaseProtos.KeyValueOrBuilder

setFamily

public HBaseProtos.KeyValue.Builder setFamily(com.google.protobuf.ByteString value)

clearFamily

public HBaseProtos.KeyValue.Builder clearFamily()

hasQualifier

public boolean hasQualifier()
Specified by:
hasQualifier in interface HBaseProtos.KeyValueOrBuilder

getQualifier

public com.google.protobuf.ByteString getQualifier()
Specified by:
getQualifier in interface HBaseProtos.KeyValueOrBuilder

setQualifier

public HBaseProtos.KeyValue.Builder setQualifier(com.google.protobuf.ByteString value)

clearQualifier

public HBaseProtos.KeyValue.Builder clearQualifier()

hasTimestamp

public boolean hasTimestamp()
Specified by:
hasTimestamp in interface HBaseProtos.KeyValueOrBuilder

getTimestamp

public long getTimestamp()
Specified by:
getTimestamp in interface HBaseProtos.KeyValueOrBuilder

setTimestamp

public HBaseProtos.KeyValue.Builder setTimestamp(long value)

clearTimestamp

public HBaseProtos.KeyValue.Builder clearTimestamp()

hasKeyType

public boolean hasKeyType()
Specified by:
hasKeyType in interface HBaseProtos.KeyValueOrBuilder

getKeyType

public HBaseProtos.CellType getKeyType()
Specified by:
getKeyType in interface HBaseProtos.KeyValueOrBuilder

setKeyType

public HBaseProtos.KeyValue.Builder setKeyType(HBaseProtos.CellType value)

clearKeyType

public HBaseProtos.KeyValue.Builder clearKeyType()

hasValue

public boolean hasValue()
Specified by:
hasValue in interface HBaseProtos.KeyValueOrBuilder

getValue

public com.google.protobuf.ByteString getValue()
Specified by:
getValue in interface HBaseProtos.KeyValueOrBuilder

setValue

public HBaseProtos.KeyValue.Builder setValue(com.google.protobuf.ByteString value)

clearValue

public HBaseProtos.KeyValue.Builder clearValue()


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