Uses of Class
org.apache.flink.runtime.rest.messages.job.SubtaskMessageParameters
Packages that use SubtaskMessageParameters
Package
Description
-
Uses of SubtaskMessageParameters in org.apache.flink.runtime.rest.handler.job
Classes in org.apache.flink.runtime.rest.handler.job with type parameters of type SubtaskMessageParametersModifier and TypeClassDescriptionclassAbstractSubtaskHandler<R extends ResponseBody,M extends SubtaskMessageParameters> Base class for request handlers whose response depends on a specific subtask (defined via the "SubtaskIndexPathParameter.KEY" in a specific job vertex, (defined via the "JobVertexIdPathParameter.KEY" parameter) in a specific job, defined via (defined via the "JobIDPathParameter.KEY" parameter).Constructor parameters in org.apache.flink.runtime.rest.handler.job with type arguments of type SubtaskMessageParametersModifierConstructorDescriptionSubtaskCurrentAttemptDetailsHandler(GatewayRetriever<? extends RestfulGateway> leaderRetriever, Duration timeout, Map<String, String> responseHeaders, MessageHeaders<EmptyRequestBody, SubtaskExecutionAttemptDetailsInfo, SubtaskMessageParameters> messageHeaders, ExecutionGraphCache executionGraphCache, Executor executor, MetricFetcher metricFetcher) -
Uses of SubtaskMessageParameters in org.apache.flink.runtime.rest.messages.job
Subclasses of SubtaskMessageParameters in org.apache.flink.runtime.rest.messages.jobModifier and TypeClassDescriptionclassThe type Subtask attempt message parameters.Methods in org.apache.flink.runtime.rest.messages.job that return SubtaskMessageParametersModifier and TypeMethodDescriptionSubtaskCurrentAttemptDetailsHeaders.getUnresolvedMessageParameters() -
Uses of SubtaskMessageParameters in org.apache.flink.runtime.rest.messages.job.metrics
Modifier and TypeClassDescriptionclass