ReplicatorSettings.getInitialSecondaryReplicationQueueSize 方法
定义
Defines the initial size of the secondary replication operation queue inside FabricReplicator, which contains replication Operations
Remarks:This setting is specific to the Replicator when the role of the service is Secondary/Idle The default value is 64. Note that values for this parameter must be a power of 2.
public long getInitialSecondaryReplicationQueueSize()
返回
long
The initial size of the secondary replication operation queue inside FabricReplicator, which contains replication Operations not yet pumped and processed by the service. The unit here is the number of operations in the queue