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 TypeMethodDescriptionlongReturn the creation time of the partition.longReturn the current process time.longReturns 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.
-