public class SubtaskExecutionAttemptAccumulatorsInfo extends Object implements ResponseBody
SubtaskExecutionAttemptAccumulatorsHandler.| Modifier and Type | Field and Description |
|---|---|
static String |
FIELD_NAME_ATTEMPT_NUM |
static String |
FIELD_NAME_ID |
static String |
FIELD_NAME_SUBTASK_INDEX |
static String |
FIELD_NAME_USER_ACCUMULATORS |
| Constructor and Description |
|---|
SubtaskExecutionAttemptAccumulatorsInfo(int subtaskIndex,
int attemptNum,
String id,
Collection<UserAccumulator> userAccumulatorList) |
public static final String FIELD_NAME_SUBTASK_INDEX
public static final String FIELD_NAME_ATTEMPT_NUM
public static final String FIELD_NAME_ID
public static final String FIELD_NAME_USER_ACCUMULATORS
public SubtaskExecutionAttemptAccumulatorsInfo(int subtaskIndex,
int attemptNum,
String id,
Collection<UserAccumulator> userAccumulatorList)
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.