public abstract class IterationEventWithAggregators extends TaskEvent
TaskEvent transmitting operator aggregators.| Modifier and Type | Field and Description |
|---|---|
protected static String[] |
NO_STRINGS |
protected static org.apache.flink.types.Value[] |
NO_VALUES |
| Modifier | Constructor and Description |
|---|---|
protected |
IterationEventWithAggregators() |
protected |
IterationEventWithAggregators(Map<String,org.apache.flink.api.common.aggregators.Aggregator<?>> aggregators) |
protected |
IterationEventWithAggregators(String aggregatorName,
org.apache.flink.types.Value aggregate) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.types.Value[] |
getAggregates(ClassLoader classResolver) |
String[] |
getAggregatorNames() |
void |
read(org.apache.flink.core.memory.DataInputView in) |
void |
write(org.apache.flink.core.memory.DataOutputView out) |
protected static final String[] NO_STRINGS
protected static final org.apache.flink.types.Value[] NO_VALUES
protected IterationEventWithAggregators()
protected IterationEventWithAggregators(String aggregatorName, org.apache.flink.types.Value aggregate)
public String[] getAggregatorNames()
public org.apache.flink.types.Value[] getAggregates(ClassLoader classResolver)
public void write(org.apache.flink.core.memory.DataOutputView out)
throws IOException
IOExceptionpublic void read(org.apache.flink.core.memory.DataInputView in)
throws IOException
IOExceptionCopyright © 2014–2020 The Apache Software Foundation. All rights reserved.