Class ProcTimeCommitPredicate
java.lang.Object
org.apache.flink.connector.file.table.stream.ProcTimeCommitPredicate
- All Implemented Interfaces:
PartitionCommitPredicate
Partition commit trigger by creation time and processing time service, if 'current processing
time' > 'partition creation time' + 'delay', the partition is committable.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.flink.connector.file.table.stream.PartitionCommitPredicate
PartitionCommitPredicate.PredicateContext -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisPartitionCommittable(PartitionCommitPredicate.PredicateContext predicateContext)
-
Constructor Details
-
ProcTimeCommitPredicate
public ProcTimeCommitPredicate(org.apache.flink.configuration.Configuration conf)
-
-
Method Details
-
isPartitionCommittable
- Specified by:
isPartitionCommittablein interfacePartitionCommitPredicate
-