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