- java.lang.Object
-
- org.apache.flink.streaming.api.operators.AbstractStreamOperatorFactory<OUT>
-
- org.apache.paimon.flink.sink.PrepareCommitOperator.Factory<IN,OUT>
-
- All Implemented Interfaces:
- Serializable, org.apache.flink.streaming.api.operators.OneInputStreamOperatorFactory<IN,OUT>, org.apache.flink.streaming.api.operators.StreamOperatorFactory<OUT>, org.apache.flink.streaming.runtime.tasks.ProcessingTimeServiceAware
- Direct Known Subclasses:
- AppendCompactWorkerOperator.Factory, AppendOnlyMultiTableCompactionWorkerOperator.Factory, CdcRecordStoreMultiWriteOperator.Factory, MultiTablesStoreCompactOperator.Factory, StoreCompactOperator.Factory, TableWriteOperator.Factory
- Enclosing class:
- PrepareCommitOperator<IN,OUT>
protected abstract static class PrepareCommitOperator.Factory<IN,OUT>
extends org.apache.flink.streaming.api.operators.AbstractStreamOperatorFactory<OUT>
implements org.apache.flink.streaming.api.operators.OneInputStreamOperatorFactory<IN,OUT>
- See Also:
- Serialized Form
-
-
Field Summary
Fields
Modifier and Type |
Field and Description |
protected Options |
options |
-
Fields inherited from class org.apache.flink.streaming.api.operators.AbstractStreamOperatorFactory
chainingStrategy, processingTimeService
-
Constructor Summary
Constructors
Modifier |
Constructor and Description |
protected |
Factory(Options options) |
-
Method Summary
-
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
createStreamOperator, getChainingStrategy, getOperatorAttributes, getStreamOperatorClass, isInputTypeConfigurable, isLegacySource, isOutputTypeConfigurable, isStreamSource, setChainingStrategy, setInputType, setOutputType
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.