backtype.storm.testing
Class CompleteTopologyParam
java.lang.Object
backtype.storm.testing.CompleteTopologyParam
public class CompleteTopologyParam
- extends Object
The param class for the Testing.completeTopology.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompleteTopologyParam
public CompleteTopologyParam()
getMockedSources
public MockedSources getMockedSources()
setMockedSources
public void setMockedSources(MockedSources mockedSources)
getStormConf
public Config getStormConf()
setStormConf
public void setStormConf(Config stormConf)
getCleanupState
public Boolean getCleanupState()
setCleanupState
public void setCleanupState(Boolean cleanupState)
getTopologyName
public String getTopologyName()
setTopologyName
public void setTopologyName(String topologyName)
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.