Uses of Enum Class
org.apache.storm.generated.ComponentType
Packages that use ComponentType
-
Uses of ComponentType in org.apache.storm.generated
Methods in org.apache.storm.generated that return ComponentTypeModifier and TypeMethodDescriptionstatic ComponentType
ComponentType.findByValue
(int value) Find a the enum type by its integer value, as defined in the Thrift IDL.ComponentPageInfo.get_component_type()
ComponentAggregateStats.get_type()
static ComponentType
Returns the enum constant of this class with the specified name.static ComponentType[]
ComponentType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.storm.generated with parameters of type ComponentTypeModifier and TypeMethodDescriptionvoid
ComponentPageInfo.set_component_type
(ComponentType component_type) void
ComponentAggregateStats.set_type
(ComponentType type) Constructors in org.apache.storm.generated with parameters of type ComponentTypeModifierConstructorDescriptionComponentPageInfo
(String component_id, ComponentType component_type) -
Uses of ComponentType in org.apache.storm.scheduler
Methods in org.apache.storm.scheduler that return ComponentTypeConstructors in org.apache.storm.scheduler with parameters of type ComponentTypeModifierConstructorDescriptionComponent
(ComponentType type, String compId, List<ExecutorDetails> execs, Map<GlobalStreamId, Grouping> inputs) Create a new component.