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 |
---|---|
OutputFormat<IN> |
getOutputFormat() |
createStreamOperator, getOperator, getStreamOperatorClass, isInputTypeConfigurable, isOutputTypeConfigurable, isStreamSource, of, setChainingStrategy, setInputType, setOutputType
getChainingStrategy, setProcessingTimeService
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createStreamOperator, getChainingStrategy, getStreamOperatorClass, isInputTypeConfigurable, isOutputTypeConfigurable, isStreamSource, setChainingStrategy, setInputType, setOutputType
public SimpleOutputFormatOperatorFactory(StreamSink<IN> operator)
public OutputFormat<IN> getOutputFormat()
getOutputFormat
in interface OutputFormatOperatorFactory<IN>
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.