Class SimpleInputFormatOperatorFactory<OUT>
java.lang.Object
org.apache.flink.streaming.api.operators.AbstractStreamOperatorFactory<OUT>
org.apache.flink.streaming.api.operators.SimpleOperatorFactory<OUT>
org.apache.flink.streaming.api.operators.SimpleInputFormatOperatorFactory<OUT>
- Type Parameters:
OUT- The output type of the operator
- All Implemented Interfaces:
Serializable,InputFormatOperatorFactory<OUT>,StreamOperatorFactory<OUT>,ProcessingTimeServiceAware
@Internal
public class SimpleInputFormatOperatorFactory<OUT>
extends SimpleOperatorFactory<OUT>
implements InputFormatOperatorFactory<OUT>
Input format source operator factory which just wrap existed
StreamSource.- See Also:
-
Field Summary
Fields inherited from class org.apache.flink.streaming.api.operators.AbstractStreamOperatorFactory
chainingStrategy, processingTimeService -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.flink.api.common.io.InputFormat<OUT,org.apache.flink.core.io.InputSplit> Methods inherited from class org.apache.flink.streaming.api.operators.SimpleOperatorFactory
createStreamOperator, getOperator, getOperatorAttributes, getStreamOperatorClass, isInputTypeConfigurable, isLegacySource, isOutputTypeConfigurable, isStreamSource, of, setInputType, setOutputTypeMethods inherited from class org.apache.flink.streaming.api.operators.AbstractStreamOperatorFactory
getChainingStrategy, getMailboxExecutor, setChainingStrategy, setMailboxExecutor, setProcessingTimeServiceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.flink.streaming.api.operators.StreamOperatorFactory
createStreamOperator, getChainingStrategy, getOperatorAttributes, getStreamOperatorClass, isInputTypeConfigurable, isLegacySource, isOutputTypeConfigurable, isStreamSource, setChainingStrategy, setInputType, setOutputType
-
Constructor Details
-
SimpleInputFormatOperatorFactory
-
-
Method Details
-
getInputFormat
public org.apache.flink.api.common.io.InputFormat<OUT,org.apache.flink.core.io.InputSplit> getInputFormat()- Specified by:
getInputFormatin interfaceInputFormatOperatorFactory<OUT>- Returns:
- input format of this operator factory.
-