This project has retired. For details please refer to its Attic page.
ReadableSource (Apache Crunch 0.3.0-incubating API)

org.apache.crunch.io
Interface ReadableSource<T>

All Superinterfaces:
Source<T>
All Known Subinterfaces:
ReadableSourceTarget<T>
All Known Implementing Classes:
AvroFileSource, AvroFileSourceTarget, ReadableSourcePathTargetImpl, ReadableSourceTargetImpl, SeqFileSource, SeqFileSourceTarget, SeqFileTableSource, SeqFileTableSourceTarget, TextFileSource, TextFileSourceTarget

public interface ReadableSource<T>
extends Source<T>


Method Summary
 Iterable<T> read(org.apache.hadoop.conf.Configuration conf)
           
 
Methods inherited from interface org.apache.crunch.Source
configureSource, getSize, getType
 

Method Detail

read

Iterable<T> read(org.apache.hadoop.conf.Configuration conf)
                 throws IOException
Throws:
IOException


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