Uses of Interface
org.apache.flink.runtime.operators.coordination.CoordinationResponse
Packages that use CoordinationResponse
Package
Description
-
Uses of CoordinationResponse in org.apache.flink.runtime.dispatcher
Methods in org.apache.flink.runtime.dispatcher that return types with arguments of type CoordinationResponseModifier and TypeMethodDescriptionDispatcher.deliverCoordinationRequestToCoordinator(org.apache.flink.api.common.JobID jobId, String operatorUid, org.apache.flink.util.SerializedValue<CoordinationRequest> serializedRequest, Duration timeout) -
Uses of CoordinationResponse in org.apache.flink.runtime.jobgraph.tasks
Methods in org.apache.flink.runtime.jobgraph.tasks that return types with arguments of type CoordinationResponseModifier and TypeMethodDescriptionTaskOperatorEventGateway.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. -
Uses of CoordinationResponse in org.apache.flink.runtime.jobmaster
Methods in org.apache.flink.runtime.jobmaster that return types with arguments of type CoordinationResponseModifier and TypeMethodDescriptionJobMaster.deliverCoordinationRequestToCoordinator(OperatorID operatorId, org.apache.flink.util.SerializedValue<CoordinationRequest> serializedRequest, Duration timeout) JobMasterGateway.deliverCoordinationRequestToCoordinator(OperatorID operatorId, org.apache.flink.util.SerializedValue<CoordinationRequest> serializedRequest, Duration timeout) Deliver a coordination request to a specified coordinator and return the response.JobMaster.sendRequestToCoordinator(OperatorID operatorID, org.apache.flink.util.SerializedValue<CoordinationRequest> serializedRequest) JobMasterOperatorEventGateway.sendRequestToCoordinator(OperatorID operatorID, org.apache.flink.util.SerializedValue<CoordinationRequest> request) -
Uses of CoordinationResponse in org.apache.flink.runtime.minicluster
Methods in org.apache.flink.runtime.minicluster that return types with arguments of type CoordinationResponseModifier and TypeMethodDescriptionMiniCluster.deliverCoordinationRequestToCoordinator(org.apache.flink.api.common.JobID jobId, String operatorUid, org.apache.flink.util.SerializedValue<CoordinationRequest> serializedRequest) MiniClusterJobClient.sendCoordinationRequest(String operatorUid, CoordinationRequest request) -
Uses of CoordinationResponse in org.apache.flink.runtime.operators.coordination
Methods in org.apache.flink.runtime.operators.coordination that return types with arguments of type CoordinationResponseModifier and TypeMethodDescriptionCoordinationRequestHandler.handleCoordinationRequest(CoordinationRequest request) Called when receiving a request from the client or operator.CoordinationRequestGateway.sendCoordinationRequest(String operatorUid, CoordinationRequest request) Send out a request to a specified coordinator and return the response. -
Uses of CoordinationResponse in org.apache.flink.runtime.rest.messages.job.coordination
Methods in org.apache.flink.runtime.rest.messages.job.coordination that return types with arguments of type CoordinationResponseModifier and TypeMethodDescriptionorg.apache.flink.util.SerializedValue<CoordinationResponse>ClientCoordinationResponseBody.getSerializedCoordinationResponse()Constructor parameters in org.apache.flink.runtime.rest.messages.job.coordination with type arguments of type CoordinationResponseModifierConstructorDescriptionClientCoordinationResponseBody(org.apache.flink.util.SerializedValue<CoordinationResponse> serializedCoordinationResponse) -
Uses of CoordinationResponse in org.apache.flink.runtime.scheduler
Methods in org.apache.flink.runtime.scheduler that return types with arguments of type CoordinationResponseModifier and TypeMethodDescriptionDefaultOperatorCoordinatorHandler.deliverCoordinationRequestToCoordinator(OperatorID operator, CoordinationRequest request) OperatorCoordinatorHandler.deliverCoordinationRequestToCoordinator(OperatorID operator, CoordinationRequest request) Deliver coordination request from the client to the coordinator.SchedulerBase.deliverCoordinationRequestToCoordinator(OperatorID operator, CoordinationRequest request) SchedulerNG.deliverCoordinationRequestToCoordinator(OperatorID operator, CoordinationRequest request) Delivers a coordination request to theOperatorCoordinatorwith the givenOperatorIDand returns the coordinator's response. -
Uses of CoordinationResponse in org.apache.flink.runtime.scheduler.adaptive
Methods in org.apache.flink.runtime.scheduler.adaptive that return types with arguments of type CoordinationResponseModifier and TypeMethodDescriptionAdaptiveScheduler.deliverCoordinationRequestToCoordinator(OperatorID operator, CoordinationRequest request) -
Uses of CoordinationResponse in org.apache.flink.runtime.taskexecutor.rpc
Methods in org.apache.flink.runtime.taskexecutor.rpc that return types with arguments of type CoordinationResponseModifier and TypeMethodDescriptionRpcTaskOperatorEventGateway.sendRequestToCoordinator(OperatorID operator, org.apache.flink.util.SerializedValue<CoordinationRequest> request) -
Uses of CoordinationResponse in org.apache.flink.runtime.webmonitor
Methods in org.apache.flink.runtime.webmonitor that return types with arguments of type CoordinationResponseModifier and TypeMethodDescriptiondefault CompletableFuture<CoordinationResponse>RestfulGateway.deliverCoordinationRequestToCoordinator(org.apache.flink.api.common.JobID jobId, String operatorUid, org.apache.flink.util.SerializedValue<CoordinationRequest> serializedRequest, Duration timeout) Deliver a coordination request to a specified coordinator and return the response. -
Uses of CoordinationResponse in org.apache.flink.streaming.api.operators.collect
Classes in org.apache.flink.streaming.api.operators.collect that implement CoordinationResponseModifier and TypeClassDescriptionclassACoordinationResponsefrom the coordinator containing the required batch or new results and other necessary information in serialized form.Methods in org.apache.flink.streaming.api.operators.collect that return types with arguments of type CoordinationResponseModifier and TypeMethodDescriptionCollectSinkOperatorCoordinator.handleCoordinationRequest(CoordinationRequest request)