org.hbase.async.generated
Interface ClientPB.ScanOrBuilder

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

public static interface ClientPB.ScanOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder


Method Summary
 HBasePB.NameBytesPair getAttribute(int index)
          repeated .NameBytesPair attribute = 2;
 int getAttributeCount()
          repeated .NameBytesPair attribute = 2;
 List<HBasePB.NameBytesPair> getAttributeList()
          repeated .NameBytesPair attribute = 2;
 int getBatchSize()
          optional uint32 batch_size = 9;
 boolean getCacheBlocks()
          optional bool cache_blocks = 8 [default = true];
 ClientPB.Column getColumn(int index)
          repeated .Column column = 1;
 int getColumnCount()
          repeated .Column column = 1;
 List<ClientPB.Column> getColumnList()
          repeated .Column column = 1;
 FilterPB.Filter getFilter()
          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 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;
 HBasePB.TimeRange getTimeRange()
          optional .TimeRange time_range = 6;
 boolean hasBatchSize()
          optional uint32 batch_size = 9;
 boolean hasCacheBlocks()
          optional bool cache_blocks = 8 [default = true];
 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 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.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
 

Method Detail

getColumnList

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


getColumn

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


getColumnCount

int getColumnCount()
repeated .Column column = 1;


getAttributeList

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


getAttribute

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


getAttributeCount

int getAttributeCount()
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

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


hasTimeRange

boolean hasTimeRange()
optional .TimeRange time_range = 6;


getTimeRange

HBasePB.TimeRange getTimeRange()
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;



Copyright © 2010-2015, The Async HBase Authors