MCPcopy Create free account
hub / github.com/apache/storm / cluster

Method cluster

storm-server/src/main/java/org/apache/storm/Testing.java:139–141  ·  view source on GitHub ↗
(MkClusterParam param, boolean simulated)

Source from the content-addressed store, hash-verified

137 }
138
139 private static LocalCluster cluster(MkClusterParam param, boolean simulated) throws Exception {
140 return cluster(param, null, simulated);
141 }
142
143 private static LocalCluster cluster(MkClusterParam param) throws Exception {
144 return cluster(param, null, false);

Callers 3

withLocalClusterMethod · 0.95
withTrackedClusterMethod · 0.95

Calls 11

getPortsPerSupervisorMethod · 0.80
withTrackedMethod · 0.80
withNimbusDaemonMethod · 0.80
withDaemonConfMethod · 0.80
withSupervisorsMethod · 0.80
isNimbusDaemonMethod · 0.80
getSupervisorsMethod · 0.65
buildMethod · 0.65
getDaemonConfMethod · 0.45
withSimulatedTimeMethod · 0.45

Tested by

no test coverage detected