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(org.apache.flink.api.common.io.OutputFormat<IN> outputFormat,
StreamOperator<OUT> 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, getMailboxExecutor, setMailboxExecutor, setProcessingTimeServiceclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateStreamOperator, getChainingStrategy, getStreamOperatorClass, isInputTypeConfigurable, isLegacySource, isOutputTypeConfigurable, isStreamSource, setChainingStrategy, setInputType, setOutputTypepublic SimpleOutputFormatOperatorFactory(org.apache.flink.api.common.io.OutputFormat<IN> outputFormat, StreamOperator<OUT> operator)
public org.apache.flink.api.common.io.OutputFormat<IN> getOutputFormat()
getOutputFormat in interface OutputFormatOperatorFactory<IN,OUT>Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.