EvictionPolicy.Action |
CountEvictionPolicy.evict(Event<T> event) |
|
EvictionPolicy.Action |
EvictionPolicy.evict(Event<T> event) |
Decides if an event should be expired from the window, processed in the current window or kept for later processing.
|
EvictionPolicy.Action |
TimeEvictionPolicy.evict(Event<T> event) |
Decides if an event should be expired from the window, processed in the current window or kept for later processing.
|
EvictionPolicy.Action |
WatermarkCountEvictionPolicy.evict(Event<T> event) |
|
EvictionPolicy.Action |
WatermarkTimeEvictionPolicy.evict(Event<T> event) |
Decides if an event should be expired from the window, processed in the current window or kept for later processing.
|
static EvictionPolicy.Action |
EvictionPolicy.Action.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static EvictionPolicy.Action[] |
EvictionPolicy.Action.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|