public abstract class ChunkFileCursor extends Object implements ChunkFileRecord
| Modifier and Type | Class and Description |
|---|---|
static class |
ChunkFileCursor.Tomb
Specialization of
ChunkFileCursor to tombstone chunk. |
| Constructor and Description |
|---|
ChunkFileCursor(int headerSize,
File chunkFile) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
advance()
Advances to the next record in the chunk file.
|
long |
chunkSeq() |
void |
close() |
byte[] |
key() |
long |
prefix() |
long |
recordSeq() |
int |
size() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfilePos, valuepublic ChunkFileCursor(int headerSize,
File chunkFile)
public final boolean advance()
public final void close()
public final long chunkSeq()
chunkSeq in interface ChunkFileRecordpublic final long recordSeq()
recordSeq in interface ChunkFileRecordpublic final long prefix()
prefix in interface ChunkFileRecordpublic int size()
size in interface ChunkFileRecordpublic byte[] key()
key in interface ChunkFileRecordCopyright © 2022 Hazelcast, Inc.. All Rights Reserved.