public class AvroRecordInputFormat extends FileInputFormat
| Modifier and Type | Class and Description |
|---|---|
static class |
AvroRecordInputFormat.BooleanListValue |
static class |
AvroRecordInputFormat.BooleanMapValue |
static class |
AvroRecordInputFormat.DoubleListValue |
static class |
AvroRecordInputFormat.DoubleMapValue |
static class |
AvroRecordInputFormat.FloatListValue |
static class |
AvroRecordInputFormat.FloatMapValue |
static class |
AvroRecordInputFormat.IntListValue |
static class |
AvroRecordInputFormat.IntMapValue |
static class |
AvroRecordInputFormat.LongListValue |
static class |
AvroRecordInputFormat.LongMapValue |
static class |
AvroRecordInputFormat.StringListValue |
static class |
AvroRecordInputFormat.StringMapValue |
eu.stratosphere.api.common.io.FileInputFormat.AbstractConfigBuilder<T>, eu.stratosphere.api.common.io.FileInputFormat.ConfigBuilder, eu.stratosphere.api.common.io.FileInputFormat.FileBaseStatistics, eu.stratosphere.api.common.io.FileInputFormat.InputSplitOpenThread| Constructor and Description |
|---|
AvroRecordInputFormat() |
| Modifier and Type | Method and Description |
|---|---|
eu.stratosphere.core.fs.FileInputSplit[] |
createInputSplits(int minNumSplits)
Set minNumSplits to number of files.
|
eu.stratosphere.types.Record |
nextRecord(eu.stratosphere.types.Record record) |
void |
open(eu.stratosphere.core.fs.FileInputSplit split) |
boolean |
reachedEnd() |
acceptFile, close, configure, configureFileFormat, getFilePath, getFileStats, getInputSplitType, getMinSplitSize, getNumSplits, getOpenTimeout, getSplitLength, getSplitStart, getStatistics, setFilePath, setFilePath, setMinSplitSize, setNumSplits, setOpenTimeout, toStringpublic void open(eu.stratosphere.core.fs.FileInputSplit split)
throws IOException
open in interface eu.stratosphere.api.common.io.InputFormat<eu.stratosphere.types.Record,eu.stratosphere.core.fs.FileInputSplit>open in class eu.stratosphere.api.common.io.FileInputFormat<eu.stratosphere.types.Record>IOExceptionpublic boolean reachedEnd()
throws IOException
IOExceptionpublic eu.stratosphere.types.Record nextRecord(eu.stratosphere.types.Record record)
throws IOException
IOExceptionpublic eu.stratosphere.core.fs.FileInputSplit[] createInputSplits(int minNumSplits)
throws IOException
createInputSplits in interface eu.stratosphere.api.common.io.InputFormat<eu.stratosphere.types.Record,eu.stratosphere.core.fs.FileInputSplit>createInputSplits in class eu.stratosphere.api.common.io.FileInputFormat<eu.stratosphere.types.Record>IOExceptionCopyright © 2013–2014. All rights reserved.