Uses of Interface
com.cloudera.crunch.TableSource

Packages that use TableSource
com.cloudera.crunch   
com.cloudera.crunch.impl.mem   
com.cloudera.crunch.impl.mr   
com.cloudera.crunch.impl.mr.collect   
com.cloudera.crunch.io   
com.cloudera.crunch.io.hbase   
com.cloudera.crunch.io.impl   
com.cloudera.crunch.io.seq   
com.cloudera.crunch.tool   
 

Uses of TableSource in com.cloudera.crunch
 

Methods in com.cloudera.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 com.cloudera.crunch.impl.mem
 

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

Uses of TableSource in com.cloudera.crunch.impl.mr
 

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

Uses of TableSource in com.cloudera.crunch.impl.mr.collect
 

Constructors in com.cloudera.crunch.impl.mr.collect with parameters of type TableSource
InputTable(TableSource<K,V> source, MRPipeline pipeline)
           
 

Uses of TableSource in com.cloudera.crunch.io
 

Methods in com.cloudera.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 TableSource<org.apache.hadoop.hbase.io.ImmutableBytesWritable,org.apache.hadoop.hbase.client.Result> From.hbaseTable(String table)
           
static TableSource<org.apache.hadoop.hbase.io.ImmutableBytesWritable,org.apache.hadoop.hbase.client.Result> From.hbaseTable(String table, org.apache.hadoop.hbase.client.Scan scan)
           
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 com.cloudera.crunch.io.hbase
 

Classes in com.cloudera.crunch.io.hbase that implement TableSource
 class HBaseSourceTarget
           
 

Uses of TableSource in com.cloudera.crunch.io.impl
 

Classes in com.cloudera.crunch.io.impl that implement TableSource
 class FileTableSourceImpl<K,V>
           
 class TableSourcePathTargetImpl<K,V>
           
 class TableSourceTargetImpl<K,V>
           
 

Constructors in com.cloudera.crunch.io.impl with parameters of type TableSource
TableSourcePathTargetImpl(TableSource<K,V> source, PathTarget target)
           
TableSourceTargetImpl(TableSource<K,V> source, Target target)
           
 

Uses of TableSource in com.cloudera.crunch.io.seq
 

Classes in com.cloudera.crunch.io.seq that implement TableSource
 class SeqFileTableSourceTarget<K,V>
           
 

Uses of TableSource in com.cloudera.crunch.tool
 

Methods in com.cloudera.crunch.tool with parameters of type TableSource
<K,V> PTable<K,V>
CrunchTool.read(TableSource<K,V> tableSource)
           
 



Copyright © 2012. All Rights Reserved.