public static interface ScannerMessage.ScannerOrBuilder
extends org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getBatch()
optional int32 batch = 4; |
boolean |
getCacheBlocks()
server side block caching hint
|
int |
getCaching()
specifies REST scanner caching
|
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getColumns(int index)
repeated bytes columns = 3; |
int |
getColumnsCount()
repeated bytes columns = 3; |
List<org.apache.hbase.thirdparty.com.google.protobuf.ByteString> |
getColumnsList()
repeated bytes columns = 3; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getEndRow()
optional bytes endRow = 2; |
long |
getEndTime()
optional int64 endTime = 6; |
String |
getFilter()
optional string filter = 8; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getFilterBytes()
optional string filter = 8; |
String |
getLabels(int index)
repeated string labels = 10; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getLabelsBytes(int index)
repeated string labels = 10; |
int |
getLabelsCount()
repeated string labels = 10; |
List<String> |
getLabelsList()
repeated string labels = 10; |
int |
getMaxVersions()
optional int32 maxVersions = 7; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getStartRow()
optional bytes startRow = 1; |
long |
getStartTime()
optional int64 startTime = 5; |
boolean |
hasBatch()
optional int32 batch = 4; |
boolean |
hasCacheBlocks()
server side block caching hint
|
boolean |
hasCaching()
specifies REST scanner caching
|
boolean |
hasEndRow()
optional bytes endRow = 2; |
boolean |
hasEndTime()
optional int64 endTime = 6; |
boolean |
hasFilter()
optional string filter = 8; |
boolean |
hasMaxVersions()
optional int32 maxVersions = 7; |
boolean |
hasStartRow()
optional bytes startRow = 1; |
boolean |
hasStartTime()
optional int64 startTime = 5; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasStartRow()
optional bytes startRow = 1;org.apache.hbase.thirdparty.com.google.protobuf.ByteString getStartRow()
optional bytes startRow = 1;boolean hasEndRow()
optional bytes endRow = 2;org.apache.hbase.thirdparty.com.google.protobuf.ByteString getEndRow()
optional bytes endRow = 2;List<org.apache.hbase.thirdparty.com.google.protobuf.ByteString> getColumnsList()
repeated bytes columns = 3;int getColumnsCount()
repeated bytes columns = 3;org.apache.hbase.thirdparty.com.google.protobuf.ByteString getColumns(int index)
repeated bytes columns = 3;index - The index of the element to return.boolean hasBatch()
optional int32 batch = 4;int getBatch()
optional int32 batch = 4;boolean hasStartTime()
optional int64 startTime = 5;long getStartTime()
optional int64 startTime = 5;boolean hasEndTime()
optional int64 endTime = 6;long getEndTime()
optional int64 endTime = 6;boolean hasMaxVersions()
optional int32 maxVersions = 7;int getMaxVersions()
optional int32 maxVersions = 7;boolean hasFilter()
optional string filter = 8;String getFilter()
optional string filter = 8;org.apache.hbase.thirdparty.com.google.protobuf.ByteString getFilterBytes()
optional string filter = 8;boolean hasCaching()
specifies REST scanner caching
optional int32 caching = 9;int getCaching()
specifies REST scanner caching
optional int32 caching = 9;List<String> getLabelsList()
repeated string labels = 10;int getLabelsCount()
repeated string labels = 10;String getLabels(int index)
repeated string labels = 10;index - The index of the element to return.org.apache.hbase.thirdparty.com.google.protobuf.ByteString getLabelsBytes(int index)
repeated string labels = 10;index - The index of the value to return.boolean hasCacheBlocks()
server side block caching hint
optional bool cacheBlocks = 11;boolean getCacheBlocks()
server side block caching hint
optional bool cacheBlocks = 11;Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.