backtype.storm.testing
Class CompleteTopologyParam

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

public class CompleteTopologyParam
extends Object

The param class for the Testing.completeTopology.


Constructor Summary
CompleteTopologyParam()
           
 
Method Summary
 Boolean getCleanupState()
           
 MockedSources getMockedSources()
           
 Config getStormConf()
           
 String getTopologyName()
           
 void setCleanupState(Boolean cleanupState)
           
 void setMockedSources(MockedSources mockedSources)
           
 void setStormConf(Config stormConf)
           
 void setTopologyName(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 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.