public static class SubtasksAllAccumulatorsInfo.SubtaskAccumulatorsInfo extends Object
Modifier and Type | Field and Description |
---|---|
static String |
FIELD_NAME_ATTEMPT_NUM |
static String |
FIELD_NAME_ENDPOINT |
static String |
FIELD_NAME_HOST
Deprecated.
|
static String |
FIELD_NAME_SUBTASK_INDEX |
static String |
FIELD_NAME_USER_ACCUMULATORS |
Constructor and Description |
---|
SubtaskAccumulatorsInfo(int subtaskIndex,
int attemptNum,
String host,
String endpoint,
Collection<UserAccumulator> userAccumulators) |
public static final String FIELD_NAME_SUBTASK_INDEX
public static final String FIELD_NAME_ATTEMPT_NUM
@Deprecated public static final String FIELD_NAME_HOST
public static final String FIELD_NAME_ENDPOINT
public static final String FIELD_NAME_USER_ACCUMULATORS
public SubtaskAccumulatorsInfo(int subtaskIndex, int attemptNum, String host, String endpoint, Collection<UserAccumulator> userAccumulators)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.