public class Event extends Object
DataStreamAllroundTestProgram
.Constructor and Description |
---|
Event(int key,
long eventTime,
long sequenceNumber,
String payload) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
long |
getEventTime() |
int |
getKey() |
String |
getPayload() |
long |
getSequenceNumber() |
int |
hashCode() |
String |
toString() |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.