Interface TaskOperatorEventGateway

    • Method Detail

      • sendOperatorEventToCoordinator

        void sendOperatorEventToCoordinator​(OperatorID operator,
                                            org.apache.flink.util.SerializedValue<OperatorEvent> event)
        Sends an event from the operator (identified by the given operator ID) to the operator coordinator (identified by the same ID).
      • sendRequestToCoordinator

        CompletableFuture<CoordinationResponse> sendRequestToCoordinator​(OperatorID operator,
                                                                         org.apache.flink.util.SerializedValue<CoordinationRequest> request)
        Sends a request from current operator to a specified operator coordinator which is identified by the given operator ID and return the response.