T
- The type of the elements accepted by the output format.@Deprecated @Public public class DiscardingOutputFormat<T> extends Object implements org.apache.flink.api.common.io.OutputFormat<T>
Constructor and Description |
---|
DiscardingOutputFormat()
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 |
writeRecord(T record)
Deprecated.
|
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)
open
in interface org.apache.flink.api.common.io.OutputFormat<T>
public void writeRecord(T record)
writeRecord
in interface org.apache.flink.api.common.io.OutputFormat<T>
public void close()
close
in interface org.apache.flink.api.common.io.OutputFormat<T>
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.