-
class
This class represents sliding window strategy based on the sliding window count and sliding interval count from the given
slidingCountWindow
configuration.
final class
This class represents sliding window strategy based on the sliding window duration and sliding interval from the given
slidingCountWindow
configuration.
final class
This class represents tumbling window strategy based on the window count from the given slidingCountWindow
configuration.
final class
This class represents tumbling window strategy based on the window duration from the given slidingCountWindow
configuration.