public abstract class IterationEventWithAggregators extends AbstractTaskEvent
| Modifier and Type | Field and Description |
|---|---|
protected static String[] |
NO_STRINGS |
protected static Value[] |
NO_VALUES |
| Modifier | Constructor and Description |
|---|---|
protected |
IterationEventWithAggregators() |
protected |
IterationEventWithAggregators(Map<String,Aggregator<?>> aggregators) |
protected |
IterationEventWithAggregators(String aggregatorName,
Value aggregate) |
| Modifier and Type | Method and Description |
|---|---|
Value[] |
getAggregates(ClassLoader classResolver) |
String[] |
getAggregatorNames() |
void |
read(DataInputView in) |
void |
write(DataOutputView out) |
protected static final String[] NO_STRINGS
protected static final Value[] NO_VALUES
protected IterationEventWithAggregators()
protected IterationEventWithAggregators(String aggregatorName, Value aggregate)
protected IterationEventWithAggregators(Map<String,Aggregator<?>> aggregators)
public String[] getAggregatorNames()
public Value[] getAggregates(ClassLoader classResolver)
public void write(DataOutputView out) throws IOException
IOExceptionpublic void read(DataInputView in) throws IOException
IOExceptionCopyright © 2015 The Apache Software Foundation. All rights reserved.