Class CdcCaptureExecutionRuntimeManagedConnectorSchedulerRecoveryExecutionHardeningStatus
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Describes the current operator-facing managed-connector scheduler recovery and execution-hardening posture for one CDC execution runtime.
public sealed record CdcCaptureExecutionRuntimeManagedConnectorSchedulerRecoveryExecutionHardeningStatus : IEquatable<CdcCaptureExecutionRuntimeManagedConnectorSchedulerRecoveryExecutionHardeningStatus>Inheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorSchedulerRecoveryExecutionHardeningStatus
Implements
Section titled “Implements”IEquatable<CdcCaptureExecutionRuntimeManagedConnectorSchedulerRecoveryExecutionHardeningStatus>
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
Section titled “Constructors”CdcCaptureExecutionRuntimeManagedConnectorSchedulerRecoveryExecutionHardeningStatus(string, string?)
Section titled “ CdcCaptureExecutionRuntimeManagedConnectorSchedulerRecoveryExecutionHardeningStatus(string, string?)”Creates a new managed-connector scheduler recovery and execution-hardening answer.
public CdcCaptureExecutionRuntimeManagedConnectorSchedulerRecoveryExecutionHardeningStatus(string state, string? description = null)Parameters
Section titled “Parameters”state string
The stable scheduler recovery and execution-hardening state, such as not-applicable, operator-only, recovery-ready, recovery-blocked, replaying, execution-hardened, or execution-risk.
description string?
An optional operator-facing scheduler recovery and execution-hardening summary.
Properties
Section titled “Properties”ActiveReporterId
Section titled “ ActiveReporterId”Gets the active reporter identifier currently visible for the execution runtime when one exists.
public string? ActiveReporterId { get; init; }Property Value
Section titled “Property Value”ActiveReporterLeaseExpiresAtUtc
Section titled “ ActiveReporterLeaseExpiresAtUtc”Gets the UTC timestamp when the active reporter lease expires when one is known.
public DateTimeOffset? ActiveReporterLeaseExpiresAtUtc { get; init; }Property Value
Section titled “Property Value”AppliesToManagedConnector
Section titled “ AppliesToManagedConnector”Gets a value indicating whether the execution runtime currently represents a managed connector.
public bool AppliesToManagedConnector { get; }Property Value
Section titled “Property Value”CanExecuteAutomaticRetryOnCurrentNode
Section titled “ CanExecuteAutomaticRetryOnCurrentNode”Gets a value indicating whether the current node can safely execute the next bounded automatic retry step.
public bool CanExecuteAutomaticRetryOnCurrentNode { get; init; }Property Value
Section titled “Property Value”CategoryCount
Section titled “ CategoryCount”Gets the number of active scheduler recovery and execution-hardening categories currently visible for the execution runtime.
public int CategoryCount { get; }Property Value
Section titled “Property Value”CategoryIds
Section titled “ CategoryIds”Gets the stable scheduler recovery and execution-hardening categories currently active for the execution runtime.
public IReadOnlyList<string> CategoryIds { get; init; }Property Value
Section titled “Property Value”CdcCaptureIds
Section titled “ CdcCaptureIds”Gets the CDC capture identifiers currently associated with scheduler recovery and execution hardening.
public IReadOnlyList<string> CdcCaptureIds { get; init; }Property Value
Section titled “Property Value”CommandJournalDurabilityState
Section titled “ CommandJournalDurabilityState”Gets the current managed-connector command-journal durability state that informed scheduler recovery and execution hardening.
public string CommandJournalDurabilityState { get; init; }Property Value
Section titled “Property Value”CoordinationOwnerId
Section titled “ CoordinationOwnerId”Gets the host-owned coordination owner identifier when one was configured for automatic retry.
public string? CoordinationOwnerId { get; init; }Property Value
Section titled “Property Value”Description
Section titled “ Description”Gets an optional operator-facing scheduler recovery and execution-hardening summary.
public string? Description { get; }Property Value
Section titled “Property Value”DistributedRetryOrchestrationState
Section titled “ DistributedRetryOrchestrationState”Gets the current managed-connector distributed retry orchestration state that informed scheduler recovery and execution hardening.
public string DistributedRetryOrchestrationState { get; init; }Property Value
Section titled “Property Value”DurableSharedSchedulerOrchestrationState
Section titled “ DurableSharedSchedulerOrchestrationState”Gets the current managed-connector durable shared scheduler-orchestration state that informed scheduler recovery and execution hardening.
public string DurableSharedSchedulerOrchestrationState { get; init; }Property Value
Section titled “Property Value”ExecutionOwnership
Section titled “ ExecutionOwnership”Gets the operator-facing execution-ownership mode that informed scheduler recovery and execution hardening.
public string ExecutionOwnership { get; init; }Property Value
Section titled “Property Value”ExecutionRuntimeId
Section titled “ ExecutionRuntimeId”Gets the stable execution-runtime identifier currently associated with scheduler recovery and execution hardening.
public string ExecutionRuntimeId { get; init; }Property Value
Section titled “Property Value”ExecutionTopology
Section titled “ ExecutionTopology”Gets the operator-facing execution-topology classification that informed scheduler recovery and execution hardening.
public string ExecutionTopology { get; init; }Property Value
Section titled “Property Value”HasActiveReporterLease
Section titled “ HasActiveReporterLease”Gets a value indicating whether the runtime currently exposes one active reporter lease.
public bool HasActiveReporterLease { get; }Property Value
Section titled “Property Value”HasDurableStoreConfigured
Section titled “ HasDurableStoreConfigured”Gets a value indicating whether a durable command-journal store is currently configured.
public bool HasDurableStoreConfigured { get; init; }Property Value
Section titled “Property Value”HasMatchingAutomaticRetryAttempt
Section titled “ HasMatchingAutomaticRetryAttempt”Gets a value indicating whether retained history currently contains one automatic retry attempt for the current retry fingerprint.
public bool HasMatchingAutomaticRetryAttempt { get; init; }Property Value
Section titled “Property Value”HasPersistedRecordedHistory
Section titled “ HasPersistedRecordedHistory”Gets a value indicating whether the durable command-journal store currently exposes persisted recorded history.
public bool HasPersistedRecordedHistory { get; init; }Property Value
Section titled “Property Value”HasRecoveredPersistedHistory
Section titled “ HasRecoveredPersistedHistory”Gets a value indicating whether the current process recovered persisted command history for this runtime.
public bool HasRecoveredPersistedHistory { get; init; }Property Value
Section titled “Property Value”IsExecutionHardened
Section titled “ IsExecutionHardened”Gets a value indicating whether scheduler execution truth currently looks hardened enough for bounded execution.
public bool IsExecutionHardened { get; }Property Value
Section titled “Property Value”IsExecutionRisk
Section titled “ IsExecutionRisk”Gets a value indicating whether scheduler execution truth currently remains risky.
public bool IsExecutionRisk { get; }Property Value
Section titled “Property Value”IsOperatorOnly
Section titled “ IsOperatorOnly”Gets a value indicating whether scheduler recovery and execution hardening still remains operator-owned outside Cephalon.
public bool IsOperatorOnly { get; }Property Value
Section titled “Property Value”IsRecoveryBlocked
Section titled “ IsRecoveryBlocked”Gets a value indicating whether scheduler recovery still remains blocked by missing or unhealthy durable evidence.
public bool IsRecoveryBlocked { get; }Property Value
Section titled “Property Value”IsRecoveryReady
Section titled “ IsRecoveryReady”Gets a value indicating whether scheduler recovery is ready for safe bounded execution on the current node.
public bool IsRecoveryReady { get; }Property Value
Section titled “Property Value”IsReplaying
Section titled “ IsReplaying”Gets a value indicating whether scheduler recovery is replaying retained execution evidence.
public bool IsReplaying { get; }Property Value
Section titled “Property Value”LatestAutomaticRetryAttemptId
Section titled “ LatestAutomaticRetryAttemptId”Gets the stable latest automatic retry attempt identifier when one exists.
public string LatestAutomaticRetryAttemptId { get; init; }Property Value
Section titled “Property Value”LatestAutomaticRetryExecutionFingerprint
Section titled “ LatestAutomaticRetryExecutionFingerprint”Gets the deterministic execution fingerprint of the latest automatic retry attempt when one exists.
public string LatestAutomaticRetryExecutionFingerprint { get; init; }Property Value
Section titled “Property Value”LatestAutomaticRetryRecordedAtUtc
Section titled “ LatestAutomaticRetryRecordedAtUtc”Gets the timestamp when Cephalon recorded the latest automatic retry attempt when one exists.
public DateTimeOffset? LatestAutomaticRetryRecordedAtUtc { get; init; }Property Value
Section titled “Property Value”LatestCommandExecutionFingerprint
Section titled “ LatestCommandExecutionFingerprint”Gets the deterministic execution fingerprint of the latest recorded command-execution outcome when one exists.
public string LatestCommandExecutionFingerprint { get; init; }Property Value
Section titled “Property Value”LatestCommandExecutionInvocationSourceId
Section titled “ LatestCommandExecutionInvocationSourceId”Gets the invocation-source identifier of the latest recorded command-execution outcome.
public string LatestCommandExecutionInvocationSourceId { get; init; }Property Value
Section titled “Property Value”LatestCommandExecutionState
Section titled “ LatestCommandExecutionState”Gets the latest recorded managed-connector command-execution state visible to scheduler recovery and execution hardening.
public string LatestCommandExecutionState { get; init; }Property Value
Section titled “Property Value”ManagementMode
Section titled “ ManagementMode”Gets the declared managed-connector management mode when one is known.
public string? ManagementMode { get; init; }Property Value
Section titled “Property Value”MultiNodeLeaseExecutionState
Section titled “ MultiNodeLeaseExecutionState”Gets the current managed-connector broader multi-node lease-execution state that informed scheduler recovery and execution hardening.
public string MultiNodeLeaseExecutionState { get; init; }Property Value
Section titled “Property Value”OperationId
Section titled “ OperationId”Gets the stable management-operation identifier currently associated with scheduler recovery and execution hardening.
public string OperationId { get; init; }Property Value
Section titled “Property Value”PollingIntervalSeconds
Section titled “ PollingIntervalSeconds”Gets the bounded retry scheduler polling interval, in seconds, when one is configured.
public int PollingIntervalSeconds { get; init; }Property Value
Section titled “Property Value”RetryFingerprint
Section titled “ RetryFingerprint”Gets the deterministic retry fingerprint currently associated with scheduler recovery and execution hardening.
public string RetryFingerprint { get; init; }Property Value
Section titled “Property Value”SchedulerId
Section titled “ SchedulerId”Gets the stable shared scheduler identifier currently associated with scheduler recovery and execution hardening.
public string SchedulerId { get; init; }Property Value
Section titled “Property Value”SchedulerKind
Section titled “ SchedulerKind”Gets the stable shared scheduler kind currently associated with scheduler recovery and execution hardening.
public string SchedulerKind { get; init; }Property Value
Section titled “Property Value”SourceId
Section titled “ SourceId”Gets the primary source identifier Cephalon used to derive scheduler recovery and execution hardening.
public string SourceId { get; init; }Property Value
Section titled “Property Value”Gets the stable managed-connector scheduler recovery and execution-hardening state.
public string State { get; }