| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.cache.persistence |
This package contain cache with persitence implementation.
|
| org.apache.ignite.internal.processors.cache.persistence.checkpoint |
| Modifier and Type | Method and Description |
|---|---|
static String |
GridCacheDatabaseSharedManager.checkpointFileName(CheckpointEntry cp,
CheckpointEntryType type) |
CheckpointEntry |
GridCacheDatabaseSharedManager.createCheckPointEntry(long cpTs,
WALPointer ptr,
UUID cpId,
@Nullable CheckpointRecord rec,
CheckpointEntryType type) |
void |
GridCacheDatabaseSharedManager.writeCheckpointEntry(ByteBuffer entryBuf,
CheckpointEntry cp,
CheckpointEntryType type)
Writes checkpoint entry buffer
entryBuf to specified checkpoint file with 2-phase protocol. |
| Modifier and Type | Method and Description |
|---|---|
static CheckpointEntryType |
CheckpointEntryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CheckpointEntryType[] |
CheckpointEntryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.8.0 Release Date : February 27 2020