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

Method getCloseRequest

src/Scanner.java:1159–1161  ·  view source on GitHub ↗

Returns an RPC to close this scanner.

()

Source from the content-addressed store, hash-verified

1157 * Returns an RPC to close this scanner.
1158 */
1159 HBaseRpc getCloseRequest() {
1160 return new CloseScannerRequest(scanner_id);
1161 }
1162
1163 /**
1164 * Throws an exception if scanning already started.

Callers 1

closeScannerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected