Enum WriteAheadLog.MemoryManagementStrategy
Represents the type of the memory used by the WAL internals to keep the written log entries.
Namespace: DotNext.Net.Cluster.Consensus.Raft.StateMachine
Assembly: DotNext.Net.Cluster.dll
Syntax
public enum WriteAheadLog.MemoryManagementStrategy
Fields
Name | Description |
---|---|
PrivateMemory | Log entries are written to the temporary private buffer. |
SharedMemory | Log entries are written directly to the memory-mapped file representing log chunk. |