Class DynamicFilteringDataCollectorOperatorFactory
java.lang.Object
org.apache.flink.streaming.api.operators.AbstractStreamOperatorFactory<Object>
org.apache.flink.table.runtime.operators.dynamicfiltering.DynamicFilteringDataCollectorOperatorFactory
- All Implemented Interfaces:
Serializable,org.apache.flink.streaming.api.operators.CoordinatedOperatorFactory<Object>,org.apache.flink.streaming.api.operators.StreamOperatorFactory<Object>,org.apache.flink.streaming.runtime.tasks.ProcessingTimeServiceAware
public class DynamicFilteringDataCollectorOperatorFactory
extends org.apache.flink.streaming.api.operators.AbstractStreamOperatorFactory<Object>
implements org.apache.flink.streaming.api.operators.CoordinatedOperatorFactory<Object>
The factory class for
DynamicFilteringDataCollectorOperator.- See Also:
-
Field Summary
Fields inherited from class org.apache.flink.streaming.api.operators.AbstractStreamOperatorFactory
chainingStrategy, processingTimeService -
Constructor Summary
ConstructorsConstructorDescriptionDynamicFilteringDataCollectorOperatorFactory(org.apache.flink.table.types.logical.RowType dynamicFilteringFieldType, List<Integer> dynamicFilteringFieldIndices, long threshold) -
Method Summary
Modifier and TypeMethodDescription<T extends org.apache.flink.streaming.api.operators.StreamOperator<Object>>
TcreateStreamOperator(org.apache.flink.streaming.api.operators.StreamOperatorParameters<Object> parameters) org.apache.flink.runtime.operators.coordination.OperatorCoordinator.ProvidergetCoordinatorProvider(String operatorName, org.apache.flink.runtime.jobgraph.OperatorID operatorID) Class<? extends org.apache.flink.streaming.api.operators.StreamOperator>getStreamOperatorClass(ClassLoader classLoader) voidMethods inherited from class org.apache.flink.streaming.api.operators.AbstractStreamOperatorFactory
getChainingStrategy, getMailboxExecutor, setChainingStrategy, setMailboxExecutor, setProcessingTimeServiceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.flink.streaming.api.operators.StreamOperatorFactory
getChainingStrategy, getOperatorAttributes, isInputTypeConfigurable, isLegacySource, isOutputTypeConfigurable, isStreamSource, setChainingStrategy, setInputType, setOutputType
-
Constructor Details
-
DynamicFilteringDataCollectorOperatorFactory
-
-
Method Details
-
createStreamOperator
-
registerDynamicFilteringDataListenerID
-
getStreamOperatorClass
public Class<? extends org.apache.flink.streaming.api.operators.StreamOperator> getStreamOperatorClass(ClassLoader classLoader) - Specified by:
getStreamOperatorClassin interfaceorg.apache.flink.streaming.api.operators.StreamOperatorFactory<Object>
-
getCoordinatorProvider
public org.apache.flink.runtime.operators.coordination.OperatorCoordinator.Provider getCoordinatorProvider(String operatorName, org.apache.flink.runtime.jobgraph.OperatorID operatorID) - Specified by:
getCoordinatorProviderin interfaceorg.apache.flink.streaming.api.operators.CoordinatedOperatorFactory<Object>
-