public static interface ScannerMessage.ScannerOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getBatch()
optional int32 batch = 4; |
boolean |
getCacheBlocks()
optional bool cacheBlocks = 11; |
int |
getCaching()
optional int32 caching = 9; |
com.google.protobuf.ByteString |
getColumns(int index)
repeated bytes columns = 3; |
int |
getColumnsCount()
repeated bytes columns = 3; |
List<com.google.protobuf.ByteString> |
getColumnsList()
repeated bytes columns = 3; |
com.google.protobuf.ByteString |
getEndRow()
optional bytes endRow = 2; |
long |
getEndTime()
optional int64 endTime = 6; |
String |
getFilter()
optional string filter = 8; |
com.google.protobuf.ByteString |
getFilterBytes()
optional string filter = 8; |
String |
getLabels(int index)
repeated string labels = 10; |
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; |
com.google.protobuf.ByteString |
getStartRow()
optional bytes startRow = 1; |
long |
getStartTime()
optional int64 startTime = 5; |
boolean |
hasBatch()
optional int32 batch = 4; |
boolean |
hasCacheBlocks()
optional bool cacheBlocks = 11; |
boolean |
hasCaching()
optional int32 caching = 9; |
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; |
boolean hasStartRow()
optional bytes startRow = 1;
com.google.protobuf.ByteString getStartRow()
optional bytes startRow = 1;
boolean hasEndRow()
optional bytes endRow = 2;
com.google.protobuf.ByteString getEndRow()
optional bytes endRow = 2;
List<com.google.protobuf.ByteString> getColumnsList()
repeated bytes columns = 3;
int getColumnsCount()
repeated bytes columns = 3;
com.google.protobuf.ByteString getColumns(int index)
repeated bytes columns = 3;
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;
com.google.protobuf.ByteString getFilterBytes()
optional string filter = 8;
boolean hasCaching()
optional int32 caching = 9;
specifies REST scanner caching
int getCaching()
optional int32 caching = 9;
specifies REST scanner caching
int getLabelsCount()
repeated string labels = 10;
String getLabels(int index)
repeated string labels = 10;
com.google.protobuf.ByteString getLabelsBytes(int index)
repeated string labels = 10;
boolean hasCacheBlocks()
optional bool cacheBlocks = 11;
server side block caching hint
boolean getCacheBlocks()
optional bool cacheBlocks = 11;
server side block caching hint
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.