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
-
public class JobExceptionsMessageParameters extends JobMessageParameters
-
-
Field Summary
-
Fields inherited from class org.apache.flink.runtime.rest.messages.JobMessageParameters
jobPathParameter
-
-
Constructor Summary
Constructors Constructor Description JobExceptionsMessageParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<MessageQueryParameter<?>>
getQueryParameters()
Returns the collection ofMessageQueryParameter
that the request supports.-
Methods inherited from class org.apache.flink.runtime.rest.messages.JobMessageParameters
getPathParameters
-
Methods inherited from class org.apache.flink.runtime.rest.messages.MessageParameters
isResolved, resolveUrl
-
-
-
-
Method Detail
-
getQueryParameters
public Collection<MessageQueryParameter<?>> getQueryParameters()
Description copied from class:MessageParameters
Returns the collection ofMessageQueryParameter
that the request supports. The collection should not be modifiable.- Overrides:
getQueryParameters
in classJobMessageParameters
- Returns:
- collection of all supported message query parameters
-
-