| Package | Description |
|---|---|
| org.apache.flink.table.filesystem.stream |
| Modifier and Type | Class and Description |
|---|---|
class |
PartitionTimeCommitTrigger
Partition commit trigger by partition time and watermark, if 'watermark' > 'partition-time' +
'delay', will commit the partition.
|
class |
ProcTimeCommitTrigger
Partition commit trigger by creation time and processing time service, if 'current processing
time' > 'partition creation time' + 'delay', will commit the partition.
|
| Modifier and Type | Method and Description |
|---|---|
static PartitionCommitTrigger |
PartitionCommitTrigger.create(boolean isRestored,
org.apache.flink.api.common.state.OperatorStateStore stateStore,
org.apache.flink.configuration.Configuration conf,
ClassLoader cl,
List<String> partitionKeys,
org.apache.flink.streaming.runtime.tasks.ProcessingTimeService procTimeService) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.