Package org.apache.storm.testing
Class CompleteTopologyParam
java.lang.Object
org.apache.storm.testing.CompleteTopologyParam
The param class for the `Testing.completeTopology`.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
void
setCleanupState
(Boolean cleanupState) void
setMockedSources
(MockedSources mockedSources) void
setStormConf
(Map<String, Object> topoConf) void
setTimeoutMs
(Integer timeoutMs) void
setTopologyName
(String topologyName)
-
Constructor Details
-
CompleteTopologyParam
public CompleteTopologyParam()
-
-
Method Details
-
getMockedSources
-
setMockedSources
-
getStormConf
-
setStormConf
-
getCleanupState
public boolean getCleanupState() -
setCleanupState
-
getTopologyName
-
setTopologyName
-
getTimeoutMs
-
setTimeoutMs
-