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

public static final class FilterProtos.FuzzyRowFilter.Builder
extends com.google.protobuf.GeneratedMessage.Builder<FilterProtos.FuzzyRowFilter.Builder>
implements FilterProtos.FuzzyRowFilterOrBuilder


Method Summary
 FilterProtos.FuzzyRowFilter.Builder addAllFuzzyKeysData(Iterable<? extends HBaseProtos.BytesBytesPair> values)
           
 FilterProtos.FuzzyRowFilter.Builder addFuzzyKeysData(HBaseProtos.BytesBytesPair.Builder builderForValue)
           
 FilterProtos.FuzzyRowFilter.Builder addFuzzyKeysData(HBaseProtos.BytesBytesPair value)
           
 FilterProtos.FuzzyRowFilter.Builder addFuzzyKeysData(int index, HBaseProtos.BytesBytesPair.Builder builderForValue)
           
 FilterProtos.FuzzyRowFilter.Builder addFuzzyKeysData(int index, HBaseProtos.BytesBytesPair value)
           
 HBaseProtos.BytesBytesPair.Builder addFuzzyKeysDataBuilder()
           
 HBaseProtos.BytesBytesPair.Builder addFuzzyKeysDataBuilder(int index)
           
 FilterProtos.FuzzyRowFilter build()
           
 FilterProtos.FuzzyRowFilter buildPartial()
           
 FilterProtos.FuzzyRowFilter.Builder clear()
           
 FilterProtos.FuzzyRowFilter.Builder clearFuzzyKeysData()
           
 FilterProtos.FuzzyRowFilter.Builder clone()
           
 FilterProtos.FuzzyRowFilter getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 HBaseProtos.BytesBytesPair getFuzzyKeysData(int index)
           
 HBaseProtos.BytesBytesPair.Builder getFuzzyKeysDataBuilder(int index)
           
 List<HBaseProtos.BytesBytesPair.Builder> getFuzzyKeysDataBuilderList()
           
 int getFuzzyKeysDataCount()
           
 List<HBaseProtos.BytesBytesPair> getFuzzyKeysDataList()
           
 HBaseProtos.BytesBytesPairOrBuilder getFuzzyKeysDataOrBuilder(int index)
           
 List<? extends HBaseProtos.BytesBytesPairOrBuilder> getFuzzyKeysDataOrBuilderList()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 FilterProtos.FuzzyRowFilter.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 FilterProtos.FuzzyRowFilter.Builder mergeFrom(FilterProtos.FuzzyRowFilter other)
           
 FilterProtos.FuzzyRowFilter.Builder mergeFrom(com.google.protobuf.Message other)
           
 FilterProtos.FuzzyRowFilter.Builder removeFuzzyKeysData(int index)
           
 FilterProtos.FuzzyRowFilter.Builder setFuzzyKeysData(int index, HBaseProtos.BytesBytesPair.Builder builderForValue)
           
 FilterProtos.FuzzyRowFilter.Builder setFuzzyKeysData(int index, HBaseProtos.BytesBytesPair 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<FilterProtos.FuzzyRowFilter.Builder>

clear

public FilterProtos.FuzzyRowFilter.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<FilterProtos.FuzzyRowFilter.Builder>

clone

public FilterProtos.FuzzyRowFilter.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<FilterProtos.FuzzyRowFilter.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<FilterProtos.FuzzyRowFilter.Builder>

getDefaultInstanceForType

public FilterProtos.FuzzyRowFilter getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

build

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

buildPartial

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

mergeFrom

public FilterProtos.FuzzyRowFilter.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<FilterProtos.FuzzyRowFilter.Builder>

mergeFrom

public FilterProtos.FuzzyRowFilter.Builder mergeFrom(FilterProtos.FuzzyRowFilter other)

isInitialized

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

mergeFrom

public FilterProtos.FuzzyRowFilter.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<FilterProtos.FuzzyRowFilter.Builder>
Throws:
IOException

getFuzzyKeysDataList

public List<HBaseProtos.BytesBytesPair> getFuzzyKeysDataList()
Specified by:
getFuzzyKeysDataList in interface FilterProtos.FuzzyRowFilterOrBuilder

getFuzzyKeysDataCount

public int getFuzzyKeysDataCount()
Specified by:
getFuzzyKeysDataCount in interface FilterProtos.FuzzyRowFilterOrBuilder

getFuzzyKeysData

public HBaseProtos.BytesBytesPair getFuzzyKeysData(int index)
Specified by:
getFuzzyKeysData in interface FilterProtos.FuzzyRowFilterOrBuilder

setFuzzyKeysData

public FilterProtos.FuzzyRowFilter.Builder setFuzzyKeysData(int index,
                                                            HBaseProtos.BytesBytesPair value)

setFuzzyKeysData

public FilterProtos.FuzzyRowFilter.Builder setFuzzyKeysData(int index,
                                                            HBaseProtos.BytesBytesPair.Builder builderForValue)

addFuzzyKeysData

public FilterProtos.FuzzyRowFilter.Builder addFuzzyKeysData(HBaseProtos.BytesBytesPair value)

addFuzzyKeysData

public FilterProtos.FuzzyRowFilter.Builder addFuzzyKeysData(int index,
                                                            HBaseProtos.BytesBytesPair value)

addFuzzyKeysData

public FilterProtos.FuzzyRowFilter.Builder addFuzzyKeysData(HBaseProtos.BytesBytesPair.Builder builderForValue)

addFuzzyKeysData

public FilterProtos.FuzzyRowFilter.Builder addFuzzyKeysData(int index,
                                                            HBaseProtos.BytesBytesPair.Builder builderForValue)

addAllFuzzyKeysData

public FilterProtos.FuzzyRowFilter.Builder addAllFuzzyKeysData(Iterable<? extends HBaseProtos.BytesBytesPair> values)

clearFuzzyKeysData

public FilterProtos.FuzzyRowFilter.Builder clearFuzzyKeysData()

removeFuzzyKeysData

public FilterProtos.FuzzyRowFilter.Builder removeFuzzyKeysData(int index)

getFuzzyKeysDataBuilder

public HBaseProtos.BytesBytesPair.Builder getFuzzyKeysDataBuilder(int index)

getFuzzyKeysDataOrBuilder

public HBaseProtos.BytesBytesPairOrBuilder getFuzzyKeysDataOrBuilder(int index)
Specified by:
getFuzzyKeysDataOrBuilder in interface FilterProtos.FuzzyRowFilterOrBuilder

getFuzzyKeysDataOrBuilderList

public List<? extends HBaseProtos.BytesBytesPairOrBuilder> getFuzzyKeysDataOrBuilderList()
Specified by:
getFuzzyKeysDataOrBuilderList in interface FilterProtos.FuzzyRowFilterOrBuilder

addFuzzyKeysDataBuilder

public HBaseProtos.BytesBytesPair.Builder addFuzzyKeysDataBuilder()

addFuzzyKeysDataBuilder

public HBaseProtos.BytesBytesPair.Builder addFuzzyKeysDataBuilder(int index)

getFuzzyKeysDataBuilderList

public List<HBaseProtos.BytesBytesPair.Builder> getFuzzyKeysDataBuilderList()


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