Uses of Class
org.apache.storm.generated.ComponentCommon
Packages that use ComponentCommon
Package
Description
- 
Uses of ComponentCommon in org.apache.stormMethods in org.apache.storm that return ComponentCommonModifier and TypeMethodDescriptionstatic ComponentCommonThrift.prepareComponentCommon(Map<GlobalStreamId, Grouping> inputs, Map<String, StreamInfo> outputs, Integer parallelismHint) static ComponentCommonThrift.prepareComponentCommon(Map<GlobalStreamId, Grouping> inputs, Map<String, StreamInfo> outputs, Integer parallelismHint, Map<String, Object> conf) Methods in org.apache.storm with parameters of type ComponentCommonModifier and TypeMethodDescriptionstatic intThrift.getParallelismHint(ComponentCommon componentCommon) 
- 
Uses of ComponentCommon in org.apache.storm.daemonMethods in org.apache.storm.daemon that return ComponentCommonModifier and TypeMethodDescriptionstatic ComponentCommonStormCommon.getComponentCommon(Object component) 
- 
Uses of ComponentCommon in org.apache.storm.generatedMethods in org.apache.storm.generated that return ComponentCommonModifier and TypeMethodDescriptionComponentCommon.deepCopy()Bolt.get_common()SpoutSpec.get_common()StateSpoutSpec.get_common()Methods in org.apache.storm.generated with parameters of type ComponentCommonModifier and TypeMethodDescriptionintComponentCommon.compareTo(ComponentCommon other) booleanComponentCommon.equals(ComponentCommon that) voidBolt.set_common(ComponentCommon common) voidSpoutSpec.set_common(ComponentCommon common) voidStateSpoutSpec.set_common(ComponentCommon common) Constructors in org.apache.storm.generated with parameters of type ComponentCommonModifierConstructorDescriptionBolt(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.normalizationConstructors in org.apache.storm.scheduler.resource.normalization with parameters of type ComponentCommonModifierConstructorDescriptionNormalizedResourceRequest(ComponentCommon component, Map<String, Object> topoConf, String componentId) 
- 
Uses of ComponentCommon in org.apache.storm.taskMethods in org.apache.storm.task that return ComponentCommon
- 
Uses of ComponentCommon in org.apache.storm.utilsMethods in org.apache.storm.utils that return ComponentCommonModifier and TypeMethodDescriptionstatic ComponentCommonThriftTopologyUtils.getComponentCommon(StormTopology topology, String componentId) static ComponentCommonUtils.getComponentCommon(StormTopology topology, String id)