public interface ThresholdPolicy<E>
Modifier and Type | Method and Description |
---|---|
void |
increment(E item)
Call this method each time to increment the policy's threshold count.
|
boolean |
isThresholdExceeded()
Determines whether or not the configured threshold has been exceeded for this policy.
|
void |
reset()
Reset the policy back to the initial state.
|
void increment(E item)
item
- The item that was added.boolean isThresholdExceeded()
true
if the threshold has been reached; false
otherwise.void reset()
Licenced under the Apache License, Version 2.0