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)
          repeated .NameBytesPair attribute = 2;
 int getAttributeCount()
          repeated .NameBytesPair attribute = 2;
 List<HBaseProtos.NameBytesPair> getAttributeList()
          repeated .NameBytesPair attribute = 2;
 HBaseProtos.NameBytesPairOrBuilder getAttributeOrBuilder(int index)
          repeated .NameBytesPair attribute = 2;
 List<? extends HBaseProtos.NameBytesPairOrBuilder> getAttributeOrBuilderList()
          repeated .NameBytesPair attribute = 2;
 int getBatchSize()
          optional uint32 batch_size = 9;
 boolean getCacheBlocks()
          optional bool cache_blocks = 8 [default = true];
 int getCaching()
          optional uint32 caching = 17;
 ClientProtos.Column getColumn(int index)
          repeated .Column column = 1;
 int getColumnCount()
          repeated .Column column = 1;
 List<ClientProtos.Column> getColumnList()
          repeated .Column column = 1;
 ClientProtos.ColumnOrBuilder getColumnOrBuilder(int index)
          repeated .Column column = 1;
 List<? extends ClientProtos.ColumnOrBuilder> getColumnOrBuilderList()
          repeated .Column column = 1;
 FilterProtos.Filter getFilter()
          optional .Filter filter = 5;
 FilterProtos.FilterOrBuilder getFilterOrBuilder()
          optional .Filter filter = 5;
 boolean getLoadColumnFamiliesOnDemand()
          optional bool load_column_families_on_demand = 13;
 long getMaxResultSize()
          optional uint64 max_result_size = 10;
 int getMaxVersions()
          optional uint32 max_versions = 7 [default = 1];
 boolean getReversed()
          optional bool reversed = 15 [default = false];
 boolean getSmall()
          optional bool small = 14;
 com.google.protobuf.ByteString getStartRow()
          optional bytes start_row = 3;
 com.google.protobuf.ByteString getStopRow()
          optional bytes stop_row = 4;
 int getStoreLimit()
          optional uint32 store_limit = 11;
 int getStoreOffset()
          optional uint32 store_offset = 12;
 HBaseProtos.TimeRange getTimeRange()
          optional .TimeRange time_range = 6;
 HBaseProtos.TimeRangeOrBuilder getTimeRangeOrBuilder()
          optional .TimeRange time_range = 6;
 boolean hasBatchSize()
          optional uint32 batch_size = 9;
 boolean hasCacheBlocks()
          optional bool cache_blocks = 8 [default = true];
 boolean hasCaching()
          optional uint32 caching = 17;
 boolean hasFilter()
          optional .Filter filter = 5;
 boolean hasLoadColumnFamiliesOnDemand()
          optional bool load_column_families_on_demand = 13;
 boolean hasMaxResultSize()
          optional uint64 max_result_size = 10;
 boolean hasMaxVersions()
          optional uint32 max_versions = 7 [default = 1];
 boolean hasReversed()
          optional bool reversed = 15 [default = false];
 boolean hasSmall()
          optional bool small = 14;
 boolean hasStartRow()
          optional bytes start_row = 3;
 boolean hasStopRow()
          optional bytes stop_row = 4;
 boolean hasStoreLimit()
          optional uint32 store_limit = 11;
 boolean hasStoreOffset()
          optional uint32 store_offset = 12;
 boolean hasTimeRange()
          optional .TimeRange time_range = 6;
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

getColumnList

List<ClientProtos.Column> getColumnList()
repeated .Column column = 1;


getColumn

ClientProtos.Column getColumn(int index)
repeated .Column column = 1;


getColumnCount

int getColumnCount()
repeated .Column column = 1;


getColumnOrBuilderList

List<? extends ClientProtos.ColumnOrBuilder> getColumnOrBuilderList()
repeated .Column column = 1;


getColumnOrBuilder

ClientProtos.ColumnOrBuilder getColumnOrBuilder(int index)
repeated .Column column = 1;


getAttributeList

List<HBaseProtos.NameBytesPair> getAttributeList()
repeated .NameBytesPair attribute = 2;


getAttribute

HBaseProtos.NameBytesPair getAttribute(int index)
repeated .NameBytesPair attribute = 2;


getAttributeCount

int getAttributeCount()
repeated .NameBytesPair attribute = 2;


getAttributeOrBuilderList

List<? extends HBaseProtos.NameBytesPairOrBuilder> getAttributeOrBuilderList()
repeated .NameBytesPair attribute = 2;


getAttributeOrBuilder

HBaseProtos.NameBytesPairOrBuilder getAttributeOrBuilder(int index)
repeated .NameBytesPair attribute = 2;


hasStartRow

boolean hasStartRow()
optional bytes start_row = 3;


getStartRow

com.google.protobuf.ByteString getStartRow()
optional bytes start_row = 3;


hasStopRow

boolean hasStopRow()
optional bytes stop_row = 4;


getStopRow

com.google.protobuf.ByteString getStopRow()
optional bytes stop_row = 4;


hasFilter

boolean hasFilter()
optional .Filter filter = 5;


getFilter

FilterProtos.Filter getFilter()
optional .Filter filter = 5;


getFilterOrBuilder

FilterProtos.FilterOrBuilder getFilterOrBuilder()
optional .Filter filter = 5;


hasTimeRange

boolean hasTimeRange()
optional .TimeRange time_range = 6;


getTimeRange

HBaseProtos.TimeRange getTimeRange()
optional .TimeRange time_range = 6;


getTimeRangeOrBuilder

HBaseProtos.TimeRangeOrBuilder getTimeRangeOrBuilder()
optional .TimeRange time_range = 6;


hasMaxVersions

boolean hasMaxVersions()
optional uint32 max_versions = 7 [default = 1];


getMaxVersions

int getMaxVersions()
optional uint32 max_versions = 7 [default = 1];


hasCacheBlocks

boolean hasCacheBlocks()
optional bool cache_blocks = 8 [default = true];


getCacheBlocks

boolean getCacheBlocks()
optional bool cache_blocks = 8 [default = true];


hasBatchSize

boolean hasBatchSize()
optional uint32 batch_size = 9;


getBatchSize

int getBatchSize()
optional uint32 batch_size = 9;


hasMaxResultSize

boolean hasMaxResultSize()
optional uint64 max_result_size = 10;


getMaxResultSize

long getMaxResultSize()
optional uint64 max_result_size = 10;


hasStoreLimit

boolean hasStoreLimit()
optional uint32 store_limit = 11;


getStoreLimit

int getStoreLimit()
optional uint32 store_limit = 11;


hasStoreOffset

boolean hasStoreOffset()
optional uint32 store_offset = 12;


getStoreOffset

int getStoreOffset()
optional uint32 store_offset = 12;


hasLoadColumnFamiliesOnDemand

boolean hasLoadColumnFamiliesOnDemand()
optional bool load_column_families_on_demand = 13;
 DO NOT add defaults to load_column_families_on_demand. 
 


getLoadColumnFamiliesOnDemand

boolean getLoadColumnFamiliesOnDemand()
optional bool load_column_families_on_demand = 13;
 DO NOT add defaults to load_column_families_on_demand. 
 


hasSmall

boolean hasSmall()
optional bool small = 14;


getSmall

boolean getSmall()
optional bool small = 14;


hasReversed

boolean hasReversed()
optional bool reversed = 15 [default = false];


getReversed

boolean getReversed()
optional bool reversed = 15 [default = false];


hasCaching

boolean hasCaching()
optional uint32 caching = 17;


getCaching

int getCaching()
optional uint32 caching = 17;



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