public class StreamingSuperstep
extends org.apache.flink.runtime.event.task.TaskEvent
| Modifier and Type | Field and Description |
|---|---|
protected long |
id |
protected long |
timestamp |
| Constructor and Description |
|---|
StreamingSuperstep() |
StreamingSuperstep(long id,
long timestamp) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
long |
getId() |
long |
getTimestamp() |
int |
hashCode() |
void |
read(org.apache.flink.core.memory.DataInputView in) |
String |
toString() |
void |
write(org.apache.flink.core.memory.DataOutputView out) |
public StreamingSuperstep()
public StreamingSuperstep(long id,
long timestamp)
public long getId()
public long getTimestamp()
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–2015 The Apache Software Foundation. All rights reserved.