Show / Hide Table of Contents

Struct MemoryBasedStateMachine.SnapshotBuilderContext

Represents snapshot building context.

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
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 Source

Allocator

Gets the buffer allocator.

Declaration
public MemoryAllocator<byte> Allocator { get; }
Property Value
Type Description
MemoryAllocator<byte>

Extension Methods

BasicExtensions.IsBetween<T, TLowerBound, TUpperBound>(T, TLowerBound, TUpperBound)
BasicExtensions.IsOneOf<T>(T, ReadOnlySpan<T>)
Collection.ToAsyncEnumerator<TEnumerator, T>(TEnumerator, CancellationToken)
Collection.ToClassicEnumerator<TEnumerator, T>(TEnumerator)
Enumerator.Skip<TEnumerator, T>(ref TEnumerator, int)
ExpressionBuilder.Const<T>(T)
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Supported by the .NET Foundation
☀
☾