IN
- The input type of the operator.@Internal public class SimpleOutputFormatOperatorFactory<IN,OUT> extends SimpleOperatorFactory<OUT> implements OutputFormatOperatorFactory<IN,OUT>
OutputFormat
.chainingStrategy, processingTimeService
Constructor and Description |
---|
SimpleOutputFormatOperatorFactory(OutputFormat<IN> outputFormat,
StreamOperator<OUT> operator) |
Modifier and Type | Method and Description |
---|---|
OutputFormat<IN> |
getOutputFormat() |
createStreamOperator, getOperator, getOperatorAttributes, getStreamOperatorClass, isInputTypeConfigurable, isLegacySource, isOutputTypeConfigurable, isStreamSource, of, setChainingStrategy, setInputType, setOutputType
getChainingStrategy, getMailboxExecutor, setMailboxExecutor, setProcessingTimeService
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createStreamOperator, getChainingStrategy, getOperatorAttributes, getStreamOperatorClass, isInputTypeConfigurable, isLegacySource, isOutputTypeConfigurable, isStreamSource, setChainingStrategy, setInputType, setOutputType
public SimpleOutputFormatOperatorFactory(OutputFormat<IN> outputFormat, StreamOperator<OUT> operator)
public OutputFormat<IN> getOutputFormat()
getOutputFormat
in interface OutputFormatOperatorFactory<IN,OUT>
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.