IN - The input type of the operator.@Internal public class SimpleOutputFormatOperatorFactory<IN> extends SimpleOperatorFactory<Object> implements OutputFormatOperatorFactory<IN>
StreamSink containing an OutputFormat.| 构造器和说明 |
|---|
SimpleOutputFormatOperatorFactory(StreamSink<IN> operator) |
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.flink.api.common.io.OutputFormat<IN> |
getOutputFormat() |
createStreamOperator, getChainingStrategy, getOperator, getStreamOperatorClass, isInputTypeConfigurable, isOutputTypeConfigurable, isStreamSource, of, setChainingStrategy, setInputType, setOutputTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateStreamOperator, getChainingStrategy, getStreamOperatorClass, isInputTypeConfigurable, isOutputTypeConfigurable, isStreamSource, setChainingStrategy, setInputType, setOutputTypepublic SimpleOutputFormatOperatorFactory(StreamSink<IN> operator)
public org.apache.flink.api.common.io.OutputFormat<IN> getOutputFormat()
getOutputFormat 在接口中 OutputFormatOperatorFactory<IN>Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.