Package | Description |
---|---|
org.apache.flink.table.factories | |
org.apache.flink.table.runtime.generated | |
org.apache.flink.table.watermark |
Modifier and Type | Field and Description |
---|---|
static ConfigOption<WatermarkEmitStrategy> |
FactoryUtil.WATERMARK_EMIT_STRATEGY |
Constructor and Description |
---|
DefaultWatermarkGenerator(WatermarkGenerator watermarkGenerator,
WatermarkEmitStrategy watermarkEmitStrategy) |
Modifier and Type | Method and Description |
---|---|
WatermarkEmitStrategy |
WatermarkParams.getEmitStrategy() |
static WatermarkEmitStrategy |
WatermarkEmitStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WatermarkEmitStrategy[] |
WatermarkEmitStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
WatermarkParams.WatermarkParamsBuilder |
WatermarkParams.WatermarkParamsBuilder.emitStrategy(WatermarkEmitStrategy emitStrategy) |
void |
WatermarkParams.setEmitStrategy(WatermarkEmitStrategy emitStrategy) |
Constructor and Description |
---|
WatermarkParams(WatermarkEmitStrategy emitStrategy,
String alignGroupName,
Duration alignMaxDrift,
Duration alignUpdateInterval,
long sourceIdleTimeout) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.