CommT
- the type of the committable@Internal public final class CommitterOperatorFactory<CommT> extends AbstractStreamOperatorFactory<CommittableMessage<CommT>> implements OneInputStreamOperatorFactory<CommittableMessage<CommT>,CommittableMessage<CommT>>
StreamOperatorFactory
for CommitterOperator
.chainingStrategy, processingTimeService
Constructor and Description |
---|
CommitterOperatorFactory(SupportsCommitter<CommT> sink,
boolean isBatchMode,
boolean isCheckpointingEnabled) |
Modifier and Type | Method and Description |
---|---|
<T extends StreamOperator<CommittableMessage<CommT>>> |
createStreamOperator(StreamOperatorParameters<CommittableMessage<CommT>> 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, getOperatorAttributes, isInputTypeConfigurable, isLegacySource, isOutputTypeConfigurable, isStreamSource, setChainingStrategy, setInputType, setOutputType
public CommitterOperatorFactory(SupportsCommitter<CommT> sink, boolean isBatchMode, boolean isCheckpointingEnabled)
public <T extends StreamOperator<CommittableMessage<CommT>>> T createStreamOperator(StreamOperatorParameters<CommittableMessage<CommT>> parameters)
StreamOperatorFactory
createStreamOperator
in interface StreamOperatorFactory<CommittableMessage<CommT>>
public Class<? extends StreamOperator> getStreamOperatorClass(ClassLoader classLoader)
StreamOperatorFactory
getStreamOperatorClass
in interface StreamOperatorFactory<CommittableMessage<CommT>>
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.