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

Method getNextRowsRequest

src/Scanner.java:1132–1137  ·  view source on GitHub ↗

Returns an RPC to fetch the next rows.

()

Source from the content-addressed store, hash-verified

1130 * Returns an RPC to fetch the next rows.
1131 */
1132 HBaseRpc getNextRowsRequest() {
1133 if (get_next_rows_request == null) {
1134 get_next_rows_request = new GetNextRowsRequest();
1135 }
1136 return get_next_rows_request;
1137 }
1138
1139 /**
1140 * Returns an RPC to open this scanner.

Callers 1

scanNextRowsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected