SlidingWindow

constructor(size: Int, minimumThroughput: Int, type: SlidingWindowType)(source)

Parameters

size

The size of the sliding window.

minimumThroughput

The minimum number of calls that must be made before the failure rate can be calculated.

type

The type of the sliding window.