Uses of Interface
org.apache.flink.table.runtime.context.ExecutionContext
Packages that use ExecutionContext
Package
Description
-
Uses of ExecutionContext in org.apache.flink.table.runtime.context
Classes in org.apache.flink.table.runtime.context that implement ExecutionContextModifier and TypeClassDescriptionfinal classImplementation of ExecutionContext. -
Uses of ExecutionContext in org.apache.flink.table.runtime.operators.aggregate
Methods in org.apache.flink.table.runtime.operators.aggregate with parameters of type ExecutionContextModifier and TypeMethodDescriptionvoidMiniBatchGlobalGroupAggFunction.open(ExecutionContext ctx) voidMiniBatchGroupAggFunction.open(ExecutionContext ctx) voidMiniBatchIncrementalGroupAggFunction.open(ExecutionContext ctx) voidMiniBatchLocalGroupAggFunction.open(ExecutionContext ctx) -
Uses of ExecutionContext in org.apache.flink.table.runtime.operators.bundle
Fields in org.apache.flink.table.runtime.operators.bundle declared as ExecutionContextMethods in org.apache.flink.table.runtime.operators.bundle with parameters of type ExecutionContext -
Uses of ExecutionContext in org.apache.flink.table.runtime.operators.deduplicate
Methods in org.apache.flink.table.runtime.operators.deduplicate with parameters of type ExecutionContextModifier and TypeMethodDescriptionvoidProcTimeMiniBatchDeduplicateKeepLastRowFunction.open(ExecutionContext ctx) -
Uses of ExecutionContext in org.apache.flink.table.runtime.operators.over.frame
Methods in org.apache.flink.table.runtime.operators.over.frame with parameters of type ExecutionContextModifier and TypeMethodDescriptionvoidInsensitiveOverFrame.open(ExecutionContext ctx) voidOffsetOverFrame.open(ExecutionContext ctx) voidOverWindowFrame.open(ExecutionContext ctx) Open to init withExecutionContext.voidRangeSlidingOverFrame.open(ExecutionContext ctx) voidRangeUnboundedFollowingOverFrame.open(ExecutionContext ctx) voidRangeUnboundedPrecedingOverFrame.open(ExecutionContext ctx) voidSlidingOverFrame.open(ExecutionContext ctx) voidUnboundedFollowingOverFrame.open(ExecutionContext ctx) voidUnboundedOverWindowFrame.open(ExecutionContext ctx) voidUnboundedPrecedingOverFrame.open(ExecutionContext ctx)