MCPcopy Create free account
hub / github.com/OpenTSDB/asynchbase / getOpenRequest

Method getOpenRequest

src/Scanner.java:1142–1144  ·  view source on GitHub ↗

Returns an RPC to open this scanner.

()

Source from the content-addressed store, hash-verified

1140 * Returns an RPC to open this scanner.
1141 */
1142 HBaseRpc getOpenRequest() {
1143 return new OpenScannerRequest();
1144 }
1145
1146 /**
1147 * Returns an RPC to open this scanner for reverse scan.

Callers 2

openScannerMethod · 0.80
openReverseScannerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected