- 返回值:Pair
, byte[]>。 - 下一条kv-pair;若scan操作完成,则返回null。
asyncNext
- * Get the next item asynchronously.
- * @return A future for current op.
- *
- * Future return:
- * On failure: a throwable, which is an instance of PException.
- */
- public Future<Pair<Pair<byte[], byte[]>, byte[]>> asyncNext();
- 返回值:Future
, byte[]>>。