org.apache.hadoop.hbase.protobuf.generated
Interface ClientProtos.ScanOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ClientProtos.Scan, ClientProtos.Scan.Builder
Enclosing class:
ClientProtos

public static interface ClientProtos.ScanOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 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()
           
 int getCachingCount()
           
 ClientProtos.Column getColumn(int index)
           
 int getColumnCount()
           
 List<ClientProtos.Column> getColumnList()
           
 ClientProtos.ColumnOrBuilder getColumnOrBuilder(int index)
           
 List<? extends ClientProtos.ColumnOrBuilder> getColumnOrBuilderList()
           
 HBaseProtos.Filter getFilter()
           
 HBaseProtos.FilterOrBuilder getFilterOrBuilder()
           
 boolean getLoadColumnFamiliesOnDemand()
           
 long getMaxResultSize()
           
 int getMaxVersions()
           
 boolean getPrefetching()
           
 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 hasCachingCount()
           
 boolean hasFilter()
           
 boolean hasLoadColumnFamiliesOnDemand()
           
 boolean hasMaxResultSize()
           
 boolean hasMaxVersions()
           
 boolean hasPrefetching()
           
 boolean hasStartRow()
           
 boolean hasStopRow()
           
 boolean hasStoreLimit()
           
 boolean hasStoreOffset()
           
 boolean hasTimeRange()
           
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

getColumnList

List<ClientProtos.Column> getColumnList()

getColumn

ClientProtos.Column getColumn(int index)

getColumnCount

int getColumnCount()

getColumnOrBuilderList

List<? extends ClientProtos.ColumnOrBuilder> getColumnOrBuilderList()

getColumnOrBuilder

ClientProtos.ColumnOrBuilder getColumnOrBuilder(int index)

getAttributeList

List<HBaseProtos.NameBytesPair> getAttributeList()

getAttribute

HBaseProtos.NameBytesPair getAttribute(int index)

getAttributeCount

int getAttributeCount()

getAttributeOrBuilderList

List<? extends HBaseProtos.NameBytesPairOrBuilder> getAttributeOrBuilderList()

getAttributeOrBuilder

HBaseProtos.NameBytesPairOrBuilder getAttributeOrBuilder(int index)

hasStartRow

boolean hasStartRow()

getStartRow

com.google.protobuf.ByteString getStartRow()

hasStopRow

boolean hasStopRow()

getStopRow

com.google.protobuf.ByteString getStopRow()

hasFilter

boolean hasFilter()

getFilter

HBaseProtos.Filter getFilter()

getFilterOrBuilder

HBaseProtos.FilterOrBuilder getFilterOrBuilder()

hasTimeRange

boolean hasTimeRange()

getTimeRange

HBaseProtos.TimeRange getTimeRange()

getTimeRangeOrBuilder

HBaseProtos.TimeRangeOrBuilder getTimeRangeOrBuilder()

hasMaxVersions

boolean hasMaxVersions()

getMaxVersions

int getMaxVersions()

hasCacheBlocks

boolean hasCacheBlocks()

getCacheBlocks

boolean getCacheBlocks()

hasBatchSize

boolean hasBatchSize()

getBatchSize

int getBatchSize()

hasMaxResultSize

boolean hasMaxResultSize()

getMaxResultSize

long getMaxResultSize()

hasStoreLimit

boolean hasStoreLimit()

getStoreLimit

int getStoreLimit()

hasStoreOffset

boolean hasStoreOffset()

getStoreOffset

int getStoreOffset()

hasLoadColumnFamiliesOnDemand

boolean hasLoadColumnFamiliesOnDemand()

getLoadColumnFamiliesOnDemand

boolean getLoadColumnFamiliesOnDemand()

hasCachingCount

boolean hasCachingCount()

getCachingCount

int getCachingCount()

hasPrefetching

boolean hasPrefetching()

getPrefetching

boolean getPrefetching()


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