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

Uses of Class
org.apache.crunch.io.text.TextFileSourceTarget

Packages that use TextFileSourceTarget
org.apache.crunch.io   
 

Uses of TextFileSourceTarget in org.apache.crunch.io
 

Methods in org.apache.crunch.io that return TextFileSourceTarget
static TextFileSourceTarget<String> At.textFile(org.apache.hadoop.fs.Path path)
           
static
<T> TextFileSourceTarget<T>
At.textFile(org.apache.hadoop.fs.Path path, PType<T> ptype)
           
static TextFileSourceTarget<String> At.textFile(String pathName)
           
static
<T> TextFileSourceTarget<T>
At.textFile(String pathName, PType<T> ptype)
           
 



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