Uses of Class
org.apache.storm.Testing.CapturedTopology
-
Packages that use Testing.CapturedTopology Package Description org.apache.storm -
-
Uses of Testing.CapturedTopology in org.apache.storm
Methods in org.apache.storm that return Testing.CapturedTopology Modifier and Type Method Description static Testing.CapturedTopology<StormTopology>
Testing. captureTopology(StormTopology topology)
Rewrites a topology so that all the tuples flowing through it are captured.static Testing.CapturedTopology<TrackedTopology>
Testing. trackAndCaptureTopology(ILocalCluster cluster, StormTopology topology)
Track and capture a topology.Methods in org.apache.storm with parameters of type Testing.CapturedTopology Modifier and Type Method Description static void
Testing. trackedWait(Testing.CapturedTopology<TrackedTopology> topo)
Simulated time wait for a tracked topology.static void
Testing. trackedWait(Testing.CapturedTopology<TrackedTopology> topo, Integer amt)
Simulated time wait for a tracked topology.static void
Testing. trackedWait(Testing.CapturedTopology<TrackedTopology> topo, Integer amt, Integer timeoutMs)
Simulated time wait for a tracked topology.
-