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

    Constructors
    Constructor
    Description
    LockRemoverOperatorFactory(String tableName, List<String> maintenanceTaskNames)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    <T extends org.apache.flink.streaming.api.operators.StreamOperator<Void>>
    T
    createStreamOperator(org.apache.flink.streaming.api.operators.StreamOperatorParameters<Void> parameters)
     
    org.apache.flink.runtime.operators.coordination.OperatorCoordinator.Provider
    getCoordinatorProvider(String operatorName, org.apache.flink.runtime.jobgraph.OperatorID operatorID)
     
    Class<? extends org.apache.flink.streaming.api.operators.StreamOperator>
     

    Methods inherited from class org.apache.flink.streaming.api.operators.AbstractStreamOperatorFactory

    getChainingStrategy, getMailboxExecutor, setChainingStrategy, setMailboxExecutor, setProcessingTimeService

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apache.flink.streaming.api.operators.StreamOperatorFactory

    getChainingStrategy, getOperatorAttributes, isInputTypeConfigurable, isLegacySource, isOutputTypeConfigurable, isStreamSource, setChainingStrategy, setInputType, setOutputType
  • Constructor Details

    • LockRemoverOperatorFactory

      public LockRemoverOperatorFactory(String tableName, List<String> maintenanceTaskNames)
  • Method Details

    • getCoordinatorProvider

      public org.apache.flink.runtime.operators.coordination.OperatorCoordinator.Provider getCoordinatorProvider(String operatorName, org.apache.flink.runtime.jobgraph.OperatorID operatorID)
      Specified by:
      getCoordinatorProvider in interface org.apache.flink.streaming.api.operators.CoordinatedOperatorFactory<Void>
    • createStreamOperator

      public <T extends org.apache.flink.streaming.api.operators.StreamOperator<Void>> T createStreamOperator(org.apache.flink.streaming.api.operators.StreamOperatorParameters<Void> parameters)
      Specified by:
      createStreamOperator in interface org.apache.flink.streaming.api.operators.CoordinatedOperatorFactory<Void>
      Specified by:
      createStreamOperator in interface org.apache.flink.streaming.api.operators.StreamOperatorFactory<Void>
    • getStreamOperatorClass

      public Class<? extends org.apache.flink.streaming.api.operators.StreamOperator> getStreamOperatorClass(ClassLoader classLoader)
      Specified by:
      getStreamOperatorClass in interface org.apache.flink.streaming.api.operators.StreamOperatorFactory<Void>