public class SortedBySeqRecordCursorOnHeap extends Object implements SortedBySeqRecordCursor
SortedBySeqRecordCursor.| 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.
|
void |
dispose() |
public boolean advance()
SortedBySeqRecordCursoradvance in interface SortedBySeqRecordCursortrue if the cursor advanced; false otherwise.public KeyHandle asKeyHandle()
SortedBySeqRecordCursorSortedBySeqRecordCursor.advance().asKeyHandle in interface SortedBySeqRecordCursorpublic Record asRecord()
SortedBySeqRecordCursorSortedBySeqRecordCursor.advance().asRecord in interface SortedBySeqRecordCursorpublic void dispose()
dispose in interface com.hazelcast.nio.DisposableCopyright © 2022 Hazelcast, Inc.. All Rights Reserved.