Class MiniBatchInterval
java.lang.Object
org.apache.flink.table.planner.plan.trait.MiniBatchInterval
The pojo class that describes the mini-batch interval and mini-batch mode.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final MiniBatchIntervalspecific 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 MiniBatchIntervaldefault none value. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
FIELD_NAME_INTERVAL
- See Also:
-
FIELD_NAME_MODE
- See Also:
-
NONE
default none value. -
NO_MINIBATCH
specific for cases when there exists nodes require watermark but mini-batch interval of watermark is disabled by force, e.g. existing window aggregate.The difference between NONE AND NO_MINIBATCH is when merging with other miniBatchInterval, NONE case yields other miniBatchInterval, while NO_MINIBATCH case yields NO_MINIBATCH.
-
-
Constructor Details
-
MiniBatchInterval
-
-
Method Details