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

Uses of Class
org.apache.crunch.io.impl.FileSourceImpl

Packages that use FileSourceImpl
org.apache.crunch.contrib.io.jdbc Support for reading data from RDBMS using JDBC 
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 FileSourceImpl in org.apache.crunch.contrib.io.jdbc
 

Subclasses of FileSourceImpl in org.apache.crunch.contrib.io.jdbc
 class DataBaseSource<T extends DBWritable & Writable>
          Source from reading from a database via a JDBC connection.
 

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

Subclasses of FileSourceImpl in org.apache.crunch.io.avro
 class AvroFileSource<T>
           
 

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

Subclasses of FileSourceImpl in org.apache.crunch.io.avro.trevni
 class TrevniKeySource<T>
           
 

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

Subclasses of FileSourceImpl in org.apache.crunch.io.hbase
 class HFileSource
           
 

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

Subclasses of FileSourceImpl in org.apache.crunch.io.impl
 class FileTableSourceImpl<K,V>
           
 

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

Subclasses of FileSourceImpl in org.apache.crunch.io.parquet
 class AvroParquetFileSource<T extends IndexedRecord>
           
 

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

Subclasses of FileSourceImpl in org.apache.crunch.io.seq
 class SeqFileSource<T>
           
 class SeqFileTableSource<K,V>
          A TableSource that uses SequenceFileInputFormat to read the input file.
 

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

Subclasses of FileSourceImpl in org.apache.crunch.io.text
 class NLineFileSource<T>
          A Source instance that uses the NLineInputFormat, which gives each map task a fraction of the lines in a text file as input.
 class TextFileSource<T>
           
 class TextFileTableSource<K,V>
          A Source that uses the KeyValueTextInputFormat to process input text.
 



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