Interface | Description |
---|---|
PartitionCommitPredicate |
Partition commit predicate.
|
PartitionCommitPredicate.PredicateContext |
Context that
PartitionCommitPredicate can use for getting context about a partition. |
PartitionCommitTrigger |
Partition commit trigger.
|
Class | Description |
---|---|
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> |
Writer for emitting
PartitionCommitInfo to downstream. |
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.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.