public class NullOutputFormat extends java.lang.Object implements eu.stratosphere.api.common.io.OutputFormat<eu.stratosphere.types.Record>
Constructor and Description |
---|
NullOutputFormat() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
configure(eu.stratosphere.configuration.Configuration parameters) |
void |
open(int taskNumber) |
void |
writeRecord(eu.stratosphere.types.Record record) |
public NullOutputFormat()
public void configure(eu.stratosphere.configuration.Configuration parameters)
configure
in interface eu.stratosphere.api.common.io.OutputFormat<eu.stratosphere.types.Record>
public void open(int taskNumber) throws java.io.IOException
open
in interface eu.stratosphere.api.common.io.OutputFormat<eu.stratosphere.types.Record>
java.io.IOException
public void writeRecord(eu.stratosphere.types.Record record) throws java.io.IOException
writeRecord
in interface eu.stratosphere.api.common.io.OutputFormat<eu.stratosphere.types.Record>
java.io.IOException
public void close() throws java.io.IOException
close
in interface eu.stratosphere.api.common.io.OutputFormat<eu.stratosphere.types.Record>
java.io.IOException