public class JobClientHeartbeatParameters extends MessageParameters
| Constructor and Description |
|---|
JobClientHeartbeatParameters() |
| Modifier and Type | Method and Description |
|---|---|
Collection<MessagePathParameter<?>> |
getPathParameters()
Returns the collection of
MessagePathParameter that the request supports. |
Collection<MessageQueryParameter<?>> |
getQueryParameters()
Returns the collection of
MessageQueryParameter that the request supports. |
JobClientHeartbeatParameters |
resolveJobId(org.apache.flink.api.common.JobID jobId) |
isResolved, resolveUrlpublic Collection<MessagePathParameter<?>> getPathParameters()
MessageParametersMessagePathParameter that the request supports. The
collection should not be modifiable.getPathParameters in class MessageParameterspublic Collection<MessageQueryParameter<?>> getQueryParameters()
MessageParametersMessageQueryParameter that the request supports. The
collection should not be modifiable.getQueryParameters in class MessageParameterspublic JobClientHeartbeatParameters resolveJobId(org.apache.flink.api.common.JobID jobId)
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.