public interface SortedBySeqRecordCursor
extends com.hazelcast.nio.Disposable
recordSeq. A newly obtained cursor is positioned
before the first record.| Modifier and Type | Method and Description |
|---|---|
boolean |
advance()
Attempts to advance the cursor to the next position.
|
KeyHandle |
asKeyHandle()
Returns the key handle associated with the record at the current cursor position.
|
Record |
asRecord()
Returns the record at the current cursor position.
|
boolean advance()
true if the cursor advanced; false otherwise.KeyHandle asKeyHandle()
advance().Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.