Class JobClientHeartbeatParameters
java.lang.Object
org.apache.flink.runtime.rest.messages.MessageParameters
org.apache.flink.runtime.rest.messages.JobClientHeartbeatParameters
The parameter when the client reports heartbeat.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the collection ofMessagePathParameterthat the request supports.Returns the collection ofMessageQueryParameterthat the request supports.resolveJobId(org.apache.flink.api.common.JobID jobId) Methods inherited from class org.apache.flink.runtime.rest.messages.MessageParameters
isResolved, resolveUrl
-
Constructor Details
-
JobClientHeartbeatParameters
public JobClientHeartbeatParameters()
-
-
Method Details
-
getPathParameters
Description copied from class:MessageParametersReturns the collection ofMessagePathParameterthat the request supports. The collection should not be modifiable.- Specified by:
getPathParametersin classMessageParameters- Returns:
- collection of all supported message path parameters
-
getQueryParameters
Description copied from class:MessageParametersReturns the collection ofMessageQueryParameterthat the request supports. The collection should not be modifiable.- Specified by:
getQueryParametersin classMessageParameters- Returns:
- collection of all supported message query parameters
-
resolveJobId
-