Interface ExecutesOn
- All Known Subinterfaces:
ExecutesOn.Coordinator,ExecutesOn.Remote
- All Known Implementing Classes:
Aggregate,ChangePoint,Completion,Enrich,Fork,InlineJoin,Join,LookupJoin,Rerank,TimeSeriesAggregate
public interface ExecutesOn
Mark nodes that execute only in a specific way, either on the coordinator or on a remote node.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceExecutes on the coordinator only.static enumstatic interfaceExecutes on the remote nodes only (note that may include coordinator, but not on the aggregation stage). -
Method Summary
-
Method Details
-
executesOn
ExecutesOn.ExecuteLocation executesOn()
-