Package | Description |
---|---|
org.apache.ignite.configuration |
Contains configuration-related classes.
|
Modifier and Type | Field and Description |
---|---|
static CheckpointWriteOrder |
PersistentStoreConfiguration.DFLT_CHECKPOINT_WRITE_ORDER
Deprecated.
Default checkpoint write order.
|
static CheckpointWriteOrder |
DataStorageConfiguration.DFLT_CHECKPOINT_WRITE_ORDER
Default checkpoint write order.
|
Modifier and Type | Method and Description |
---|---|
static @Nullable CheckpointWriteOrder |
CheckpointWriteOrder.fromOrdinal(int ord)
Efficiently gets enumerated value from its ordinal.
|
CheckpointWriteOrder |
PersistentStoreConfiguration.getCheckpointWriteOrder()
Deprecated.
This property defines order of writing pages to disk storage during checkpoint.
|
CheckpointWriteOrder |
DataStorageConfiguration.getCheckpointWriteOrder()
This property defines order of writing pages to disk storage during checkpoint.
|
static CheckpointWriteOrder |
CheckpointWriteOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CheckpointWriteOrder[] |
CheckpointWriteOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PersistentStoreConfiguration |
PersistentStoreConfiguration.setCheckpointWriteOrder(CheckpointWriteOrder checkpointWriteOrder)
Deprecated.
This property defines order of writing pages to disk storage during checkpoint.
|
DataStorageConfiguration |
DataStorageConfiguration.setCheckpointWriteOrder(CheckpointWriteOrder checkpointWriteOrder)
This property defines order of writing pages to disk storage during checkpoint.
|
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024