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