Uses of Interface
org.apache.flink.runtime.operators.coordination.OperatorEventGateway
-
Packages that use OperatorEventGateway Package Description org.apache.flink.runtime.operators.coordination -
-
Uses of OperatorEventGateway in org.apache.flink.runtime.operators.coordination
Methods in org.apache.flink.runtime.operators.coordination that return OperatorEventGateway Modifier and Type Method Description OperatorEventGatewayOperatorEventDispatcher. getOperatorEventGateway(OperatorID operatorId)Gets the gateway through which events can be passed to the OperatorCoordinator for the operator identified by the given OperatorID.
-