Class ProcTimeCommitPredicate

java.lang.Object
org.apache.flink.connector.file.table.stream.ProcTimeCommitPredicate
All Implemented Interfaces:
PartitionCommitPredicate

@Internal public class ProcTimeCommitPredicate extends Object implements PartitionCommitPredicate
Partition commit trigger by creation time and processing time service, if 'current processing time' > 'partition creation time' + 'delay', the partition is committable.