public static interface PartitionCommitPredicate.PredicateContext
PartitionCommitPredicate
can use for getting context about a partition.Modifier and Type | Method and Description |
---|---|
long |
createProcTime()
Return the creation time of the partition.
|
long |
currentProcTime()
Return the current process time.
|
long |
currentWatermark()
Returns the current event-time watermark.
|
String |
partition()
Return the partition.
|
String partition()
long createProcTime()
long currentProcTime()
long currentWatermark()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.