Struct MemoryBasedStateMachine.SnapshotBuilderContext
Represents snapshot building context.
Inherited Members
Namespace: DotNext.Net.Cluster.Consensus.Raft
Assembly: DotNext.Net.Cluster.dll
Syntax
protected readonly struct MemoryBasedStateMachine.SnapshotBuilderContext
Remarks
This type contains internal data needed to initialize the snapshot builder.
Properties
| Edit this page View SourceAllocator
Gets the buffer allocator.
Declaration
public MemoryAllocator<byte> Allocator { get; }
Property Value
Type | Description |
---|---|
MemoryAllocator<byte> |