Uses of Class
org.apache.storm.trident.windowing.config.WindowConfig.Type
-
Packages that use WindowConfig.Type Package Description org.apache.storm.trident.windowing.config -
-
Uses of WindowConfig.Type in org.apache.storm.trident.windowing.config
Methods in org.apache.storm.trident.windowing.config that return WindowConfig.Type Modifier and Type Method Description static WindowConfig.Type
WindowConfig.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static WindowConfig.Type[]
WindowConfig.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-