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

public static final class ClientProtos.ScanRequest.Builder
extends com.google.protobuf.GeneratedMessage.Builder<ClientProtos.ScanRequest.Builder>
implements ClientProtos.ScanRequestOrBuilder


Method Summary
 ClientProtos.ScanRequest build()
           
 ClientProtos.ScanRequest buildPartial()
           
 ClientProtos.ScanRequest.Builder clear()
           
 ClientProtos.ScanRequest.Builder clearCloseScanner()
           
 ClientProtos.ScanRequest.Builder clearNextCallSeq()
           
 ClientProtos.ScanRequest.Builder clearNumberOfRows()
           
 ClientProtos.ScanRequest.Builder clearRegion()
           
 ClientProtos.ScanRequest.Builder clearScan()
           
 ClientProtos.ScanRequest.Builder clearScannerId()
           
 ClientProtos.ScanRequest.Builder clone()
           
 boolean getCloseScanner()
           
 ClientProtos.ScanRequest getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 long getNextCallSeq()
           
 int getNumberOfRows()
           
 HBaseProtos.RegionSpecifier getRegion()
           
 HBaseProtos.RegionSpecifier.Builder getRegionBuilder()
           
 HBaseProtos.RegionSpecifierOrBuilder getRegionOrBuilder()
           
 ClientProtos.Scan getScan()
           
 ClientProtos.Scan.Builder getScanBuilder()
           
 long getScannerId()
           
 ClientProtos.ScanOrBuilder getScanOrBuilder()
           
 boolean hasCloseScanner()
           
 boolean hasNextCallSeq()
           
 boolean hasNumberOfRows()
           
 boolean hasRegion()
           
 boolean hasScan()
           
 boolean hasScannerId()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 ClientProtos.ScanRequest.Builder mergeFrom(ClientProtos.ScanRequest other)
           
 ClientProtos.ScanRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 ClientProtos.ScanRequest.Builder mergeFrom(com.google.protobuf.Message other)
           
 ClientProtos.ScanRequest.Builder mergeRegion(HBaseProtos.RegionSpecifier value)
           
 ClientProtos.ScanRequest.Builder mergeScan(ClientProtos.Scan value)
           
 ClientProtos.ScanRequest.Builder setCloseScanner(boolean value)
           
 ClientProtos.ScanRequest.Builder setNextCallSeq(long value)
           
 ClientProtos.ScanRequest.Builder setNumberOfRows(int value)
           
 ClientProtos.ScanRequest.Builder setRegion(HBaseProtos.RegionSpecifier.Builder builderForValue)
           
 ClientProtos.ScanRequest.Builder setRegion(HBaseProtos.RegionSpecifier value)
           
 ClientProtos.ScanRequest.Builder setScan(ClientProtos.Scan.Builder builderForValue)
           
 ClientProtos.ScanRequest.Builder setScan(ClientProtos.Scan value)
           
 ClientProtos.ScanRequest.Builder setScannerId(long 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<ClientProtos.ScanRequest.Builder>

clear

public ClientProtos.ScanRequest.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<ClientProtos.ScanRequest.Builder>

clone

public ClientProtos.ScanRequest.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<ClientProtos.ScanRequest.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<ClientProtos.ScanRequest.Builder>

getDefaultInstanceForType

public ClientProtos.ScanRequest getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

build

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

buildPartial

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

mergeFrom

public ClientProtos.ScanRequest.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<ClientProtos.ScanRequest.Builder>

mergeFrom

public ClientProtos.ScanRequest.Builder mergeFrom(ClientProtos.ScanRequest other)

isInitialized

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

mergeFrom

public ClientProtos.ScanRequest.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<ClientProtos.ScanRequest.Builder>
Throws:
IOException

hasRegion

public boolean hasRegion()
Specified by:
hasRegion in interface ClientProtos.ScanRequestOrBuilder

getRegion

public HBaseProtos.RegionSpecifier getRegion()
Specified by:
getRegion in interface ClientProtos.ScanRequestOrBuilder

setRegion

public ClientProtos.ScanRequest.Builder setRegion(HBaseProtos.RegionSpecifier value)

setRegion

public ClientProtos.ScanRequest.Builder setRegion(HBaseProtos.RegionSpecifier.Builder builderForValue)

mergeRegion

public ClientProtos.ScanRequest.Builder mergeRegion(HBaseProtos.RegionSpecifier value)

clearRegion

public ClientProtos.ScanRequest.Builder clearRegion()

getRegionBuilder

public HBaseProtos.RegionSpecifier.Builder getRegionBuilder()

getRegionOrBuilder

public HBaseProtos.RegionSpecifierOrBuilder getRegionOrBuilder()
Specified by:
getRegionOrBuilder in interface ClientProtos.ScanRequestOrBuilder

hasScan

public boolean hasScan()
Specified by:
hasScan in interface ClientProtos.ScanRequestOrBuilder

getScan

public ClientProtos.Scan getScan()
Specified by:
getScan in interface ClientProtos.ScanRequestOrBuilder

setScan

public ClientProtos.ScanRequest.Builder setScan(ClientProtos.Scan value)

setScan

public ClientProtos.ScanRequest.Builder setScan(ClientProtos.Scan.Builder builderForValue)

mergeScan

public ClientProtos.ScanRequest.Builder mergeScan(ClientProtos.Scan value)

clearScan

public ClientProtos.ScanRequest.Builder clearScan()

getScanBuilder

public ClientProtos.Scan.Builder getScanBuilder()

getScanOrBuilder

public ClientProtos.ScanOrBuilder getScanOrBuilder()
Specified by:
getScanOrBuilder in interface ClientProtos.ScanRequestOrBuilder

hasScannerId

public boolean hasScannerId()
Specified by:
hasScannerId in interface ClientProtos.ScanRequestOrBuilder

getScannerId

public long getScannerId()
Specified by:
getScannerId in interface ClientProtos.ScanRequestOrBuilder

setScannerId

public ClientProtos.ScanRequest.Builder setScannerId(long value)

clearScannerId

public ClientProtos.ScanRequest.Builder clearScannerId()

hasNumberOfRows

public boolean hasNumberOfRows()
Specified by:
hasNumberOfRows in interface ClientProtos.ScanRequestOrBuilder

getNumberOfRows

public int getNumberOfRows()
Specified by:
getNumberOfRows in interface ClientProtos.ScanRequestOrBuilder

setNumberOfRows

public ClientProtos.ScanRequest.Builder setNumberOfRows(int value)

clearNumberOfRows

public ClientProtos.ScanRequest.Builder clearNumberOfRows()

hasCloseScanner

public boolean hasCloseScanner()
Specified by:
hasCloseScanner in interface ClientProtos.ScanRequestOrBuilder

getCloseScanner

public boolean getCloseScanner()
Specified by:
getCloseScanner in interface ClientProtos.ScanRequestOrBuilder

setCloseScanner

public ClientProtos.ScanRequest.Builder setCloseScanner(boolean value)

clearCloseScanner

public ClientProtos.ScanRequest.Builder clearCloseScanner()

hasNextCallSeq

public boolean hasNextCallSeq()
Specified by:
hasNextCallSeq in interface ClientProtos.ScanRequestOrBuilder

getNextCallSeq

public long getNextCallSeq()
Specified by:
getNextCallSeq in interface ClientProtos.ScanRequestOrBuilder

setNextCallSeq

public ClientProtos.ScanRequest.Builder setNextCallSeq(long value)

clearNextCallSeq

public ClientProtos.ScanRequest.Builder clearNextCallSeq()


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