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(DataInputView in)
Reads the object's internal data from the given data input view.
|
void |
write(DataOutputView out)
Writes the object's internal data to the given data output view.
|
public static final TerminationEvent INSTANCE
public void write(DataOutputView out) throws IOException
IOReadableWritable
out
- the output view to receive the data.IOException
- thrown if any error occurs while writing to the output streampublic void read(DataInputView in) throws IOException
IOReadableWritable
in
- the input view to read the data fromIOException
- thrown if any error occurs while reading from the input streamCopyright © 2014–2020 The Apache Software Foundation. All rights reserved.