Uses of Class
backtype.storm.generated.ComponentCommon

Packages that use ComponentCommon
backtype.storm.generated   
backtype.storm.task   
backtype.storm.utils   
 

Uses of ComponentCommon in backtype.storm.generated
 

Methods in backtype.storm.generated that return ComponentCommon
 ComponentCommon ComponentCommon.deepCopy()
           
 ComponentCommon StateSpoutSpec.get_common()
           
 ComponentCommon SpoutSpec.get_common()
           
 ComponentCommon Bolt.get_common()
           
 

Methods in backtype.storm.generated with parameters of type ComponentCommon
 int ComponentCommon.compareTo(ComponentCommon other)
           
 boolean ComponentCommon.equals(ComponentCommon that)
           
 void StateSpoutSpec.set_common(ComponentCommon common)
           
 void SpoutSpec.set_common(ComponentCommon common)
           
 void Bolt.set_common(ComponentCommon common)
           
 

Constructors in backtype.storm.generated with parameters of type ComponentCommon
Bolt(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 backtype.storm.task
 

Methods in backtype.storm.task that return ComponentCommon
 ComponentCommon GeneralTopologyContext.getComponentCommon(String componentId)
           
 

Uses of ComponentCommon in backtype.storm.utils
 

Methods in backtype.storm.utils that return ComponentCommon
static ComponentCommon Utils.getComponentCommon(StormTopology topology, String id)
           
static ComponentCommon ThriftTopologyUtils.getComponentCommon(StormTopology topology, String componentId)
           
 



Copyright © 2014 The Apache Software Foundation. All Rights Reserved.