public class EndOfChannelStateEvent extends RuntimeEvent
RecoveredInputChannel
of this subtask or ResultSubpartition
on the
upstream.Modifier and Type | Field and Description |
---|---|
static EndOfChannelStateEvent |
INSTANCE
The singleton instance of this event.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
void |
read(DataInputView in)
Reads the object's internal data from the given data input view.
|
String |
toString() |
void |
write(DataOutputView out)
Writes the object's internal data to the given data output view.
|
public static final EndOfChannelStateEvent INSTANCE
public void read(DataInputView in)
IOReadableWritable
in
- the input view to read the data frompublic void write(DataOutputView out)
IOReadableWritable
out
- the output view to receive the data.Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.