org.apache.hadoop.hbase.protobuf.generated
Class ClientProtos.Scan

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite
      extended by com.google.protobuf.AbstractMessage
          extended by com.google.protobuf.GeneratedMessage
              extended by org.apache.hadoop.hbase.protobuf.generated.ClientProtos.Scan
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, ClientProtos.ScanOrBuilder
Enclosing class:
ClientProtos

public static final class ClientProtos.Scan
extends com.google.protobuf.GeneratedMessage
implements ClientProtos.ScanOrBuilder

See Also:
Serialized Form

Nested Class Summary
static class ClientProtos.Scan.Builder
           
 
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>
 
Field Summary
static int ATTRIBUTE_FIELD_NUMBER
           
static int BATCHSIZE_FIELD_NUMBER
           
static int CACHEBLOCKS_FIELD_NUMBER
           
static int COLUMN_FIELD_NUMBER
           
static int FILTER_FIELD_NUMBER
           
static int LOADCOLUMNFAMILIESONDEMAND_FIELD_NUMBER
           
static int MAXRESULTSIZE_FIELD_NUMBER
           
static int MAXVERSIONS_FIELD_NUMBER
           
static int STARTROW_FIELD_NUMBER
           
static int STOPROW_FIELD_NUMBER
           
static int STORELIMIT_FIELD_NUMBER
           
static int STOREOFFSET_FIELD_NUMBER
           
static int TIMERANGE_FIELD_NUMBER
           
 
Fields inherited from class com.google.protobuf.GeneratedMessage
alwaysUseFieldBuilders
 
Method Summary
 boolean equals(Object obj)
           
 HBaseProtos.NameBytesPair getAttribute(int index)
           
 int getAttributeCount()
           
 List<HBaseProtos.NameBytesPair> getAttributeList()
           
 HBaseProtos.NameBytesPairOrBuilder getAttributeOrBuilder(int index)
           
 List<? extends HBaseProtos.NameBytesPairOrBuilder> getAttributeOrBuilderList()
           
 int getBatchSize()
           
 boolean getCacheBlocks()
           
 ClientProtos.Column getColumn(int index)
           
 int getColumnCount()
           
 List<ClientProtos.Column> getColumnList()
           
 ClientProtos.ColumnOrBuilder getColumnOrBuilder(int index)
           
 List<? extends ClientProtos.ColumnOrBuilder> getColumnOrBuilderList()
           
static ClientProtos.Scan getDefaultInstance()
           
 ClientProtos.Scan getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 HBaseProtos.Filter getFilter()
           
 HBaseProtos.FilterOrBuilder getFilterOrBuilder()
           
 boolean getLoadColumnFamiliesOnDemand()
           
 long getMaxResultSize()
           
 int getMaxVersions()
           
 int getSerializedSize()
           
 com.google.protobuf.ByteString getStartRow()
           
 com.google.protobuf.ByteString getStopRow()
           
 int getStoreLimit()
           
 int getStoreOffset()
           
 HBaseProtos.TimeRange getTimeRange()
           
 HBaseProtos.TimeRangeOrBuilder getTimeRangeOrBuilder()
           
 boolean hasBatchSize()
           
 boolean hasCacheBlocks()
           
 boolean hasFilter()
           
 int hashCode()
           
 boolean hasLoadColumnFamiliesOnDemand()
           
 boolean hasMaxResultSize()
           
 boolean hasMaxVersions()
           
 boolean hasStartRow()
           
 boolean hasStopRow()
           
 boolean hasStoreLimit()
           
 boolean hasStoreOffset()
           
 boolean hasTimeRange()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
static ClientProtos.Scan.Builder newBuilder()
           
static ClientProtos.Scan.Builder newBuilder(ClientProtos.Scan prototype)
           
 ClientProtos.Scan.Builder newBuilderForType()
           
protected  ClientProtos.Scan.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
static ClientProtos.Scan parseDelimitedFrom(InputStream input)
           
static ClientProtos.Scan parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClientProtos.Scan parseFrom(byte[] data)
           
static ClientProtos.Scan parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClientProtos.Scan parseFrom(com.google.protobuf.ByteString data)
           
static ClientProtos.Scan parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClientProtos.Scan parseFrom(com.google.protobuf.CodedInputStream input)
           
static ClientProtos.Scan parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClientProtos.Scan parseFrom(InputStream input)
           
static ClientProtos.Scan parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 ClientProtos.Scan.Builder toBuilder()
           
protected  Object writeReplace()
           
 void writeTo(com.google.protobuf.CodedOutputStream output)
           
 
Methods inherited from class com.google.protobuf.GeneratedMessage
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension
 
Methods inherited from class com.google.protobuf.AbstractMessage
hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
 
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
 

Field Detail

COLUMN_FIELD_NUMBER

public static final int COLUMN_FIELD_NUMBER
See Also:
Constant Field Values

