Uses of Interface
com.gigaspaces.internal.cluster.node.impl.groups.sync.IReplicationThrottleControllerBuilder
Packages that use IReplicationThrottleControllerBuilder
Package
Description
-
Uses of IReplicationThrottleControllerBuilder in com.gigaspaces.internal.cluster.node.impl.config
Methods in com.gigaspaces.internal.cluster.node.impl.config that return IReplicationThrottleControllerBuilderModifier and TypeMethodDescriptionReplicationNodeConfigBuilder.createSyncGroupThrottleController(IReplicationSettings replicationPolicy) -
Uses of IReplicationThrottleControllerBuilder in com.gigaspaces.internal.cluster.node.impl.groups.reliableasync
Methods in com.gigaspaces.internal.cluster.node.impl.groups.reliableasync with parameters of type IReplicationThrottleControllerBuilderModifier and TypeMethodDescriptionvoidReliableAsyncReplicationSourceGroupBuilder.setThrottleController(IReplicationThrottleControllerBuilder throttleController) Constructors in com.gigaspaces.internal.cluster.node.impl.groups.reliableasync with parameters of type IReplicationThrottleControllerBuilderModifierConstructorDescriptionReliableAsyncReplicationSourceGroup(DynamicSourceGroupConfigHolder groupConfig, IReplicationRouter replicationRouter, IReplicationReliableAsyncGroupBacklog groupBacklog, String myLookupName, IReplicationOutFilter outFilter, IReplicationThrottleControllerBuilder throttleController, IAsyncHandlerProvider asyncHandlerProvider, int syncChannelAsyncStateBatchSize, long syncChannelIdleDelayMilis, int asyncChannelBatchSize, long asyncChannelInterval, int asyncChannelIntervalOperations, IReplicationSourceGroupStateListener stateListener) -
Uses of IReplicationThrottleControllerBuilder in com.gigaspaces.internal.cluster.node.impl.groups.sync
Classes in com.gigaspaces.internal.cluster.node.impl.groups.sync that implement IReplicationThrottleControllerBuilderModifier and TypeClassDescriptionclassclassMethods in com.gigaspaces.internal.cluster.node.impl.groups.sync with parameters of type IReplicationThrottleControllerBuilderModifier and TypeMethodDescriptionvoidSyncReplicationSourceGroupBuilder.setThrottleController(IReplicationThrottleControllerBuilder throttleControllerBuilder) Constructors in com.gigaspaces.internal.cluster.node.impl.groups.sync with parameters of type IReplicationThrottleControllerBuilderModifierConstructorDescriptionSyncReplicationSourceGroup(DynamicSourceGroupConfigHolder groupConfig, IReplicationRouter replicationRouter, IReplicationOutFilter outFilter, IReplicationThrottleControllerBuilder throttleControllerBuilder, IAsyncHandlerProvider asyncStateHandlerProvider, int asyncStateBatchSize, long idleDelayMilis, IReplicationSyncGroupBacklog groupBacklog, String myLookupName, IReplicationSourceGroupStateListener stateListener, ReplicationStatistics.ReplicationMode channelType)