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

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

Packages that use FileReaderFactory
org.apache.crunch.io Data input and output for Pipelines. 
org.apache.crunch.io.avro   
org.apache.crunch.io.avro.trevni   
org.apache.crunch.io.hbase   
org.apache.crunch.io.impl   
org.apache.crunch.io.parquet   
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>
           
 

Methods in org.apache.crunch.io.avro that return FileReaderFactory
protected  FileReaderFactory<T> AvroReadableData.getFileReaderFactory()
           
 

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

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

Methods in org.apache.crunch.io.avro.trevni that return FileReaderFactory
protected  FileReaderFactory<T> TrevniReadableData.getFileReaderFactory()
           
 

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

Classes in org.apache.crunch.io.hbase that implement FileReaderFactory
 class HFileReaderFactory
           
 

Methods in org.apache.crunch.io.hbase that return FileReaderFactory
protected  FileReaderFactory<org.apache.hadoop.hbase.KeyValue> HFileReadableData.getFileReaderFactory()
           
 

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

Methods in org.apache.crunch.io.impl that return FileReaderFactory
protected abstract  FileReaderFactory<T> ReadableDataImpl.getFileReaderFactory()
           
 

Methods in org.apache.crunch.io.impl with parameters of type FileReaderFactory
protected  Iterable<T> FileSourceImpl.read(org.apache.hadoop.conf.Configuration conf, FileReaderFactory<T> readerFactory)
           
 

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

Methods in org.apache.crunch.io.parquet that return FileReaderFactory
protected  FileReaderFactory<T> AvroParquetReadableData.getFileReaderFactory()
           
 

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

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

Methods in org.apache.crunch.io.seq that return FileReaderFactory
protected  FileReaderFactory<T> SeqFileReadableData.getFileReaderFactory()
           
 

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

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

Methods in org.apache.crunch.io.text that return FileReaderFactory
protected  FileReaderFactory<T> TextReadableData.getFileReaderFactory()
           
 



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