public static interface ClientPB.ScanRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getClientHandlesHeartbeats()
optional bool client_handles_heartbeats = 8; |
boolean |
getClientHandlesPartials()
optional bool client_handles_partials = 7; |
boolean |
getCloseScanner()
optional bool close_scanner = 5; |
long |
getNextCallSeq()
optional uint64 next_call_seq = 6; |
int |
getNumberOfRows()
optional uint32 number_of_rows = 4; |
HBasePB.RegionSpecifier |
getRegion()
optional .RegionSpecifier region = 1; |
boolean |
getRenew()
optional bool renew = 10 [default = false]; |
ClientPB.Scan |
getScan()
optional .Scan scan = 2; |
long |
getScannerId()
optional uint64 scanner_id = 3; |
boolean |
getTrackScanMetrics()
optional bool track_scan_metrics = 9; |
boolean |
hasClientHandlesHeartbeats()
optional bool client_handles_heartbeats = 8; |
boolean |
hasClientHandlesPartials()
optional bool client_handles_partials = 7; |
boolean |
hasCloseScanner()
optional bool close_scanner = 5; |
boolean |
hasNextCallSeq()
optional uint64 next_call_seq = 6; |
boolean |
hasNumberOfRows()
optional uint32 number_of_rows = 4; |
boolean |
hasRegion()
optional .RegionSpecifier region = 1; |
boolean |
hasRenew()
optional bool renew = 10 [default = false]; |
boolean |
hasScan()
optional .Scan scan = 2; |
boolean |
hasScannerId()
optional uint64 scanner_id = 3; |
boolean |
hasTrackScanMetrics()
optional bool track_scan_metrics = 9; |
boolean hasRegion()
optional .RegionSpecifier region = 1;HBasePB.RegionSpecifier getRegion()
optional .RegionSpecifier region = 1;boolean hasScan()
optional .Scan scan = 2;ClientPB.Scan getScan()
optional .Scan scan = 2;boolean hasScannerId()
optional uint64 scanner_id = 3;long getScannerId()
optional uint64 scanner_id = 3;boolean hasNumberOfRows()
optional uint32 number_of_rows = 4;int getNumberOfRows()
optional uint32 number_of_rows = 4;boolean hasCloseScanner()
optional bool close_scanner = 5;boolean getCloseScanner()
optional bool close_scanner = 5;boolean hasNextCallSeq()
optional uint64 next_call_seq = 6;long getNextCallSeq()
optional uint64 next_call_seq = 6;boolean hasClientHandlesPartials()
optional bool client_handles_partials = 7;boolean getClientHandlesPartials()
optional bool client_handles_partials = 7;boolean hasClientHandlesHeartbeats()
optional bool client_handles_heartbeats = 8;boolean getClientHandlesHeartbeats()
optional bool client_handles_heartbeats = 8;boolean hasTrackScanMetrics()
optional bool track_scan_metrics = 9;boolean getTrackScanMetrics()
optional bool track_scan_metrics = 9;boolean hasRenew()
optional bool renew = 10 [default = false];boolean getRenew()
optional bool renew = 10 [default = false];Copyright © 2010-2017, The Async HBase Authors