public static interface ClientPB.ScanOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAllowPartialResults()
optional bool allow_partial_results = 18; |
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]; |
int |
getCaching()
optional uint32 caching = 17; |
HBasePB.ColumnFamilyTimeRange |
getCfTimeRange(int index)
repeated .ColumnFamilyTimeRange cf_time_range = 19; |
int |
getCfTimeRangeCount()
repeated .ColumnFamilyTimeRange cf_time_range = 19; |
List<HBasePB.ColumnFamilyTimeRange> |
getCfTimeRangeList()
repeated .ColumnFamilyTimeRange cf_time_range = 19; |
ClientPB.Column |
getColumn(int index)
repeated .Column column = 1; |
int |
getColumnCount()
repeated .Column column = 1; |
List<ClientPB.Column> |
getColumnList()
repeated .Column column = 1; |
ClientPB.Consistency |
getConsistency()
optional .Consistency consistency = 16 [default = STRONG]; |
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 |
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; |
HBasePB.TimeRange |
getTimeRange()
optional .TimeRange time_range = 6; |
boolean |
hasAllowPartialResults()
optional bool allow_partial_results = 18; |
boolean |
hasBatchSize()
optional uint32 batch_size = 9; |
boolean |
hasCacheBlocks()
optional bool cache_blocks = 8 [default = true]; |
boolean |
hasCaching()
optional uint32 caching = 17; |
boolean |
hasConsistency()
optional .Consistency consistency = 16 [default = STRONG]; |
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; |
List<ClientPB.Column> getColumnList()
repeated .Column column = 1;ClientPB.Column getColumn(int index)
repeated .Column column = 1;int getColumnCount()
repeated .Column column = 1;List<HBasePB.NameBytesPair> getAttributeList()
repeated .NameBytesPair attribute = 2;HBasePB.NameBytesPair getAttribute(int index)
repeated .NameBytesPair attribute = 2;int getAttributeCount()
repeated .NameBytesPair attribute = 2;boolean hasStartRow()
optional bytes start_row = 3;com.google.protobuf.ByteString getStartRow()
optional bytes start_row = 3;boolean hasStopRow()
optional bytes stop_row = 4;com.google.protobuf.ByteString getStopRow()
optional bytes stop_row = 4;boolean hasFilter()
optional .Filter filter = 5;FilterPB.Filter getFilter()
optional .Filter filter = 5;boolean hasTimeRange()
optional .TimeRange time_range = 6;HBasePB.TimeRange getTimeRange()
optional .TimeRange time_range = 6;boolean hasMaxVersions()
optional uint32 max_versions = 7 [default = 1];int getMaxVersions()
optional uint32 max_versions = 7 [default = 1];boolean hasCacheBlocks()
optional bool cache_blocks = 8 [default = true];boolean getCacheBlocks()
optional bool cache_blocks = 8 [default = true];boolean hasBatchSize()
optional uint32 batch_size = 9;int getBatchSize()
optional uint32 batch_size = 9;boolean hasMaxResultSize()
optional uint64 max_result_size = 10;long getMaxResultSize()
optional uint64 max_result_size = 10;boolean hasStoreLimit()
optional uint32 store_limit = 11;int getStoreLimit()
optional uint32 store_limit = 11;boolean hasStoreOffset()
optional uint32 store_offset = 12;int getStoreOffset()
optional uint32 store_offset = 12;boolean hasLoadColumnFamiliesOnDemand()
optional bool load_column_families_on_demand = 13;
DO NOT add defaults to load_column_families_on_demand.
boolean getLoadColumnFamiliesOnDemand()
optional bool load_column_families_on_demand = 13;
DO NOT add defaults to load_column_families_on_demand.
boolean hasSmall()
optional bool small = 14;boolean getSmall()
optional bool small = 14;boolean hasReversed()
optional bool reversed = 15 [default = false];boolean getReversed()
optional bool reversed = 15 [default = false];boolean hasConsistency()
optional .Consistency consistency = 16 [default = STRONG];ClientPB.Consistency getConsistency()
optional .Consistency consistency = 16 [default = STRONG];boolean hasCaching()
optional uint32 caching = 17;int getCaching()
optional uint32 caching = 17;boolean hasAllowPartialResults()
optional bool allow_partial_results = 18;boolean getAllowPartialResults()
optional bool allow_partial_results = 18;List<HBasePB.ColumnFamilyTimeRange> getCfTimeRangeList()
repeated .ColumnFamilyTimeRange cf_time_range = 19;HBasePB.ColumnFamilyTimeRange getCfTimeRange(int index)
repeated .ColumnFamilyTimeRange cf_time_range = 19;int getCfTimeRangeCount()
repeated .ColumnFamilyTimeRange cf_time_range = 19;Copyright © 2010-2017, The Async HBase Authors