Uses of Interface
com.gigaspaces.internal.cluster.node.impl.groups.sync.IReplicationThrottleController
Packages that use IReplicationThrottleController
-
Uses of IReplicationThrottleController in com.gigaspaces.internal.cluster.node.impl.groups.sync
Classes in com.gigaspaces.internal.cluster.node.impl.groups.sync that implement IReplicationThrottleControllerModifier and TypeClassDescriptionclassThis will throttle operations according to the backlog size and active state.classMethods in com.gigaspaces.internal.cluster.node.impl.groups.sync that return IReplicationThrottleControllerModifier and TypeMethodDescriptionBacklogAdjustedThrottleControllerBuilder.createController(String groupName, String sourceMemberName, String targetMemberName) ConstantReplicationThrottleController.createController(String groupName, String sourceMemberName, String targetMemberName) IReplicationThrottleControllerBuilder.createController(String groupName, String sourceMemberName, String targetMemberName) Constructors in com.gigaspaces.internal.cluster.node.impl.groups.sync with parameters of type IReplicationThrottleControllerModifierConstructorDescriptionSyncReplicationSourceChannel(DynamicSourceGroupConfigHolder groupConfig, String groupName, String memberName, IReplicationRouter replicationRouter, IReplicationMonitoredConnection connection, IReplicationGroupBacklog groupBacklog, IReplicationOutFilter outFilter, IReplicationThrottleController throttleController, IAsyncHandlerProvider asyncHandlerProvider, int asyncStateBatchSize, long idleDelayMilis, IReplicationChannelDataFilter dataFilter, IReplicationSourceGroupStateListener stateListener, IReplicationGroupHistory groupHistory, ReplicationStatistics.ReplicationMode channelType, Object customBacklogMetadata)