Uses of Class
org.apache.flink.runtime.rest.messages.job.SubtaskExecutionAttemptDetailsInfo
Packages that use SubtaskExecutionAttemptDetailsInfo
Package
Description
-
Uses of SubtaskExecutionAttemptDetailsInfo in org.apache.flink.runtime.rest.handler.job
Methods in org.apache.flink.runtime.rest.handler.job that return SubtaskExecutionAttemptDetailsInfoModifier and TypeMethodDescriptionprotected SubtaskExecutionAttemptDetailsInfoSubtaskCurrentAttemptDetailsHandler.handleRequest(HandlerRequest<EmptyRequestBody> request, AccessExecutionVertex executionVertex) protected SubtaskExecutionAttemptDetailsInfoSubtaskExecutionAttemptDetailsHandler.handleRequest(HandlerRequest<EmptyRequestBody> request, AccessExecution execution) Constructor parameters in org.apache.flink.runtime.rest.handler.job with type arguments of type SubtaskExecutionAttemptDetailsInfoModifierConstructorDescriptionSubtaskCurrentAttemptDetailsHandler(GatewayRetriever<? extends RestfulGateway> leaderRetriever, Duration timeout, Map<String, String> responseHeaders, MessageHeaders<EmptyRequestBody, SubtaskExecutionAttemptDetailsInfo, SubtaskMessageParameters> messageHeaders, ExecutionGraphCache executionGraphCache, Executor executor, MetricFetcher metricFetcher) SubtaskExecutionAttemptDetailsHandler(GatewayRetriever<? extends RestfulGateway> leaderRetriever, Duration timeout, Map<String, String> responseHeaders, MessageHeaders<EmptyRequestBody, SubtaskExecutionAttemptDetailsInfo, SubtaskAttemptMessageParameters> messageHeaders, ExecutionGraphCache executionGraphCache, Executor executor, MetricFetcher metricFetcher) Instantiates a new subtask execution attempt details handler. -
Uses of SubtaskExecutionAttemptDetailsInfo in org.apache.flink.runtime.rest.messages
Methods in org.apache.flink.runtime.rest.messages that return types with arguments of type SubtaskExecutionAttemptDetailsInfoMethod parameters in org.apache.flink.runtime.rest.messages with type arguments of type SubtaskExecutionAttemptDetailsInfoModifier and TypeMethodDescriptionstatic AggregatedTaskDetailsInfoAggregatedTaskDetailsInfo.create(List<SubtaskExecutionAttemptDetailsInfo> subtaskInfo) Constructor parameters in org.apache.flink.runtime.rest.messages with type arguments of type SubtaskExecutionAttemptDetailsInfoModifierConstructorDescriptionJobVertexDetailsInfo(JobVertexID id, String name, int parallelism, int maxParallelism, long now, List<SubtaskExecutionAttemptDetailsInfo> subtasks) -
Uses of SubtaskExecutionAttemptDetailsInfo in org.apache.flink.runtime.rest.messages.job
Methods in org.apache.flink.runtime.rest.messages.job that return SubtaskExecutionAttemptDetailsInfoModifier and TypeMethodDescriptionSubtaskExecutionAttemptDetailsInfo.create(AccessExecution execution, MetricFetcher metricFetcher, org.apache.flink.api.common.JobID jobID, JobVertexID jobVertexID, List<SubtaskExecutionAttemptDetailsInfo> otherConcurrentAttempts) Methods in org.apache.flink.runtime.rest.messages.job that return types with arguments of type SubtaskExecutionAttemptDetailsInfoModifier and TypeMethodDescriptionSubtaskExecutionAttemptDetailsInfo.getOtherConcurrentAttempts()SubtaskCurrentAttemptDetailsHeaders.getResponseClass()SubtaskExecutionAttemptDetailsHeaders.getResponseClass()Method parameters in org.apache.flink.runtime.rest.messages.job with type arguments of type SubtaskExecutionAttemptDetailsInfoModifier and TypeMethodDescriptionSubtaskExecutionAttemptDetailsInfo.create(AccessExecution execution, MetricFetcher metricFetcher, org.apache.flink.api.common.JobID jobID, JobVertexID jobVertexID, List<SubtaskExecutionAttemptDetailsInfo> otherConcurrentAttempts) Constructor parameters in org.apache.flink.runtime.rest.messages.job with type arguments of type SubtaskExecutionAttemptDetailsInfoModifierConstructorDescriptionSubtaskExecutionAttemptDetailsInfo(int subtaskIndex, ExecutionState status, int attempt, String endpoint, long startTime, long endTime, long duration, IOMetricsInfo ioMetricsInfo, String taskmanagerId, Map<ExecutionState, Long> statusDuration, List<SubtaskExecutionAttemptDetailsInfo> otherConcurrentAttempts)