backtype.storm.testing
Class CompleteTopologyParam

java.lang.Object
  extended by backtype.storm.testing.CompleteTopologyParam

public class CompleteTopologyParam
extends java.lang.Object

The param class for the Testing.completeTopology.


Constructor Summary
CompleteTopologyParam()
           
 
Method Summary
 java.lang.Boolean getCleanupState()
           
 MockedSources getMockedSources()
           
 Config getStormConf()
           
 java.lang.String getTopologyName()
           
 void setCleanupState(java.lang.Boolean cleanupState)
           
 void setMockedSources(MockedSources mockedSources)
           
 void setStormConf(Config stormConf)
           
 void setTopologyName(java.lang.String topologyName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompleteTopologyParam

public CompleteTopologyParam()
Method Detail

getMockedSources

public MockedSources getMockedSources()

setMockedSources

public void setMockedSources(MockedSources mockedSources)

getStormConf

public Config getStormConf()

setStormConf

public void setStormConf(Config stormConf)

getCleanupState

public java.lang.Boolean getCleanupState()

setCleanupState

public void setCleanupState(java.lang.Boolean cleanupState)

getTopologyName

public java.lang.String getTopologyName()

setTopologyName

public void setTopologyName(java.lang.String topologyName)