| Interface | Description |
|---|---|
| ChunkFileRecord |
Represents a record read from a chunk file.
|
| FileCopyStrategy |
Defines a specific strategy for copying files.
|
| Class | Description |
|---|---|
| ChunkFileCursor |
A cursor over a chunk file's contents.
|
| ChunkFileCursor.Tomb |
Specialization of
ChunkFileCursor to tombstone chunk. |
| ChunkFileOut |
Encapsulates chunk file writing code.
|
| ChunkFilesetCursor |
A cursor over all the records in a list of chunk files.
|
| ChunkFilesetCursor.Tomb |
Specialization of
ChunkFileSetCursor to tombstone chunks |
| ChunkFilesetCursor.Val |
Specialization of
ChunkFileSetCursor to value chunks |
| DefaultCopyStrategy |
Default file copy strategy which copies the contents of the source.
|
| HardLinkCopyStrategy |
File copy strategy which uses hard links from JDK7
(see https://docs.oracle.com/javase/7/docs/api/java/nio/file/Files.html#createLink(java.nio.file.Path,%20java.nio.file.Path)).
|
| TombFileAccessor |
Read-only accessor of data inside a tombstone chunk file.
|
Copyright © 2021 Hazelcast, Inc.. All Rights Reserved.