Interface IReplicationThrottleController

All Known Implementing Classes:
BacklogAdjustedThrottleController, ConstantReplicationThrottleController

public interface IReplicationThrottleController
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    suggestThroughPut(int throughPut)
     
    boolean
    throttle(long backlogSize, int contextSize, boolean channelActive)
     
  • Method Details

    • throttle

      boolean throttle(long backlogSize, int contextSize, boolean channelActive)
    • suggestThroughPut

      void suggestThroughPut(int throughPut)