Package | Description |
---|---|
org.apache.flink.api.common.operators | |
org.apache.flink.api.common.typeinfo |
Constructor and Description |
---|
GenericDataSinkBase(OutputFormat<IN> f,
UnaryOperatorInformation<IN,Nothing> operatorInfo,
String name)
Creates a GenericDataSink with the provided
OutputFormat implementation
and the given name. |
GenericDataSinkBase(UserCodeWrapper<? extends OutputFormat<IN>> f,
UnaryOperatorInformation<IN,Nothing> operatorInfo,
String name)
Creates a GenericDataSink with the provided
OutputFormat implementation
and the given name. |
Modifier and Type | Method and Description |
---|---|
TypeSerializer<Nothing> |
NothingTypeInfo.createSerializer(ExecutionConfig executionConfig) |
Class<Nothing> |
NothingTypeInfo.getTypeClass() |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.