This project has retired. For details please refer to its
Attic page.
TextFileSource (Apache Crunch 0.9.0 API)
org.apache.crunch.io.text
Class TextFileSource<T>
java.lang.Object
org.apache.crunch.io.impl.FileSourceImpl<T>
org.apache.crunch.io.text.TextFileSource<T>
- All Implemented Interfaces:
- ReadableSource<T>, Source<T>
public class TextFileSource<T>
- extends FileSourceImpl<T>
- implements ReadableSource<T>
Methods inherited from class org.apache.crunch.io.impl.FileSourceImpl |
configureSource, equals, getBundle, getConverter, getLastModifiedAt, getPath, getPaths, getSize, getType, hashCode, inputConf, pathsAsString, read |
TextFileSource
public TextFileSource(org.apache.hadoop.fs.Path path,
PType<T> ptype)
TextFileSource
public TextFileSource(List<org.apache.hadoop.fs.Path> paths,
PType<T> ptype)
toString
public String toString()
- Overrides:
toString
in class FileSourceImpl<T>
read
public Iterable<T> read(org.apache.hadoop.conf.Configuration conf)
throws IOException
- Description copied from interface:
ReadableSource
- Returns an
Iterable
that contains the contents of this source.
- Specified by:
read
in interface ReadableSource<T>
- Parameters:
conf
- The current Configuration
instance
- Returns:
- the contents of this
Source
as an Iterable
instance
- Throws:
IOException
asReadable
public ReadableData<T> asReadable()
- Specified by:
asReadable
in interface ReadableSource<T>
- Returns:
- a
ReadableData
instance containing the data referenced by this
ReadableSource
.
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.