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