T
- The type of the elements accepted by the output format.public class DiscardingOutputFormat<T> extends Object implements OutputFormat<T>
Constructor and Description |
---|
DiscardingOutputFormat() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
configure(Configuration parameters) |
void |
open(int taskNumber,
int numTasks) |
void |
writeRecord(T record) |
public void configure(Configuration parameters)
configure
in interface OutputFormat<T>
public void open(int taskNumber, int numTasks)
open
in interface OutputFormat<T>
public void writeRecord(T record)
writeRecord
in interface OutputFormat<T>
public void close()
close
in interface OutputFormat<T>
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.