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

Uses of Interface
org.apache.crunch.TableSource

Packages that use TableSource
org.apache.crunch Client-facing API and core abstractions. 
org.apache.crunch.impl.mem In-memory Pipeline implementation for rapid prototyping and testing. 
org.apache.crunch.impl.mr A Pipeline implementation that runs on Hadoop MapReduce. 
org.apache.crunch.io Data input and output for Pipelines. 
org.apache.crunch.util An assorted set of utilities. 
 

Uses of TableSource in org.apache.crunch
 

Methods in org.apache.crunch with parameters of type TableSource
<K,V> PTable<K,V>
Pipeline.read(TableSource<K,V> tableSource)
          A version of the read method for TableSource instances that map to PTables.
 

Uses of TableSource in org.apache.crunch.impl.mem
 

Methods in org.apache.crunch.impl.mem with parameters of type TableSource
<K,V> PTable<K,V>
MemPipeline.read(TableSource<K,V> source)
           
 

Uses of TableSource in org.apache.crunch.impl.mr
 

Methods in org.apache.crunch.impl.mr with parameters of type TableSource
<K,V> PTable<K,V>
MRPipeline.read(TableSource<K,V> source)
           
 

Uses of TableSource in org.apache.crunch.io
 

Methods in org.apache.crunch.io that return TableSource
static
<K,V> TableSource<K,V>
From.formattedFile(org.apache.hadoop.fs.Path path, Class<? extends org.apache.hadoop.mapreduce.lib.input.FileInputFormat> formatClass, PType<K> keyType, PType<V> valueType)
           
static
<K,V> TableSource<K,V>
From.formattedFile(String path, Class<? extends org.apache.hadoop.mapreduce.lib.input.FileInputFormat> formatClass, PType<K> keyType, PType<V> valueType)
           
static
<K,V> TableSource<K,V>
From.sequenceFile(org.apache.hadoop.fs.Path path, PType<K> keyType, PType<V> valueType)
           
static
<K,V> TableSource<K,V>
From.sequenceFile(String pathName, PType<K> keyType, PType<V> valueType)
           
 

Uses of TableSource in org.apache.crunch.util
 

Methods in org.apache.crunch.util with parameters of type TableSource
<K,V> PTable<K,V>
CrunchTool.read(TableSource<K,V> tableSource)
           
 



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