public static interface ClientProtos.ScanOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getAllowPartialResults()
optional bool allow_partial_results = 18; |
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; |
ClientProtos.Consistency |
getConsistency()
optional .Consistency consistency = 16 [default = STRONG]; |
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 |
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<ClientProtos.Column> getColumnList()
repeated .Column column = 1;
ClientProtos.Column getColumn(int index)
repeated .Column column = 1;
int getColumnCount()
repeated .Column column = 1;
List<? extends ClientProtos.ColumnOrBuilder> getColumnOrBuilderList()
repeated .Column column = 1;
ClientProtos.ColumnOrBuilder getColumnOrBuilder(int index)
repeated .Column column = 1;
List<HBaseProtos.NameBytesPair> getAttributeList()
repeated .NameBytesPair attribute = 2;
HBaseProtos.NameBytesPair getAttribute(int index)
repeated .NameBytesPair attribute = 2;
int getAttributeCount()
repeated .NameBytesPair attribute = 2;
List<? extends HBaseProtos.NameBytesPairOrBuilder> getAttributeOrBuilderList()
repeated .NameBytesPair attribute = 2;
HBaseProtos.NameBytesPairOrBuilder getAttributeOrBuilder(int index)
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;
FilterProtos.Filter getFilter()
optional .Filter filter = 5;
FilterProtos.FilterOrBuilder getFilterOrBuilder()
optional .Filter filter = 5;
boolean hasTimeRange()
optional .TimeRange time_range = 6;
HBaseProtos.TimeRange getTimeRange()
optional .TimeRange time_range = 6;
HBaseProtos.TimeRangeOrBuilder getTimeRangeOrBuilder()
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];
ClientProtos.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;
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.