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