Uses of Class
org.apache.storm.testing.MkClusterParam
-
Packages that use MkClusterParam Package Description org.apache.storm -
-
Uses of MkClusterParam in org.apache.storm
Methods in org.apache.storm with parameters of type MkClusterParam Modifier and Type Method Description static void
Testing. withLocalCluster(MkClusterParam param, TestJob code)
Deprecated.use ``` try (LocalCluster cluster = new LocalCluster.Builder()....build()) { ...static void
Testing. withSimulatedTimeLocalCluster(MkClusterParam param, TestJob code)
Deprecated.use ``` try (LocalCluster cluster = new LocalCluster.Builder().withSimulatedTime()....build()) { ...static void
Testing. withTrackedCluster(MkClusterParam param, TestJob code)
Deprecated.use ``` try (LocalCluster cluster = new LocalCluster.Builder().withTracked()....build()) { ...
-