Package org.apache.beam.sdk.testing
Class TestStream.ProcessingTimeEvent<T>
java.lang.Object
org.apache.beam.sdk.testing.TestStream.ProcessingTimeEvent<T>
- All Implemented Interfaces:
TestStream.Event<T>
- Enclosing class:
TestStream<T>
public abstract static class TestStream.ProcessingTimeEvent<T>
extends Object
implements TestStream.Event<T>
A
TestStream.Event
that advances the processing time clock.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> TestStream.Event
<T> For internal use only: no backwards compatibility guarantees.abstract Duration
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.beam.sdk.testing.TestStream.Event
getType
-
Constructor Details
-
ProcessingTimeEvent
public ProcessingTimeEvent()
-
-
Method Details
-
getProcessingTimeAdvance
-
advanceBy
For internal use only: no backwards compatibility guarantees.
-