Skip to content

Class CdcCaptureExecutionRuntimeManagedConnectorCommandJournalDurabilityCategories

Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll

Defines the stable category identifiers used by managed-connector command-journal durability answers.

public static class CdcCaptureExecutionRuntimeManagedConnectorCommandJournalDurabilityCategories

objectCdcCaptureExecutionRuntimeManagedConnectorCommandJournalDurabilityCategories

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

Automatic background retry is currently eligible on the shared runtime surface.

public const string AutomaticRetryEligible = "automatic-retry-eligible"

string

Automatic background retry can currently execute on the active node.

public const string CoordinationReady = "coordination-ready"

string

A durable journal store is configured for the current host.

public const string DurableStoreConfigured = "durable-store-configured"

string

The command journal currently remains in memory only.

public const string InMemoryOnly = "in-memory-only"

string

The current runtime has recorded command history inside the durable journal store.

public const string PersistedRecordedHistory = "persisted-recorded-history"

string

The durable journal store currently has a healthy persisted snapshot.

public const string PersistedSnapshotAvailable = "persisted-snapshot-available"

string

The durable journal store currently reports a persistence error.

public const string PersistenceError = "persistence-error"

string

The durable journal store currently reports healthy persistence posture.

public const string PersistenceHealthy = "persistence-healthy"

string

The command journal currently exposes recorded command history for the runtime.

public const string RecordedCommandHistory = "recorded-command-history"

string

The current runtime recovered command history from the durable journal store after startup.

public const string RecoveredHistory = "recovered-history"

string

The durable journal store currently reports a recovery error.

public const string RecoveryError = "recovery-error"

string

The command journal currently exposes truncated retained history.

public const string TruncatedHistory = "truncated-history"

string