public class TerminationEvent extends TaskEvent
Modifier and Type | Field and Description |
---|---|
static TerminationEvent |
INSTANCE |
Constructor and Description |
---|
TerminationEvent() |
Modifier and Type | Method and Description |
---|---|
void |
read(org.apache.flink.core.memory.DataInputView in) |
void |
write(org.apache.flink.core.memory.DataOutputView out) |
public static final TerminationEvent INSTANCE
public void write(org.apache.flink.core.memory.DataOutputView out) throws IOException
IOException
public void read(org.apache.flink.core.memory.DataInputView in) throws IOException
IOException
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.