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