Uses of Class
org.apache.flink.table.planner.plan.trait.MiniBatchInterval
Packages that use MiniBatchInterval
Package
Description
-
Uses of MiniBatchInterval in org.apache.flink.table.planner.plan.nodes.exec.stream
Constructors in org.apache.flink.table.planner.plan.nodes.exec.stream with parameters of type MiniBatchIntervalModifierConstructorDescriptionStreamExecMiniBatchAssigner(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) -
Uses of MiniBatchInterval in org.apache.flink.table.planner.plan.trait
Fields in org.apache.flink.table.planner.plan.trait declared as MiniBatchIntervalModifier and TypeFieldDescriptionstatic final MiniBatchIntervalMiniBatchInterval.NO_MINIBATCHspecific for cases when there exists nodes require watermark but mini-batch interval of watermark is disabled by force, e.g. existing window aggregate.static final MiniBatchIntervalMiniBatchInterval.NONEdefault none value.