public class RemoteFlowManager extends AbstractProgramManager<FlowManager> implements FlowManager
FlowManager.programId| Constructor and Description |
|---|
RemoteFlowManager(Id.Flow 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, isRunning, start, start, stop, waitForFinish, waitForStatus, waitForStatus, waitForStatusclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetHistory, getHistory, isRunning, start, start, stop, waitForFinish, waitForStatus, waitForStatuspublic RemoteFlowManager(Id.Flow 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 © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.