ATTRIBUTE_FIELD_NUMBER

public static final int ATTRIBUTE_FIELD_NUMBER
See Also:
Constant Field Values

STARTROW_FIELD_NUMBER

public static final int STARTROW_FIELD_NUMBER
See Also:
Constant Field Values

STOPROW_FIELD_NUMBER

public static final int STOPROW_FIELD_NUMBER
See Also:
Constant Field Values

FILTER_FIELD_NUMBER

public static final int FILTER_FIELD_NUMBER
See Also:
Constant Field Values

TIMERANGE_FIELD_NUMBER

public static final int TIMERANGE_FIELD_NUMBER
See Also:
Constant Field Values

MAXVERSIONS_FIELD_NUMBER

public static final int MAXVERSIONS_FIELD_NUMBER
See Also:
Constant Field Values

CACHEBLOCKS_FIELD_NUMBER

public static final int CACHEBLOCKS_FIELD_NUMBER
See Also:
Constant Field Values

BATCHSIZE_FIELD_NUMBER

public static final int BATCHSIZE_FIELD_NUMBER
See Also:
Constant Field Values

MAXRESULTSIZE_FIELD_NUMBER

public static final int MAXRESULTSIZE_FIELD_NUMBER
See Also:
Constant Field Values

STORELIMIT_FIELD_NUMBER

public static final int STORELIMIT_FIELD_NUMBER
See Also:
Constant Field Values

STOREOFFSET_FIELD_NUMBER

public static final int STOREOFFSET_FIELD_NUMBER
See Also:
Constant Field Values

LOADCOLUMNFAMILIESONDEMAND_FIELD_NUMBER

public static final int LOADCOLUMNFAMILIESONDEMAND_FIELD_NUMBER
See Also:
Constant Field Values
Method Detail

getDefaultInstance

public static ClientProtos.Scan getDefaultInstance()

getDefaultInstanceForType

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

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

getColumnList

public List<ClientProtos.Column> getColumnList()
Specified by:
getColumnList in interface ClientProtos.ScanOrBuilder

getColumnOrBuilderList

public List<? extends ClientProtos.ColumnOrBuilder> getColumnOrBuilderList()
Specified by:
getColumnOrBuilderList in interface ClientProtos.ScanOrBuilder

getColumnCount

public int getColumnCount()
Specified by:
getColumnCount in interface ClientProtos.ScanOrBuilder

getColumn

public ClientProtos.Column getColumn(int index)
Specified by:
getColumn in interface ClientProtos.ScanOrBuilder

getColumnOrBuilder

public ClientProtos.ColumnOrBuilder getColumnOrBuilder(int index)
Specified by:
getColumnOrBuilder in interface ClientProtos.ScanOrBuilder

getAttributeList

public List<HBaseProtos.NameBytesPair> getAttributeList()
Specified by:
getAttributeList in interface ClientProtos.ScanOrBuilder

getAttributeOrBuilderList

public List<? extends HBaseProtos.NameBytesPairOrBuilder> getAttributeOrBuilderList()
Specified by:
getAttributeOrBuilderList in interface ClientProtos.ScanOrBuilder

getAttributeCount

public int getAttributeCount()
Specified by:
getAttributeCount in interface ClientProtos.ScanOrBuilder

getAttribute

public HBaseProtos.NameBytesPair getAttribute(int index)
Specified by:
getAttribute in interface ClientProtos.ScanOrBuilder

getAttributeOrBuilder

public HBaseProtos.NameBytesPairOrBuilder getAttributeOrBuilder(int index)
Specified by:
getAttributeOrBuilder in interface ClientProtos.ScanOrBuilder

hasStartRow

public boolean hasStartRow()
Specified by:
hasStartRow in interface ClientProtos.ScanOrBuilder

getStartRow

public com.google.protobuf.ByteString getStartRow()
Specified by:
getStartRow in interface ClientProtos.ScanOrBuilder

hasStopRow

public boolean hasStopRow()
Specified by:
hasStopRow in interface ClientProtos.ScanOrBuilder

getStopRow

public com.google.protobuf.ByteString getStopRow()
Specified by:
getStopRow in interface ClientProtos.ScanOrBuilder

hasFilter

public boolean hasFilter()
Specified by:
hasFilter in interface ClientProtos.ScanOrBuilder

getFilter

public HBaseProtos.Filter getFilter()
Specified by:
getFilter in interface ClientProtos.ScanOrBuilder

getFilterOrBuilder

public HBaseProtos.FilterOrBuilder getFilterOrBuilder()
Specified by:
getFilterOrBuilder in interface ClientProtos.ScanOrBuilder

hasTimeRange

public boolean hasTimeRange()
Specified by:
hasTimeRange in interface ClientProtos.ScanOrBuilder

getTimeRange

public HBaseProtos.TimeRange getTimeRange()
Specified by:
getTimeRange in interface ClientProtos.ScanOrBuilder

