AbstractStreamingWriter<IN,OUT> |
Operator for file system sink.
|
PartitionCommitInfo |
The message sent by upstream.
|
PartitionCommitter |
Committer operator for partitions.
|
PartitionTimeCommitPredicate |
Partition commit predicate by partition time and watermark, if 'watermark' > 'partition-time' +
'delay', the partition is committable.
|
PartitionTimeCommitTrigger |
Partition commit trigger by partition time and watermark.
|
ProcTimeCommitPredicate |
Partition commit trigger by creation time and processing time service, if 'current processing
time' > 'partition creation time' + 'delay', the partition is committable.
|
ProcTimeCommitTrigger |
Partition commit trigger by creation time and processing time service.
|
StreamingFileWriter<IN> |
|
StreamingSink |
Helper for creating streaming file sink.
|
TaskTracker |
Track the upstream tasks to determine whether all the upstream data of a checkpoint has been
received.
|