Uses of Enum Class
org.apache.storm.windowing.EvictionPolicy.Action
Packages that use EvictionPolicy.Action
-
Uses of EvictionPolicy.Action in org.apache.storm.windowing
Methods in org.apache.storm.windowing that return EvictionPolicy.ActionModifier and TypeMethodDescriptionDecides if an event should be expired from the window, processed in the current window or kept for later processing.Decides if an event should be expired from the window, processed in the current window or kept for later processing.Decides if an event should be expired from the window, processed in the current window or kept for later processing.static EvictionPolicy.Action
Returns the enum constant of this class with the specified name.static EvictionPolicy.Action[]
EvictionPolicy.Action.values()
Returns an array containing the constants of this enum class, in the order they are declared.