public class RuntimeManagerMain
extends java.lang.Object
Constructor and Description |
---|
RuntimeManagerMain(Config config,
Command command) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
callRuntimeManagerRunner(Config runtime,
ISchedulerClient schedulerClient) |
protected ISchedulerClient |
getSchedulerClient(Config runtime) |
static void |
main(java.lang.String[] args) |
boolean |
manageTopology()
Manager a topology
1.
|
protected boolean |
validateRuntimeManage(SchedulerStateManagerAdaptor adaptor,
java.lang.String topologyName) |
public static void main(java.lang.String[] args) throws java.lang.ClassNotFoundException, java.lang.IllegalAccessException, java.lang.InstantiationException, java.io.IOException, org.apache.commons.cli.ParseException
java.lang.ClassNotFoundException
java.lang.IllegalAccessException
java.lang.InstantiationException
java.io.IOException
org.apache.commons.cli.ParseException
public boolean manageTopology()
protected boolean validateRuntimeManage(SchedulerStateManagerAdaptor adaptor, java.lang.String topologyName)
protected boolean callRuntimeManagerRunner(Config runtime, ISchedulerClient schedulerClient)
protected ISchedulerClient getSchedulerClient(Config runtime)