getTimeRangeOrBuilder

public HBaseProtos.TimeRangeOrBuilder getTimeRangeOrBuilder()
Specified by:
getTimeRangeOrBuilder in interface ClientProtos.ScanOrBuilder

hasMaxVersions

public boolean hasMaxVersions()
Specified by:
hasMaxVersions in interface ClientProtos.ScanOrBuilder

getMaxVersions

public int getMaxVersions()
Specified by:
getMaxVersions in interface ClientProtos.ScanOrBuilder

hasCacheBlocks

public boolean hasCacheBlocks()
Specified by:
hasCacheBlocks in interface ClientProtos.ScanOrBuilder

getCacheBlocks

public boolean getCacheBlocks()
Specified by:
getCacheBlocks in interface ClientProtos.ScanOrBuilder

hasBatchSize

public boolean hasBatchSize()
Specified by:
hasBatchSize in interface ClientProtos.ScanOrBuilder

getBatchSize

public int getBatchSize()
Specified by:
getBatchSize in interface ClientProtos.ScanOrBuilder

hasMaxResultSize

public boolean hasMaxResultSize()
Specified by:
hasMaxResultSize in interface ClientProtos.ScanOrBuilder

getMaxResultSize

public long getMaxResultSize()
Specified by:
getMaxResultSize in interface ClientProtos.ScanOrBuilder

hasStoreLimit

public boolean hasStoreLimit()
Specified by:
hasStoreLimit in interface ClientProtos.ScanOrBuilder

getStoreLimit

public int getStoreLimit()
Specified by:
getStoreLimit in interface ClientProtos.ScanOrBuilder

hasStoreOffset

public boolean hasStoreOffset()
Specified by:
hasStoreOffset in interface ClientProtos.ScanOrBuilder

getStoreOffset

public int getStoreOffset()
Specified by:
getStoreOffset in interface ClientProtos.ScanOrBuilder

hasLoadColumnFamiliesOnDemand

public boolean hasLoadColumnFamiliesOnDemand()
Specified by:
hasLoadColumnFamiliesOnDemand in interface ClientProtos.ScanOrBuilder

getLoadColumnFamiliesOnDemand

public boolean getLoadColumnFamiliesOnDemand()
Specified by:
getLoadColumnFamiliesOnDemand in interface ClientProtos.ScanOrBuilder

isInitialized

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

writeTo

public void writeTo(com.google.protobuf.CodedOutputStream output)
             throws IOException
Specified by:
writeTo in interface com.google.protobuf.MessageLite
Overrides:
writeTo in class com.google.protobuf.AbstractMessage
Throws:
IOException

getSerializedSize

public int getSerializedSize()
Specified by:
getSerializedSize in interface com.google.protobuf.MessageLite
Overrides:
getSerializedSize in class com.google.protobuf.AbstractMessage

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Overrides:
writeReplace in class com.google.protobuf.GeneratedMessage
Throws:
ObjectStreamException

equals

public boolean equals(Object obj)
Specified by:
equals in interface com.google.protobuf.Message
Overrides:
equals in class com.google.protobuf.AbstractMessage

hashCode

public int hashCode()
Specified by:
hashCode in interface com.google.protobuf.Message
Overrides:
hashCode in class com.google.protobuf.AbstractMessage

parseFrom

public static ClientProtos.Scan parseFrom(com.google.protobuf.ByteString data)
                                   throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static ClientProtos.Scan parseFrom(com.google.protobuf.ByteString data,
                                          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                   throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static ClientProtos.Scan parseFrom(byte[] data)
                                   throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static ClientProtos.Scan parseFrom(byte[] data,
                                          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                   throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static ClientProtos.Scan parseFrom(InputStream input)
                                   throws IOException
Throws:
IOException

parseFrom

public static ClientProtos.Scan parseFrom(InputStream input,
                                          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                   throws IOException
Throws:
IOException

parseDelimitedFrom

public static ClientProtos.Scan parseDelimitedFrom(InputStream input)
                                            throws IOException
Throws:
IOException

parseDelimitedFrom

public static ClientProtos.Scan parseDelimitedFrom(InputStream input,
                                                   com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                            throws IOException
Throws:
IOException

parseFrom

public static ClientProtos.Scan parseFrom(com.google.protobuf.CodedInputStream input)
                                   throws IOException
Throws:
IOException

parseFrom

public static ClientProtos.Scan parseFrom(com.google.protobuf.CodedInputStream input,
                                          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                   throws IOException
Throws:
IOException

newBuilder

public static ClientProtos.Scan.Builder newBuilder()

newBuilderForType

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

newBuilder

public static ClientProtos.Scan.Builder newBuilder(ClientProtos.Scan prototype)

toBuilder

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

newBuilderForType

protected ClientProtos.Scan.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
Specified by:
newBuilderForType in class com.google.protobuf.GeneratedMessage


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