Class 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.