Package org.apache.flink.connector.file.table.stream
package org.apache.flink.connector.file.table.stream
-
ClassDescriptionAbstractStreamingWriter<IN,
OUT> Operator for file system sink.The message sent by upstream.Partition commit predicate.Context thatPartitionCommitPredicatecan use for getting context about a partition.Committer operator for partitions.Partition commit trigger.Partition commit predicate by partition time and watermark, if 'watermark' > 'partition-time' + 'delay', the partition is committable.Partition commit trigger by partition time and watermark.Partition commit trigger by creation time and processing time service, if 'current processing time' > 'partition creation time' + 'delay', the partition is committable.Partition commit trigger by creation time and processing time service.Writer for emittingPartitionCommitInfoto downstream.Helper for creating streaming file sink.Track the upstream tasks to determine whether all the upstream data of a checkpoint has been received.