StateReplicator2 接口
定义
Exposes replication-related functions of the FabricReplicator class that are used by StateProvider to replicate state to ensure high availability.
public interface StateReplicator2 extends StateReplicator
继承成员
StateReplicator.getCopyStream()
StateReplicator.getReplicationStream()
StateReplicator.replicateAsync(OperationData operationData, SequenceNumber sequenceNumber, CancellationToken cancellationToken)
StateReplicator.updateReplicatorSettings(ReplicatorSettings settings)
方法
getReplicatorSettings() |
Retrieves the replicator settings during runtime.
|