@Internal public class CompactCoordinatorFactory extends AbstractStreamOperatorFactory<CompactorRequest> implements OneInputStreamOperatorFactory<CommittableMessage<FileSinkCommittable>,CompactorRequest>
CompactCoordinator
.chainingStrategy, processingTimeService
Constructor and Description |
---|
CompactCoordinatorFactory(FileCompactStrategy strategy,
SerializableSupplierWithException<SimpleVersionedSerializer<FileSinkCommittable>,IOException> committableSerializerSupplier) |
Modifier and Type | Method and Description |
---|---|
<T extends StreamOperator<CompactorRequest>> |
createStreamOperator(StreamOperatorParameters<CompactorRequest> parameters)
Create the operator.
|
Class<? extends StreamOperator> |
getStreamOperatorClass(ClassLoader classLoader)
Returns the runtime class of the stream operator.
|
getChainingStrategy, getMailboxExecutor, setChainingStrategy, setMailboxExecutor, setProcessingTimeService
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getChainingStrategy, isInputTypeConfigurable, isLegacySource, isOutputTypeConfigurable, isStreamSource, setChainingStrategy, setInputType, setOutputType
public CompactCoordinatorFactory(FileCompactStrategy strategy, SerializableSupplierWithException<SimpleVersionedSerializer<FileSinkCommittable>,IOException> committableSerializerSupplier)
public <T extends StreamOperator<CompactorRequest>> T createStreamOperator(StreamOperatorParameters<CompactorRequest> parameters)
StreamOperatorFactory
createStreamOperator
in interface StreamOperatorFactory<CompactorRequest>
public Class<? extends StreamOperator> getStreamOperatorClass(ClassLoader classLoader)
StreamOperatorFactory
getStreamOperatorClass
in interface StreamOperatorFactory<CompactorRequest>
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.