T
- The type of the elements accepted by the output format.@Public public class DiscardingOutputFormat<T> extends Object implements org.apache.flink.api.common.io.OutputFormat<T>
Constructor and Description |
---|
DiscardingOutputFormat() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
configure(org.apache.flink.configuration.Configuration parameters) |
void |
open(int taskNumber,
int numTasks) |
void |
writeRecord(T record) |
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–2018 The Apache Software Foundation. All rights reserved.