CommT - the type of the committableGlobalCommT - the type of the global committable@Internal public final class CommitterOperatorFactory<CommT,GlobalCommT> extends AbstractStreamOperatorFactory<byte[]> implements OneInputStreamOperatorFactory<byte[],byte[]>
StreamOperatorFactory for CommitterOperator.chainingStrategy, processingTimeService| 构造器和说明 |
|---|
CommitterOperatorFactory(org.apache.flink.api.connector.sink.Sink<?,CommT,?,GlobalCommT> sink,
boolean batch) |
| 限定符和类型 | 方法和说明 |
|---|---|
<T extends StreamOperator<byte[]>> |
createStreamOperator(StreamOperatorParameters<byte[]> parameters)
Create the operator.
|
Class<? extends StreamOperator> |
getStreamOperatorClass(ClassLoader classLoader)
Returns the runtime class of the stream operator.
|
getChainingStrategy, getMailboxExecutor, setChainingStrategy, setMailboxExecutor, setProcessingTimeServiceclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetChainingStrategy, isInputTypeConfigurable, isLegacySource, isOutputTypeConfigurable, isStreamSource, setChainingStrategy, setInputType, setOutputTypepublic CommitterOperatorFactory(org.apache.flink.api.connector.sink.Sink<?,CommT,?,GlobalCommT> sink, boolean batch)
public <T extends StreamOperator<byte[]>> T createStreamOperator(StreamOperatorParameters<byte[]> parameters)
StreamOperatorFactorycreateStreamOperator 在接口中 StreamOperatorFactory<byte[]>public Class<? extends StreamOperator> getStreamOperatorClass(ClassLoader classLoader)
StreamOperatorFactorygetStreamOperatorClass 在接口中 StreamOperatorFactory<byte[]>Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.