| Package | Description |
|---|---|
| org.apache.flink.table.planner.plan.nodes.exec.stream | |
| org.apache.flink.table.planner.plan.trait |
| Constructor and Description |
|---|
StreamExecMiniBatchAssigner(int id,
ExecNodeContext context,
org.apache.flink.configuration.ReadableConfig persistedConfig,
MiniBatchInterval miniBatchInterval,
List<InputProperty> inputProperties,
org.apache.flink.table.types.logical.RowType outputType,
String description) |
StreamExecMiniBatchAssigner(org.apache.flink.configuration.ReadableConfig tableConfig,
MiniBatchInterval miniBatchInterval,
InputProperty inputProperty,
org.apache.flink.table.types.logical.RowType outputType,
String description) |
| Modifier and Type | Field and Description |
|---|---|
static MiniBatchInterval |
MiniBatchInterval.NO_MINIBATCH
specific for cases when there exists nodes require watermark but mini-batch interval of
watermark is disabled by force, e.g.
|
static MiniBatchInterval |
MiniBatchInterval.NONE
default none value.
|
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.