Uses of Class
org.apache.storm.generated.StormBase
-
Packages that use StormBase Package Description org.apache.storm.cluster org.apache.storm.generated -
-
Uses of StormBase in org.apache.storm.cluster
Methods in org.apache.storm.cluster that return StormBase Modifier and Type Method Description StormBase
IStormClusterState. stormBase(String stormId, Runnable callback)
Get a storm base for a topology.StormBase
StormClusterStateImpl. stormBase(String stormId, Runnable callback)
Methods in org.apache.storm.cluster that return types with arguments of type StormBase Modifier and Type Method Description default Map<String,StormBase>
IStormClusterState. topologyBases()
Methods in org.apache.storm.cluster with parameters of type StormBase Modifier and Type Method Description void
IStormClusterState. activateStorm(String stormId, StormBase stormBase, Map<String,Object> topoConf)
void
StormClusterStateImpl. activateStorm(String stormId, StormBase stormBase, Map<String,Object> topoConf)
void
IStormClusterState. updateStorm(String stormId, StormBase newElems)
void
StormClusterStateImpl. updateStorm(String stormId, StormBase newElems)
To update this function due to APersistentMap/APersistentSet is clojure's structure. -
Uses of StormBase in org.apache.storm.generated
Methods in org.apache.storm.generated that return StormBase Modifier and Type Method Description StormBase
StormBase. deepCopy()
Methods in org.apache.storm.generated with parameters of type StormBase Modifier and Type Method Description int
StormBase. compareTo(StormBase other)
boolean
StormBase. equals(StormBase that)
Constructors in org.apache.storm.generated with parameters of type StormBase Constructor Description StormBase(StormBase other)
Performs a deep copy on other.
-