Interface DrainingAdaptiveAlgorithm

  • All Known Implementing Classes:
    LinearDrainingAdaptiveAlgorithm

    public interface DrainingAdaptiveAlgorithm
    Adaptive algorithm to calculate drain size for current queue size for the async session persister.
    • Method Detail

      • getDrainSize

        int getDrainSize​(long currentSize)
        Calculates drain size for current queue size value.