Class JobExceptionsMessageParameters
java.lang.Object
org.apache.flink.runtime.rest.messages.MessageParameters
org.apache.flink.runtime.rest.messages.JobMessageParameters
org.apache.flink.runtime.rest.messages.job.JobExceptionsMessageParameters
-
Field Summary
Fields inherited from class org.apache.flink.runtime.rest.messages.JobMessageParameters
jobPathParameter -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the collection ofMessageQueryParameterthat the request supports.Methods inherited from class org.apache.flink.runtime.rest.messages.JobMessageParameters
getPathParametersMethods inherited from class org.apache.flink.runtime.rest.messages.MessageParameters
isResolved, resolveUrl
-
Constructor Details
-
JobExceptionsMessageParameters
public JobExceptionsMessageParameters()
-
-
Method Details
-
getQueryParameters
Description copied from class:MessageParametersReturns the collection ofMessageQueryParameterthat the request supports. The collection should not be modifiable.- Overrides:
getQueryParametersin classJobMessageParameters- Returns:
- collection of all supported message query parameters
-