public class JobCancellationMessageParameters extends MessageParameters
A job related REST handler always requires a JobIDPathParameter.
| 构造器和说明 |
|---|
JobCancellationMessageParameters() |
| 限定符和类型 | 方法和说明 |
|---|---|
Collection<MessagePathParameter<?>> |
getPathParameters()
Returns the collection of
MessagePathParameter that the request supports. |
Collection<MessageQueryParameter<?>> |
getQueryParameters()
Returns the collection of
MessageQueryParameter that the request supports. |
JobCancellationMessageParameters |
resolveJobId(org.apache.flink.api.common.JobID jobId) |
JobCancellationMessageParameters |
resolveTerminationMode(TerminationModeQueryParameter.TerminationMode terminationMode) |
isResolved, resolveUrlpublic Collection<MessagePathParameter<?>> getPathParameters()
MessageParametersMessagePathParameter that the request supports. The
collection should not be modifiable.getPathParameters 在类中 MessageParameterspublic Collection<MessageQueryParameter<?>> getQueryParameters()
MessageParametersMessageQueryParameter that the request supports. The
collection should not be modifiable.getQueryParameters 在类中 MessageParameterspublic JobCancellationMessageParameters resolveJobId(org.apache.flink.api.common.JobID jobId)
public JobCancellationMessageParameters resolveTerminationMode(TerminationModeQueryParameter.TerminationMode terminationMode)
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.