• 返回值:Pair, byte[]>。
      • 下一条kv-pair;若scan操作完成,则返回null。

    asyncNext

    1. * Get the next item asynchronously.
    2. * @return A future for current op.
    3. *
    4. * Future return:
    5. * On failure: a throwable, which is an instance of PException.
    6. */
    7. public Future<Pair<Pair<byte[], byte[]>, byte[]>> asyncNext();
    • 返回值:Future, byte[]>>。