Uses of Class
org.apache.storm.generated.ComponentCommon
Package
Description
-
Uses of ComponentCommon in org.apache.storm
Modifier and TypeMethodDescriptionstatic ComponentCommon
Thrift.prepareComponentCommon
(Map<GlobalStreamId, Grouping> inputs, Map<String, StreamInfo> outputs, Integer parallelismHint) static ComponentCommon
Thrift.prepareComponentCommon
(Map<GlobalStreamId, Grouping> inputs, Map<String, StreamInfo> outputs, Integer parallelismHint, Map<String, Object> conf) Modifier and TypeMethodDescriptionstatic int
Thrift.getParallelismHint
(ComponentCommon componentCommon) -
Uses of ComponentCommon in org.apache.storm.daemon
Modifier and TypeMethodDescriptionstatic ComponentCommon
StormCommon.getComponentCommon
(Object component) -
Uses of ComponentCommon in org.apache.storm.generated
Modifier and TypeMethodDescriptionComponentCommon.deepCopy()
Bolt.get_common()
SpoutSpec.get_common()
StateSpoutSpec.get_common()
Modifier and TypeMethodDescriptionint
ComponentCommon.compareTo
(ComponentCommon other) boolean
ComponentCommon.equals
(ComponentCommon that) void
Bolt.set_common
(ComponentCommon common) void
SpoutSpec.set_common
(ComponentCommon common) void
StateSpoutSpec.set_common
(ComponentCommon common) ModifierConstructorDescriptionBolt
(ComponentObject bolt_object, ComponentCommon common) ComponentCommon
(ComponentCommon other) Performs a deep copy on other.SpoutSpec
(ComponentObject spout_object, ComponentCommon common) StateSpoutSpec
(ComponentObject state_spout_object, ComponentCommon common) -
Uses of ComponentCommon in org.apache.storm.scheduler.resource.normalization
ModifierConstructorDescriptionNormalizedResourceRequest
(ComponentCommon component, Map<String, Object> topoConf, String componentId) -
Uses of ComponentCommon in org.apache.storm.task
-
Uses of ComponentCommon in org.apache.storm.utils
Modifier and TypeMethodDescriptionstatic ComponentCommon
ThriftTopologyUtils.getComponentCommon
(StormTopology topology, String componentId) static ComponentCommon
Utils.getComponentCommon
(StormTopology topology, String id)