@Deprecated @PublicEvolving public class LocalCollectionOutputFormat<T> extends org.apache.flink.api.common.io.RichOutputFormat<T> implements org.apache.flink.api.java.typeutils.InputTypeConfigurable
Constructor and Description |
---|
LocalCollectionOutputFormat(Collection<T> out)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
close()
Deprecated.
|
void |
configure(org.apache.flink.configuration.Configuration parameters)
Deprecated.
|
void |
open(int taskNumber,
int numTasks)
Deprecated.
|
void |
setInputType(org.apache.flink.api.common.typeinfo.TypeInformation<?> type,
org.apache.flink.api.common.ExecutionConfig executionConfig)
Deprecated.
|
void |
writeRecord(T record)
Deprecated.
|
getRuntimeContext, setRuntimeContext
public LocalCollectionOutputFormat(Collection<T> out)
public void configure(org.apache.flink.configuration.Configuration parameters)
configure
in interface org.apache.flink.api.common.io.OutputFormat<T>
public void open(int taskNumber, int numTasks) throws IOException
open
in interface org.apache.flink.api.common.io.OutputFormat<T>
IOException
public void writeRecord(T record) throws IOException
writeRecord
in interface org.apache.flink.api.common.io.OutputFormat<T>
IOException
public void close() throws IOException
close
in interface org.apache.flink.api.common.io.OutputFormat<T>
IOException
public void setInputType(org.apache.flink.api.common.typeinfo.TypeInformation<?> type, org.apache.flink.api.common.ExecutionConfig executionConfig)
setInputType
in interface org.apache.flink.api.java.typeutils.InputTypeConfigurable
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.