CommT - The committable type of the Committer.@Internal public class StreamingCommitterOperatorFactory<CommT> extends AbstractStreamOperatorFactory<CommT>
StreamOperatorFactory for StreamingCommitterOperator.chainingStrategy, processingTimeService| Constructor and Description |
|---|
StreamingCommitterOperatorFactory(org.apache.flink.api.connector.sink.Sink<?,CommT,?,?> sink) |
| Modifier and Type | Method and Description |
|---|---|
<T extends StreamOperator<CommT>> |
createStreamOperator(StreamOperatorParameters<CommT> parameters)
Create the operator.
|
Class<? extends StreamOperator> |
getStreamOperatorClass(ClassLoader classLoader)
Returns the runtime class of the stream operator.
|
getChainingStrategy, setChainingStrategy, setProcessingTimeServiceclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetChainingStrategy, isInputTypeConfigurable, isLegacySource, isOutputTypeConfigurable, isStreamSource, setChainingStrategy, setInputType, setOutputTypepublic StreamingCommitterOperatorFactory(org.apache.flink.api.connector.sink.Sink<?,CommT,?,?> sink)
public Class<? extends StreamOperator> getStreamOperatorClass(ClassLoader classLoader)
StreamOperatorFactorypublic <T extends StreamOperator<CommT>> T createStreamOperator(StreamOperatorParameters<CommT> parameters)
StreamOperatorFactorycreateStreamOperator in interface StreamOperatorFactory<CommT>Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.