Uses of Class
org.apache.ignite.configuration.CheckpointWriteOrder
-
Packages that use CheckpointWriteOrder Package Description org.apache.ignite.configuration Contains configuration-related classes. -
-
Uses of CheckpointWriteOrder in org.apache.ignite.configuration
Fields in org.apache.ignite.configuration declared as CheckpointWriteOrder Modifier and Type Field Description static CheckpointWriteOrder
DataStorageConfiguration. DFLT_CHECKPOINT_WRITE_ORDER
Default checkpoint write order.static CheckpointWriteOrder
PersistentStoreConfiguration. DFLT_CHECKPOINT_WRITE_ORDER
Deprecated.Default checkpoint write order.Methods in org.apache.ignite.configuration that return CheckpointWriteOrder Modifier and Type Method Description static @Nullable CheckpointWriteOrder
CheckpointWriteOrder. fromOrdinal(int ord)
Efficiently gets enumerated value from its ordinal.CheckpointWriteOrder
DataStorageConfiguration. getCheckpointWriteOrder()
This property defines order of writing pages to disk storage during checkpoint.CheckpointWriteOrder
PersistentStoreConfiguration. getCheckpointWriteOrder()
Deprecated.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.Methods in org.apache.ignite.configuration with parameters of type CheckpointWriteOrder Modifier and Type Method Description DataStorageConfiguration
DataStorageConfiguration. setCheckpointWriteOrder(CheckpointWriteOrder checkpointWriteOrder)
This property defines order of writing pages to disk storage during checkpoint.PersistentStoreConfiguration
PersistentStoreConfiguration. setCheckpointWriteOrder(CheckpointWriteOrder checkpointWriteOrder)
Deprecated.This property defines order of writing pages to disk storage during checkpoint.
-