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() |
Map<String,Object> |
getStormConf() |
Integer |
getTimeoutMs() |
String |
getTopologyName() |
void |
setCleanupState(Boolean cleanupState) |
void |
setMockedSources(MockedSources mockedSources) |
void |
setStormConf(Map<String,Object> topoConf) |
void |
setTimeoutMs(Integer timeoutMs) |
void |
setTopologyName(String topologyName) |
public MockedSources getMockedSources()
public void setMockedSources(MockedSources mockedSources)
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 © 2022 The Apache Software Foundation. All rights reserved.