public class RemoteFlowManager extends AbstractProgramManager<FlowManager> implements FlowManager
FlowManager.programId| Constructor and Description |
|---|
RemoteFlowManager(FlowId programId,
ClientConfig clientConfig,
RESTClient restClient,
RemoteApplicationManager applicationManager) |
| Modifier and Type | Method and Description |
|---|---|
int |
getFlowletInstances(String flowletName) |
RuntimeMetrics |
getFlowletMetrics(String flowletId) |
void |
setFlowletInstances(String flowletName,
int instances) |
getHistory, getHistory, getRuntimeArgs, isRunning, setRuntimeArgs, start, start, stop, waitForFinish, waitForRun, waitForRuns, waitForStatus, waitForStatus, waitForStatusclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetHistory, getHistory, getRuntimeArgs, isRunning, setRuntimeArgs, start, start, stop, waitForFinish, waitForRun, waitForRuns, waitForStatus, waitForStatuspublic RemoteFlowManager(FlowId programId, ClientConfig clientConfig, RESTClient restClient, RemoteApplicationManager applicationManager)
public void setFlowletInstances(String flowletName, int instances)
setFlowletInstances in interface FlowManagerpublic int getFlowletInstances(String flowletName)
getFlowletInstances in interface FlowManagerpublic RuntimeMetrics getFlowletMetrics(String flowletId)
getFlowletMetrics in interface FlowManagerCopyright © 2017 Cask Data, Inc. Licensed under the Apache License, Version 2.0.