Uses of Class
org.apache.storm.testing.MkClusterParam
-
Uses of MkClusterParam in org.apache.storm
Modifier and TypeMethodDescriptionstatic 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()) { ... } ```