backtype.storm.testing
Class MkClusterParam
java.lang.Object
backtype.storm.testing.MkClusterParam
public class MkClusterParam
- extends Object
The param arg for Testing.withSimulatedTimeCluster and Testing.withTrackedCluster
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MkClusterParam
public MkClusterParam()
getSupervisors
public Integer getSupervisors()
setSupervisors
public void setSupervisors(Integer supervisors)
getPortsPerSupervisor
public Integer getPortsPerSupervisor()
setPortsPerSupervisor
public void setPortsPerSupervisor(Integer portsPerSupervisor)
getDaemonConf
public Map getDaemonConf()
setDaemonConf
public void setDaemonConf(Map daemonConf)
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.