|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.crunch.io.impl.FileSourceImpl<T> org.apache.crunch.io.seq.SeqFileSource<T>
public class SeqFileSource<T>
Constructor Summary | |
---|---|
SeqFileSource(org.apache.hadoop.fs.Path path,
PType<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 SeqFileSource(org.apache.hadoop.fs.Path path, PType<T> ptype)
Method Detail |
---|
public Iterable<T> read(org.apache.hadoop.conf.Configuration conf) throws IOException
read
in interface ReadableSource<T>
IOException
public String toString()
toString
in class FileSourceImpl<T>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |