Uses of Class
org.apache.flink.types.Nothing
-
Packages that use Nothing Package Description org.apache.flink.api.common.operators org.apache.flink.api.common.typeinfo -
-
Uses of Nothing in org.apache.flink.api.common.operators
Constructor parameters in org.apache.flink.api.common.operators with type arguments of type Nothing Constructor Description GenericDataSinkBase(OutputFormat<IN> f, UnaryOperatorInformation<IN,Nothing> operatorInfo, String name)Creates a GenericDataSink with the providedOutputFormatimplementation and the given name.GenericDataSinkBase(UserCodeWrapper<? extends OutputFormat<IN>> f, UnaryOperatorInformation<IN,Nothing> operatorInfo, String name)Creates a GenericDataSink with the providedOutputFormatimplementation and the given name. -
Uses of Nothing in org.apache.flink.api.common.typeinfo
Methods in org.apache.flink.api.common.typeinfo that return types with arguments of type Nothing Modifier and Type Method Description TypeSerializer<Nothing>NothingTypeInfo. createSerializer(ExecutionConfig config)Deprecated.TypeSerializer<Nothing>NothingTypeInfo. createSerializer(SerializerConfig serializerConfig)Class<Nothing>NothingTypeInfo. getTypeClass()
-