public abstract class ChunkFilesetCursor extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ChunkFilesetCursor.Tomb
Specialization of
ChunkFileSetCursor to tombstone chunks |
static class |
ChunkFilesetCursor.Val
Specialization of
ChunkFileSetCursor to value chunks |
| Modifier and Type | Method and Description |
|---|---|
boolean |
advance()
Attempts to advance to the next record.
|
void |
close() |
ChunkFileRecord |
currentRecord() |
static boolean |
isActiveChunkFile(File f) |
static long |
seq(File f) |
public static long seq(File f)
f - a chunk Filepublic static boolean isActiveChunkFile(File f)
f - a chunk Filepublic final boolean advance()
throws InterruptedException
true if there was a next record to advance toInterruptedException - if the current thread was interruptedpublic final ChunkFileRecord currentRecord()
advance() is called.public final void close()
Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.