Uses of Interface
org.apache.flink.api.common.io.OutputFormat
-
Packages that use OutputFormat Package Description org.apache.flink.api.common.io org.apache.flink.api.common.operators -
-
Uses of OutputFormat in org.apache.flink.api.common.io
Classes in org.apache.flink.api.common.io that implement OutputFormat Modifier and Type Class Description classBinaryOutputFormat<T>classFileOutputFormat<IT>The abstract base class for all Rich output formats that are file based.classOutputFormatBase<OUT,V>OutputFormatBase is the common abstract class for output formats.classRichOutputFormat<IT>An abstract stub implementation for Rich output formats.classSerializedOutputFormat<T extends IOReadableWritable>Stores elements by serializing them with their regular serialization/deserialization functionality. -
Uses of OutputFormat in org.apache.flink.api.common.operators
Fields in org.apache.flink.api.common.operators with type parameters of type OutputFormat Modifier and Type Field Description protected UserCodeWrapper<? extends OutputFormat<IN>>GenericDataSinkBase. formatWrapperMethods in org.apache.flink.api.common.operators that return types with arguments of type OutputFormat Modifier and Type Method Description UserCodeWrapper<? extends OutputFormat<IN>>GenericDataSinkBase. getFormatWrapper()Gets the class describing this sinks output format.UserCodeWrapper<? extends OutputFormat<IN>>GenericDataSinkBase. getUserCodeWrapper()Gets the class describing the output format.Constructors in org.apache.flink.api.common.operators with parameters of type OutputFormat Constructor Description GenericDataSinkBase(OutputFormat<IN> f, UnaryOperatorInformation<IN,Nothing> operatorInfo, String name)Creates a GenericDataSink with the providedOutputFormatimplementation and the given name.Constructor parameters in org.apache.flink.api.common.operators with type arguments of type OutputFormat Constructor Description GenericDataSinkBase(UserCodeWrapper<? extends OutputFormat<IN>> f, UnaryOperatorInformation<IN,Nothing> operatorInfo, String name)Creates a GenericDataSink with the providedOutputFormatimplementation and the given name.
-