Package | Description |
---|---|
org.apache.storm.windowing |
Modifier and Type | Method and Description |
---|---|
EvictionPolicy.Action |
WatermarkCountEvictionPolicy.evict(Event<T> event) |
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 |
CountEvictionPolicy.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.
|
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.
|
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.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.