| Package | Description |
|---|---|
| org.apache.ignite.configuration |
Contains configuration-related classes.
|
| org.apache.ignite.internal.processors.cache.persistence.wal.filehandle | |
| org.apache.ignite.internal.visor.node |
| Modifier and Type | Field and Description |
|---|---|
static WALMode |
DataStorageConfiguration.DFLT_WAL_MODE
Default wal mode.
|
static WALMode |
PersistentStoreConfiguration.DFLT_WAL_MODE
Deprecated.
Default wal mode.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
DataStorageConfiguration |
DataStorageConfiguration.setWalMode(WALMode walMode)
Sets property that defines behavior of wal fsync.
|
PersistentStoreConfiguration |
PersistentStoreConfiguration.setWalMode(WALMode walMode)
Deprecated.
|
| Constructor and Description |
|---|
FileHandleManagerImpl(GridCacheSharedContext cctx,
DataStorageMetricsImpl metrics,
boolean mmap,
RecordSerializer serializer,
Supplier<FileWriteHandle> currentHandleSupplier,
WALMode mode,
int walBufferSize,
long maxWalSegmentSize,
long fsyncDelay) |
FsyncFileHandleManagerImpl(GridCacheSharedContext cctx,
DataStorageMetricsImpl metrics,
RecordSerializer serializer,
Supplier<FileWriteHandle> handle,
WALMode mode,
long maxWalSegmentSize,
long fsyncDelay,
int tlbSize) |
| Modifier and Type | Method and Description |
|---|---|
WALMode |
VisorPersistentStoreConfiguration.getWalMode() |
WALMode |
VisorDataStorageConfiguration.getWalMode() |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.0 Release Date : October 15 2020