| Package | Description |
|---|---|
| org.apache.flink.runtime.rest.messages | |
| org.apache.flink.runtime.rest.messages.job |
| Constructor and Description |
|---|
JobVertexAccumulatorsInfo(String id,
Collection<UserAccumulator> userAccumulatorList) |
| Constructor and Description |
|---|
SubtaskAccumulatorsInfo(int subtaskIndex,
int attemptNum,
String host,
String endpoint,
Collection<UserAccumulator> userAccumulators) |
SubtaskExecutionAttemptAccumulatorsInfo(int subtaskIndex,
int attemptNum,
String id,
Collection<UserAccumulator> userAccumulatorList) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.