public interface ExecutionEnvironment
Operations.| Modifier and Type | Method and Description |
|---|---|
OperationBuilder |
opBuilder(String type,
String name)
Returns a builder to create a new
Operation. |
OperationBuilder opBuilder(String type, String name)
Operation.type - of the Operation (i.e., identifies the computation to be performed)name - to refer to the created Operation in this environment scope.OperationBuilder to create an Operation when OperationBuilder.build() is invoked. If OperationBuilder.build() is not invoked,
then some resources may leak.Copyright © 2015–2019. All rights reserved.