| 程序包 | 说明 |
|---|---|
| org.apache.flink.table.filesystem.stream |
| 限定符和类型 | 类和说明 |
|---|---|
class |
PartitionTimeCommitTigger
Partition commit trigger by partition time and watermark,
if 'watermark' > 'partition-time' + 'delay', will commit the partition.
|
class |
ProcTimeCommitTigger
Partition commit trigger by creation time and processing time service,
if 'current processing time' > 'partition creation time' + 'delay', will commit the partition.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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–2020 The Apache Software Foundation. All rights reserved.