Uses of Interface
org.apache.flink.api.common.io.InitializeOnMaster
-
Packages that use InitializeOnMaster Package Description org.apache.flink.api.common.io -
-
Uses of InitializeOnMaster in org.apache.flink.api.common.io
Classes in org.apache.flink.api.common.io that implement InitializeOnMaster Modifier and Type Class Description classBinaryOutputFormat<T>classFileOutputFormat<IT>The abstract base class for all Rich output formats that are file based.classSerializedOutputFormat<T extends IOReadableWritable>Stores elements by serializing them with their regular serialization/deserialization functionality.
-