LogConsistencyProvider Class

Definition

A log-consistency provider that stores the latest view in primary storage, using any standard storage provider. Supports multiple clusters connecting to the same primary storage (doing optimistic concurrency control via e-tags)

The log itself is transient, i.e. not actually saved to storage - only the latest view (snapshot) and some metadata (the log position, and write flags) are stored in the primary.

C#
public class LogConsistencyProvider : Orleans.LogConsistency.ILogConsistencyProvider
C#
public class LogConsistencyProvider : Orleans.LogConsistency.ILogViewAdaptorFactory
C#
public class LogConsistencyProvider : Orleans.EventSourcing.ILogViewAdaptorFactory
Inheritance
LogConsistencyProvider
Implements

Constructors

Properties

Log

Gets the TraceLogger used by this log-consistency provider.

Name

The name of this provider instance, as given to it in the config.

UsesStorageProvider

Returns true if a storage provider is required for constructing adaptors.

Methods

Applies to

Tuote Versiot
.NET Orleans 1.5.10, 3.4.5, 3.6.0, 7.0.0, 8.0.0, 8.1.0, 8.2.0, 9.0.0