public static final class ReflectiveAvroTypeExample.PrintingOutputFormat extends Object implements eu.stratosphere.api.common.io.OutputFormat<eu.stratosphere.types.Record>
| Constructor and Description |
|---|
ReflectiveAvroTypeExample.PrintingOutputFormat() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
configure(eu.stratosphere.configuration.Configuration parameters) |
void |
open(int taskNumber,
int numTasks) |
void |
writeRecord(eu.stratosphere.types.Record record) |
public ReflectiveAvroTypeExample.PrintingOutputFormat()
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,
int numTasks)
throws IOException
open in interface eu.stratosphere.api.common.io.OutputFormat<eu.stratosphere.types.Record>IOExceptionpublic void writeRecord(eu.stratosphere.types.Record record)
throws IOException
writeRecord in interface eu.stratosphere.api.common.io.OutputFormat<eu.stratosphere.types.Record>IOExceptionpublic void close()
throws IOException
close in interface eu.stratosphere.api.common.io.OutputFormat<eu.stratosphere.types.Record>IOExceptionCopyright © 2013–2014. All rights reserved.