|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.crunch.io.impl.FileSourceImpl<T>
org.apache.crunch.io.avro.AvroFileSource<T>
public class AvroFileSource<T>
Constructor Summary | |
---|---|
AvroFileSource(org.apache.hadoop.fs.Path path,
AvroType<T> ptype)
|
Method Summary | |
---|---|
Iterable<T> |
read(org.apache.hadoop.conf.Configuration conf)
|
String |
toString()
|
Methods inherited from class org.apache.crunch.io.impl.FileSourceImpl |
---|
configureSource, equals, getSize, getType, hashCode |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.apache.crunch.Source |
---|
configureSource, getSize, getType |
Constructor Detail |
---|
public AvroFileSource(org.apache.hadoop.fs.Path path, AvroType<T> ptype)
Method Detail |
---|
public String toString()
toString
in class FileSourceImpl<T>
public Iterable<T> read(org.apache.hadoop.conf.Configuration conf) throws IOException
read
in interface ReadableSource<T>
IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |