This project has retired. For details please refer to its Attic page.
Uses of Interface org.apache.crunch.io.FileReaderFactory (Apache Crunch 0.3.0-incubating API)

Uses of Interface
org.apache.crunch.io.FileReaderFactory

Packages that use FileReaderFactory
org.apache.crunch.io   
org.apache.crunch.io.avro   
org.apache.crunch.io.seq   
org.apache.crunch.io.text   
 

Uses of FileReaderFactory in org.apache.crunch.io
 

Methods in org.apache.crunch.io with parameters of type FileReaderFactory
static
<S> Iterable<S>
CompositePathIterable.create(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path path, FileReaderFactory<S> readerFactory)
           
 

Uses of FileReaderFactory in org.apache.crunch.io.avro
 

Classes in org.apache.crunch.io.avro that implement FileReaderFactory
 class AvroFileReaderFactory<T>
           
 

Uses of FileReaderFactory in org.apache.crunch.io.seq
 

Classes in org.apache.crunch.io.seq that implement FileReaderFactory
 class SeqFileReaderFactory<T>
           
 class SeqFileTableReaderFactory<K,V>
           
 

Uses of FileReaderFactory in org.apache.crunch.io.text
 

Classes in org.apache.crunch.io.text that implement FileReaderFactory
 class TextFileReaderFactory<T>
           
 



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