public abstract class IterationEventWithAggregators extends TaskEvent
TaskEvent transmitting operator aggregators.| 限定符和类型 | 字段和说明 |
|---|---|
protected static String[] |
NO_STRINGS |
protected static org.apache.flink.types.Value[] |
NO_VALUES |
| 限定符 | 构造器和说明 |
|---|---|
protected |
IterationEventWithAggregators() |
protected |
IterationEventWithAggregators(Map<String,org.apache.flink.api.common.aggregators.Aggregator<?>> aggregators) |
protected |
IterationEventWithAggregators(String aggregatorName,
org.apache.flink.types.Value aggregate) |
| 限定符和类型 | 方法和说明 |
|---|---|
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–2023 The Apache Software Foundation. All rights reserved.