| Package | Description | 
|---|---|
| org.apache.storm | |
| org.apache.storm.testing | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | ILocalClusterTrackedTopologyAwareThis is here mostly for backwards compatibility. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | LocalClusterA stand alone storm cluster that runs inside a single process. | 
| Modifier and Type | Method and Description | 
|---|---|
| static ILocalCluster | Testing. getLocalCluster(Map<String,Object> clusterConf)Deprecated. 
 use  
    try (LocalCluster cluster = new LocalCluster.Builder()....build()) {
     ...
    }
 | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | Testing. advanceClusterTime(ILocalCluster cluster,
                  Integer secs)Simulated time wait for a cluster. | 
| static void | Testing. advanceClusterTime(ILocalCluster cluster,
                  Integer secs,
                  Integer step)Simulated time wait for a cluster. | 
| static Map<String,List<FixedTuple>> | Testing. completeTopology(ILocalCluster cluster,
                StormTopology topology)Run a topology to completion capturing all of the messages that are emitted. | 
| static Map<String,List<FixedTuple>> | Testing. completeTopology(ILocalCluster cluster,
                StormTopology topology,
                CompleteTopologyParam param)Run a topology to completion capturing all of the messages that are emitted. | 
| static TrackedTopology | Testing. mkTrackedTopology(ILocalCluster cluster,
                 StormTopology topology)Deprecated. 
 use  TrackedTopologydirectly. | 
| static void | Testing. simulateWait(ILocalCluster cluster)If using simulated time simulate waiting for 10 seconds. | 
| static Testing.CapturedTopology<TrackedTopology> | Testing. trackAndCaptureTopology(ILocalCluster cluster,
                       StormTopology topology)Track and capture a topology. | 
| Modifier and Type | Method and Description | 
|---|---|
| ILocalCluster | TrackedTopology. getCluster() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | TestJob. run(ILocalCluster cluster)run the testing logic with the cluster. | 
| Constructor and Description | 
|---|
| TrackedTopology(StormTopology origTopo,
               ILocalCluster cluster)Create a new topology to be tracked. | 
Copyright © 2022 The Apache Software Foundation. All rights reserved.