Uses of Enum Class
org.apache.storm.loadgen.GroupingType
Packages that use GroupingType
-
Uses of GroupingType in org.apache.storm.loadgen
Fields in org.apache.storm.loadgen declared as GroupingTypeMethods in org.apache.storm.loadgen that return GroupingTypeModifier and TypeMethodDescriptionstatic GroupingType
Parse a String config value and covert it into the enum.InputStream.Builder.getGroupingType()
static GroupingType
Returns the enum constant of this class with the specified name.static GroupingType[]
GroupingType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.storm.loadgen with parameters of type GroupingTypeModifier and TypeMethodDescriptionInputStream.Builder.withGroupingType
(GroupingType groupingType) Constructors in org.apache.storm.loadgen with parameters of type GroupingTypeModifierConstructorDescriptionInputStream
(String fromComponent, String toComponent, String id, NormalDistStats execTime, NormalDistStats processTime, GroupingType groupingType) Create a new input stream to a bolt.