Class CompactCoordinatorFactory
- java.lang.Object
-
- org.apache.flink.streaming.api.operators.AbstractStreamOperatorFactory<CompactorRequest>
-
- org.apache.flink.connector.file.sink.compactor.operator.CompactCoordinatorFactory
-
- All Implemented Interfaces:
Serializable
,OneInputStreamOperatorFactory<CommittableMessage<FileSinkCommittable>,CompactorRequest>
,StreamOperatorFactory<CompactorRequest>
,ProcessingTimeServiceAware
@Internal public class CompactCoordinatorFactory extends AbstractStreamOperatorFactory<CompactorRequest> implements OneInputStreamOperatorFactory<CommittableMessage<FileSinkCommittable>,CompactorRequest>
Factory forCompactCoordinator
.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.flink.streaming.api.operators.AbstractStreamOperatorFactory
chainingStrategy, processingTimeService
-
-
Constructor Summary
Constructors Constructor Description CompactCoordinatorFactory(FileCompactStrategy strategy, SerializableSupplierWithException<SimpleVersionedSerializer<FileSinkCommittable>,IOException> committableSerializerSupplier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T extends StreamOperator<CompactorRequest>>
TcreateStreamOperator(StreamOperatorParameters<CompactorRequest> parameters)
Create the operator.Class<? extends StreamOperator>
getStreamOperatorClass(ClassLoader classLoader)
Returns the runtime class of the stream operator.-
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 Detail
-
CompactCoordinatorFactory
public CompactCoordinatorFactory(FileCompactStrategy strategy, SerializableSupplierWithException<SimpleVersionedSerializer<FileSinkCommittable>,IOException> committableSerializerSupplier)
-
-
Method Detail
-
createStreamOperator
public <T extends StreamOperator<CompactorRequest>> T createStreamOperator(StreamOperatorParameters<CompactorRequest> parameters)
Description copied from interface:StreamOperatorFactory
Create the operator. Sets access to the context and the output.- Specified by:
createStreamOperator
in interfaceStreamOperatorFactory<CompactorRequest>
-
getStreamOperatorClass
public Class<? extends StreamOperator> getStreamOperatorClass(ClassLoader classLoader)
Description copied from interface:StreamOperatorFactory
Returns the runtime class of the stream operator.- Specified by:
getStreamOperatorClass
in interfaceStreamOperatorFactory<CompactorRequest>
-
-