public interface FlowManager
Flow.| Modifier and Type | Method and Description |
|---|---|
void |
setFlowletInstances(String flowletName,
int instances)
Changes the number of flowlet instances.
|
void |
stop()
Stops the running flow.
|
void setFlowletInstances(String flowletName, int instances)
flowletName - Name of the flowlet.instances - Number of instances to change to.void stop()
Copyright © 2015 Cask Data, Inc. Licensed under the Apache License, Version 2.0.