IN - The input type of the operator.@Internal public class SimpleOutputFormatOperatorFactory<IN> extends SimpleOperatorFactory<Object> implements OutputFormatOperatorFactory<IN>
StreamSink containing an OutputFormat.chainingStrategy, processingTimeService| Constructor and Description |
|---|
SimpleOutputFormatOperatorFactory(StreamSink<IN> operator) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.api.common.io.OutputFormat<IN> |
getOutputFormat() |
createStreamOperator, getOperator, getStreamOperatorClass, isInputTypeConfigurable, isLegacySource, isOutputTypeConfigurable, isStreamSource, of, setChainingStrategy, setInputType, setOutputTypegetChainingStrategy, setProcessingTimeServiceclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateStreamOperator, getChainingStrategy, getStreamOperatorClass, isInputTypeConfigurable, isLegacySource, isOutputTypeConfigurable, isStreamSource, setChainingStrategy, setInputType, setOutputTypepublic SimpleOutputFormatOperatorFactory(StreamSink<IN> operator)
public org.apache.flink.api.common.io.OutputFormat<IN> getOutputFormat()
getOutputFormat in interface OutputFormatOperatorFactory<IN>Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.