Package com.hazelcast.jet.pipeline.test
Class SimpleEvent
java.lang.Object
com.hazelcast.jet.pipeline.test.SimpleEvent
- All Implemented Interfaces:
Serializable
A simple event with a timestamp and a sequence number.
- Since:
- Jet 3.2
- See Also:
-
Constructor Summary
ConstructorDescriptionSimpleEvent
(long timestamp, long sequence) Create an event with the given timestamp and sequence number -
Method Summary
-
Constructor Details
-
SimpleEvent
public SimpleEvent(long timestamp, long sequence) Create an event with the given timestamp and sequence number
-
-
Method Details