Package | Description |
---|---|
org.apache.flink.runtime.rest.messages | |
org.apache.flink.runtime.rest.messages.job |
Constructor and Description |
---|
TaskManagersInfo(String host,
ExecutionState status,
long startTime,
long endTime,
long duration,
IOMetricsInfo metrics,
Map<ExecutionState,Integer> statusCounts,
String taskmanagerId) |
Modifier and Type | Method and Description |
---|---|
IOMetricsInfo |
SubtaskExecutionAttemptDetailsInfo.getIoMetricsInfo() |
IOMetricsInfo |
JobDetailsInfo.JobVertexDetailsInfo.getJobVertexMetrics() |
Constructor and Description |
---|
JobVertexDetailsInfo(JobVertexID jobVertexID,
String name,
int parallelism,
ExecutionState executionState,
long startTime,
long endTime,
long duration,
Map<ExecutionState,Integer> tasksPerState,
IOMetricsInfo jobVertexMetrics) |
SubtaskExecutionAttemptDetailsInfo(int subtaskIndex,
ExecutionState status,
int attempt,
String host,
long startTime,
long endTime,
long duration,
IOMetricsInfo ioMetricsInfo,
String taskmanagerId) |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.