public static interface ScannerMessage.ScannerOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getBatch()
optional int32 batch = 4; |
int |
getCaching()
optional int32 caching = 9; |
ByteString |
getColumns(int index)
repeated bytes columns = 3; |
int |
getColumnsCount()
repeated bytes columns = 3; |
List<ByteString> |
getColumnsList()
repeated bytes columns = 3; |
ByteString |
getEndRow()
optional bytes endRow = 2; |
long |
getEndTime()
optional int64 endTime = 6; |
String |
getFilter()
optional string filter = 8; |
ByteString |
getFilterBytes()
optional string filter = 8; |
int |
getMaxVersions()
optional int32 maxVersions = 7; |
ByteString |
getStartRow()
optional bytes startRow = 1; |
long |
getStartTime()
optional int64 startTime = 5; |
boolean |
hasBatch()
optional int32 batch = 4; |
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; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasFieldisInitializedboolean hasStartRow()
optional bytes startRow = 1;ByteString getStartRow()
optional bytes startRow = 1;boolean hasEndRow()
optional bytes endRow = 2;ByteString getEndRow()
optional bytes endRow = 2;List<ByteString> getColumnsList()
repeated bytes columns = 3;int getColumnsCount()
repeated bytes columns = 3;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;ByteString getFilterBytes()
optional string filter = 8;boolean hasCaching()
optional int32 caching = 9;int getCaching()
optional int32 caching = 9;Copyright © 2014 The Apache Software Foundation. All Rights Reserved.