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 CdcCaptureExecutionRuntimeManagedConnectorCommandJournalDurabilityCategoriesInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorCommandJournalDurabilityCategories
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Fields
Section titled “Fields”AutomaticRetryEligible
Section titled “ AutomaticRetryEligible”Automatic background retry is currently eligible on the shared runtime surface.
public const string AutomaticRetryEligible = "automatic-retry-eligible"Field Value
Section titled “Field Value”CoordinationReady
Section titled “ CoordinationReady”Automatic background retry can currently execute on the active node.
public const string CoordinationReady = "coordination-ready"Field Value
Section titled “Field Value”DurableStoreConfigured
Section titled “ DurableStoreConfigured”A durable journal store is configured for the current host.
public const string DurableStoreConfigured = "durable-store-configured"Field Value
Section titled “Field Value”InMemoryOnly
Section titled “ InMemoryOnly”The command journal currently remains in memory only.
public const string InMemoryOnly = "in-memory-only"Field Value
Section titled “Field Value”PersistedRecordedHistory
Section titled “ PersistedRecordedHistory”The current runtime has recorded command history inside the durable journal store.
public const string PersistedRecordedHistory = "persisted-recorded-history"Field Value
Section titled “Field Value”PersistedSnapshotAvailable
Section titled “ PersistedSnapshotAvailable”The durable journal store currently has a healthy persisted snapshot.
public const string PersistedSnapshotAvailable = "persisted-snapshot-available"Field Value
Section titled “Field Value”PersistenceError
Section titled “ PersistenceError”The durable journal store currently reports a persistence error.
public const string PersistenceError = "persistence-error"Field Value
Section titled “Field Value”PersistenceHealthy
Section titled “ PersistenceHealthy”The durable journal store currently reports healthy persistence posture.
public const string PersistenceHealthy = "persistence-healthy"Field Value
Section titled “Field Value”RecordedCommandHistory
Section titled “ RecordedCommandHistory”The command journal currently exposes recorded command history for the runtime.
public const string RecordedCommandHistory = "recorded-command-history"Field Value
Section titled “Field Value”RecoveredHistory
Section titled “ RecoveredHistory”The current runtime recovered command history from the durable journal store after startup.
public const string RecoveredHistory = "recovered-history"Field Value
Section titled “Field Value”RecoveryError
Section titled “ RecoveryError”The durable journal store currently reports a recovery error.
public const string RecoveryError = "recovery-error"Field Value
Section titled “Field Value”TruncatedHistory
Section titled “ TruncatedHistory”The command journal currently exposes truncated retained history.
public const string TruncatedHistory = "truncated-history"