public static interface ClientPB.GetOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
| Modifier and Type | Method and Description |
|---|---|
HBasePB.NameBytesPair |
getAttribute(int index)
repeated .NameBytesPair attribute = 3; |
int |
getAttributeCount()
repeated .NameBytesPair attribute = 3; |
List<HBasePB.NameBytesPair> |
getAttributeList()
repeated .NameBytesPair attribute = 3; |
boolean |
getCacheBlocks()
optional bool cache_blocks = 7 [default = true]; |
HBasePB.ColumnFamilyTimeRange |
getCfTimeRange(int index)
repeated .ColumnFamilyTimeRange cf_time_range = 13; |
int |
getCfTimeRangeCount()
repeated .ColumnFamilyTimeRange cf_time_range = 13; |
List<HBasePB.ColumnFamilyTimeRange> |
getCfTimeRangeList()
repeated .ColumnFamilyTimeRange cf_time_range = 13; |
boolean |
getClosestRowBefore()
optional bool closest_row_before = 11 [default = false]; |
ClientPB.Column |
getColumn(int index)
repeated .Column column = 2; |
int |
getColumnCount()
repeated .Column column = 2; |
List<ClientPB.Column> |
getColumnList()
repeated .Column column = 2; |
ClientPB.Consistency |
getConsistency()
optional .Consistency consistency = 12 [default = STRONG]; |
boolean |
getExistenceOnly()
optional bool existence_only = 10 [default = false]; |
FilterPB.Filter |
getFilter()
optional .Filter filter = 4; |
int |
getMaxVersions()
optional uint32 max_versions = 6 [default = 1]; |
com.google.protobuf.ByteString |
getRow()
required bytes row = 1; |
int |
getStoreLimit()
optional uint32 store_limit = 8; |
int |
getStoreOffset()
optional uint32 store_offset = 9; |
HBasePB.TimeRange |
getTimeRange()
optional .TimeRange time_range = 5; |
boolean |
hasCacheBlocks()
optional bool cache_blocks = 7 [default = true]; |
boolean |
hasClosestRowBefore()
optional bool closest_row_before = 11 [default = false]; |
boolean |
hasConsistency()
optional .Consistency consistency = 12 [default = STRONG]; |
boolean |
hasExistenceOnly()
optional bool existence_only = 10 [default = false]; |
boolean |
hasFilter()
optional .Filter filter = 4; |
boolean |
hasMaxVersions()
optional uint32 max_versions = 6 [default = 1]; |
boolean |
hasRow()
required bytes row = 1; |
boolean |
hasStoreLimit()
optional uint32 store_limit = 8; |
boolean |
hasStoreOffset()
optional uint32 store_offset = 9; |
boolean |
hasTimeRange()
optional .TimeRange time_range = 5; |
boolean hasRow()
required bytes row = 1;com.google.protobuf.ByteString getRow()
required bytes row = 1;List<ClientPB.Column> getColumnList()
repeated .Column column = 2;ClientPB.Column getColumn(int index)
repeated .Column column = 2;int getColumnCount()
repeated .Column column = 2;List<HBasePB.NameBytesPair> getAttributeList()
repeated .NameBytesPair attribute = 3;HBasePB.NameBytesPair getAttribute(int index)
repeated .NameBytesPair attribute = 3;int getAttributeCount()
repeated .NameBytesPair attribute = 3;boolean hasFilter()
optional .Filter filter = 4;FilterPB.Filter getFilter()
optional .Filter filter = 4;boolean hasTimeRange()
optional .TimeRange time_range = 5;HBasePB.TimeRange getTimeRange()
optional .TimeRange time_range = 5;boolean hasMaxVersions()
optional uint32 max_versions = 6 [default = 1];int getMaxVersions()
optional uint32 max_versions = 6 [default = 1];boolean hasCacheBlocks()
optional bool cache_blocks = 7 [default = true];boolean getCacheBlocks()
optional bool cache_blocks = 7 [default = true];boolean hasStoreLimit()
optional uint32 store_limit = 8;int getStoreLimit()
optional uint32 store_limit = 8;boolean hasStoreOffset()
optional uint32 store_offset = 9;int getStoreOffset()
optional uint32 store_offset = 9;boolean hasExistenceOnly()
optional bool existence_only = 10 [default = false];
The result isn't asked for, just check for the existence.
boolean getExistenceOnly()
optional bool existence_only = 10 [default = false];
The result isn't asked for, just check for the existence.
boolean hasClosestRowBefore()
optional bool closest_row_before = 11 [default = false];
If the row to get doesn't exist, return the closest row before.
boolean getClosestRowBefore()
optional bool closest_row_before = 11 [default = false];
If the row to get doesn't exist, return the closest row before.
boolean hasConsistency()
optional .Consistency consistency = 12 [default = STRONG];ClientPB.Consistency getConsistency()
optional .Consistency consistency = 12 [default = STRONG];List<HBasePB.ColumnFamilyTimeRange> getCfTimeRangeList()
repeated .ColumnFamilyTimeRange cf_time_range = 13;HBasePB.ColumnFamilyTimeRange getCfTimeRange(int index)
repeated .ColumnFamilyTimeRange cf_time_range = 13;int getCfTimeRangeCount()
repeated .ColumnFamilyTimeRange cf_time_range = 13;Copyright © 2010-2017, The Async HBase Authors