Uses of Class
org.apache.flink.runtime.rest.messages.JobCancellationMessageParameters
-
Packages that use JobCancellationMessageParameters Package Description org.apache.flink.runtime.rest.handler.job org.apache.flink.runtime.rest.messages -
-
Uses of JobCancellationMessageParameters in org.apache.flink.runtime.rest.handler.job
Constructor parameters in org.apache.flink.runtime.rest.handler.job with type arguments of type JobCancellationMessageParameters Constructor Description JobCancellationHandler(GatewayRetriever<? extends RestfulGateway> leaderRetriever, Duration timeout, Map<String,String> headers, MessageHeaders<EmptyRequestBody,EmptyResponseBody,JobCancellationMessageParameters> messageHeaders, TerminationModeQueryParameter.TerminationMode defaultTerminationMode)
-
Uses of JobCancellationMessageParameters in org.apache.flink.runtime.rest.messages
Methods in org.apache.flink.runtime.rest.messages that return JobCancellationMessageParameters Modifier and Type Method Description JobCancellationMessageParameters
JobCancellationHeaders. getUnresolvedMessageParameters()
JobCancellationMessageParameters
JobCancellationMessageParameters. resolveJobId(org.apache.flink.api.common.JobID jobId)
JobCancellationMessageParameters
JobCancellationMessageParameters. resolveTerminationMode(TerminationModeQueryParameter.TerminationMode terminationMode)
-