IStateReplicator Interface

Definition

Exposes replication-related functions of the FabricReplicator class that are used by IStateProvider to replicate state to ensure high availability.

public interface IStateReplicator
type IStateReplicator = interface
Public Interface IStateReplicator
Derived

Methods

GetCopyStream()

Gets copy stream.

GetReplicationStream()

Gets replication stream.

ReplicateAsync(OperationData, CancellationToken, Int64)

Replicates state changes from Primary replica to the Secondary replicas and receives a quorum acknowledgement that those state changes have been applied.

UpdateReplicatorSettings(ReplicatorSettings)

Enables modification of replicator settings during runtime. The only setting which can be modified is the security credentials.

Applies to