Package | Description |
---|---|
org.apache.ignite.configuration |
Contains configuration-related classes.
|
Modifier and Type | Field and Description |
---|---|
static WALMode |
PersistentStoreConfiguration.DFLT_WAL_MODE
Deprecated.
Default wal mode.
|
static WALMode |
DataStorageConfiguration.DFLT_WAL_MODE
Default wal mode.
|
Modifier and Type | Method and Description |
---|---|
static @Nullable WALMode |
WALMode.fromOrdinal(int ord)
Efficiently gets enumerated value from its ordinal.
|
WALMode |
PersistentStoreConfiguration.getWalMode()
Deprecated.
Type define behavior wal fsync.
|
WALMode |
DataStorageConfiguration.getWalMode()
Property that defines behavior of 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.
|
Modifier and Type | Method and Description |
---|---|
PersistentStoreConfiguration |
PersistentStoreConfiguration.setWalMode(WALMode walMode)
Deprecated.
|
DataStorageConfiguration |
DataStorageConfiguration.setWalMode(WALMode walMode)
Sets property that defines behavior of wal fsync.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019