Interface UserFunctionProvider<F extends org.apache.flink.api.common.functions.Function>
-
- All Known Implementing Classes:
AbstractAsyncStateUdfStreamOperator
,AbstractUdfStreamOperator
,AsyncEvictingWindowOperator
,AsyncIntervalJoinOperator
,AsyncKeyedProcessOperator
,AsyncStreamFlatMap
,AsyncWindowOperator
,BatchCoBroadcastWithKeyedOperator
,BatchCoBroadcastWithNonKeyedOperator
,BatchGroupedReduceOperator
,CoBroadcastWithKeyedOperator
,CoBroadcastWithNonKeyedOperator
,CollectSinkOperator
,CoProcessOperator
,CoStreamFlatMap
,CoStreamMap
,EvictingWindowOperator
,IntervalJoinOperator
,KeyedCoProcessOperator
,KeyedProcessOperator
,LegacyKeyedCoProcessOperator
,LegacyKeyedProcessOperator
,MapPartitionOperator
,PartitionAggregateOperator
,PartitionReduceOperator
,ProcessOperator
,StreamFilter
,StreamFlatMap
,StreamGroupedReduceAsyncStateOperator
,StreamGroupedReduceOperator
,StreamMap
,StreamSink
,StreamSource
,WindowOperator
@Internal public interface UserFunctionProvider<F extends org.apache.flink.api.common.functions.Function>
The interface with user function.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description F
getUserFunction()
-
-
-
Method Detail
-
getUserFunction
F getUserFunction()
-
-