This project has retired. For details please refer to its Attic page.
TextReadableData (Apache Crunch 0.9.0 API)

org.apache.crunch.io.text
Class TextReadableData<T>

java.lang.Object
  extended by org.apache.crunch.io.impl.ReadableDataImpl<T>
      extended by org.apache.crunch.io.text.TextReadableData<T>
All Implemented Interfaces:
Serializable, ReadableData<T>

public class TextReadableData<T>
extends ReadableDataImpl<T>

See Also:
Serialized Form

Constructor Summary
TextReadableData(List<org.apache.hadoop.fs.Path> paths, PType<T> ptype)
           
TextReadableData(List<org.apache.hadoop.fs.Path> paths, PType<T> ptype, String sep)
           
 
Method Summary
protected  FileReaderFactory<T> getFileReaderFactory()
           
 
Methods inherited from class org.apache.crunch.io.impl.ReadableDataImpl
configure, getSourceTargets, read, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextReadableData

public TextReadableData(List<org.apache.hadoop.fs.Path> paths,
                        PType<T> ptype)

TextReadableData

public TextReadableData(List<org.apache.hadoop.fs.Path> paths,
                        PType<T> ptype,
                        String sep)
Method Detail

getFileReaderFactory

protected FileReaderFactory<T> getFileReaderFactory()
Specified by:
getFileReaderFactory in class ReadableDataImpl<T>


Copyright © 2014 The Apache Software Foundation. All Rights Reserved.