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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic <T> TestStream.Event<T> For internal use only: no backwards compatibility guarantees.abstract InstantMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.beam.sdk.testing.TestStream.EventgetType
- 
Constructor Details- 
WatermarkEventpublic WatermarkEvent()
 
- 
- 
Method Details- 
getWatermark
- 
advanceToFor internal use only: no backwards compatibility guarantees.
 
-