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

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

Packages that use FileTableSourceImpl
org.apache.crunch.io.seq   
org.apache.crunch.io.text   
 

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

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

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

Subclasses of FileTableSourceImpl in org.apache.crunch.io.text
 class TextFileTableSource<K,V>
          A Source that uses the KeyValueTextInputFormat to process input text.
 



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