public class CompleteTopologyParam extends Object
The param class for the Testing.completeTopology
.
Constructor and Description |
---|
CompleteTopologyParam() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getCleanupState() |
MockedSources |
getMockedSources() |
Config |
getStormConf() |
Integer |
getTimeoutMs() |
String |
getTopologyName() |
void |
setCleanupState(Boolean cleanupState) |
void |
setMockedSources(MockedSources mockedSources) |
void |
setStormConf(Config stormConf) |
void |
setTimeoutMs(Integer timeoutMs) |
void |
setTopologyName(String topologyName) |
public MockedSources getMockedSources()
public void setMockedSources(MockedSources mockedSources)
public Config getStormConf()
public void setStormConf(Config stormConf)
public Boolean getCleanupState()
public void setCleanupState(Boolean cleanupState)
public String getTopologyName()
public void setTopologyName(String topologyName)
public Integer getTimeoutMs()
public void setTimeoutMs(Integer timeoutMs)
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.