| Package | Description |
|---|---|
| org.apache.flink.table.factories | |
| org.apache.flink.table.watermark |
| Modifier and Type | Field and Description |
|---|---|
static org.apache.flink.configuration.ConfigOption<WatermarkEmitStrategy> |
FactoryUtil.WATERMARK_EMIT_STRATEGY |
| 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–2025 The Apache Software Foundation. All rights reserved.