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