Interface WatermarkEstimators.WatermarkAndStateObserver<WatermarkEstimatorStateT>

  • All Superinterfaces:
    org.apache.beam.sdk.transforms.splittabledofn.WatermarkEstimator<WatermarkEstimatorStateT>
    Enclosing class:
    WatermarkEstimators

    public static interface WatermarkEstimators.WatermarkAndStateObserver<WatermarkEstimatorStateT>
    extends org.apache.beam.sdk.transforms.splittabledofn.WatermarkEstimator<WatermarkEstimatorStateT>
    Interface which allows for accessing the current watermark and watermark estimator state.
    • Method Detail

      • getWatermarkAndState

        org.apache.beam.sdk.values.KV<org.joda.time.Instant,​WatermarkEstimatorStateT> getWatermarkAndState()