com.cloudera.crunch.io
Interface ReadableSource<T>

All Superinterfaces:
Source<T>
All Known Subinterfaces:
ReadableSourceTarget<T>
All Known Implementing Classes:
AvroFileSource, AvroFileSourceTarget, ReadableSourcePathTargetImpl, ReadableSourceTargetImpl, SeqFileSource, SeqFileSourceTarget, 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 com.cloudera.crunch.Source
configureSource, getSize, getType
 

Method Detail

read

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


Copyright © 2012. All Rights Reserved.