Class CompleteTopologyParam


  • public class CompleteTopologyParam
    extends Object
    The param class for the `Testing.completeTopology`.
    • Constructor Detail

      • CompleteTopologyParam

        public CompleteTopologyParam()
    • Method Detail

      • setMockedSources

        public void setMockedSources​(MockedSources mockedSources)
      • setStormConf

        public void setStormConf​(Map<String,​Object> topoConf)
      • getCleanupState

        public boolean getCleanupState()
      • setCleanupState

        public void setCleanupState​(Boolean cleanupState)
      • getTopologyName

        public String getTopologyName()
      • setTopologyName

        public void setTopologyName​(String topologyName)
      • getTimeoutMs

        public Integer getTimeoutMs()
      • setTimeoutMs

        public void setTimeoutMs​(Integer timeoutMs)