Interface IReplicationThrottleController
- All Known Implementing Classes:
BacklogAdjustedThrottleController,ConstantReplicationThrottleController
public interface IReplicationThrottleController
-
Method Summary
Modifier and TypeMethodDescriptionvoidsuggestThroughPut(int throughPut) booleanthrottle(long backlogSize, int contextSize, boolean channelActive)
-
Method Details
-
throttle
boolean throttle(long backlogSize, int contextSize, boolean channelActive) -
suggestThroughPut
void suggestThroughPut(int throughPut)
-