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