Class LockRemoverOperatorFactory
java.lang.Object
org.apache.flink.streaming.api.operators.AbstractStreamOperatorFactory<Void>
org.apache.iceberg.flink.maintenance.operator.LockRemoverOperatorFactory
- All Implemented Interfaces:
Serializable,org.apache.flink.streaming.api.operators.CoordinatedOperatorFactory<Void>,org.apache.flink.streaming.api.operators.OneInputStreamOperatorFactory<TaskResult,,Void> org.apache.flink.streaming.api.operators.StreamOperatorFactory<Void>,org.apache.flink.streaming.runtime.tasks.ProcessingTimeServiceAware
@Internal
public class LockRemoverOperatorFactory
extends org.apache.flink.streaming.api.operators.AbstractStreamOperatorFactory<Void>
implements org.apache.flink.streaming.api.operators.CoordinatedOperatorFactory<Void>, org.apache.flink.streaming.api.operators.OneInputStreamOperatorFactory<TaskResult,Void>
- See Also:
-
Field Summary
Fields inherited from class org.apache.flink.streaming.api.operators.AbstractStreamOperatorFactory
chainingStrategy, processingTimeService -
Constructor Summary
ConstructorsConstructorDescriptionLockRemoverOperatorFactory(String tableName, List<String> maintenanceTaskNames) -
Method Summary
Modifier and TypeMethodDescription<T extends org.apache.flink.streaming.api.operators.StreamOperator<Void>>
TcreateStreamOperator(org.apache.flink.streaming.api.operators.StreamOperatorParameters<Void> 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) Methods 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
-
LockRemoverOperatorFactory
-
-
Method Details
-
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<Void>
-
createStreamOperator
-
getStreamOperatorClass
public Class<? extends org.apache.flink.streaming.api.operators.StreamOperator> getStreamOperatorClass(ClassLoader classLoader) - Specified by:
getStreamOperatorClassin interfaceorg.apache.flink.streaming.api.operators.StreamOperatorFactory<Void>
-