Uses of Class
org.apache.ignite.configuration.WALMode
-
Packages that use WALMode Package Description org.apache.ignite.configuration Contains configuration-related classes. -
-
Uses of WALMode in org.apache.ignite.configuration
Fields in org.apache.ignite.configuration declared as WALMode Modifier and Type Field Description static WALMode
DataStorageConfiguration. DFLT_WAL_MODE
Default wal mode.static WALMode
PersistentStoreConfiguration. DFLT_WAL_MODE
Deprecated.Default wal mode.Methods in org.apache.ignite.configuration that return WALMode Modifier and Type Method Description static @Nullable WALMode
WALMode. fromOrdinal(int ord)
Efficiently gets enumerated value from its ordinal.WALMode
DataStorageConfiguration. getWalMode()
Property that defines behavior of wal fsync.WALMode
PersistentStoreConfiguration. getWalMode()
Deprecated.Type define behavior wal fsync.static WALMode
WALMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static WALMode[]
WALMode. 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 WALMode Modifier and Type Method Description DataStorageConfiguration
DataStorageConfiguration. setWalMode(WALMode walMode)
Sets property that defines behavior of wal fsync.PersistentStoreConfiguration
PersistentStoreConfiguration. setWalMode(WALMode walMode)
Deprecated.
-