Interface PartitionCommitPredicate.PredicateContext

Enclosing interface:
PartitionCommitPredicate

public static interface PartitionCommitPredicate.PredicateContext
Context that PartitionCommitPredicate can use for getting context about a partition.
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Return the creation time of the partition.
    long
    Return the current process time.
    long
    Returns the current event-time watermark.
    Return the partition.
  • Method Details

    • partition

      String partition()
      Return the partition.
    • createProcTime

      long createProcTime()
      Return the creation time of the partition.
    • currentProcTime

      long currentProcTime()
      Return the current process time.
    • currentWatermark

      long currentWatermark()
      Returns the current event-time watermark.