Uses of Interface
com.cloudera.crunch.Source

Packages that use Source
com.cloudera.crunch   
com.cloudera.crunch.impl.mem   
com.cloudera.crunch.impl.mr   
com.cloudera.crunch.impl.mr.collect   
com.cloudera.crunch.impl.mr.plan   
com.cloudera.crunch.io   
com.cloudera.crunch.io.avro   
com.cloudera.crunch.io.hbase   
com.cloudera.crunch.io.impl   
com.cloudera.crunch.io.seq   
com.cloudera.crunch.io.text   
com.cloudera.crunch.tool   
 

Uses of Source in com.cloudera.crunch
 

Subinterfaces of Source in com.cloudera.crunch
 interface SourceTarget<T>
          An interface for classes that implement both the Source and the Target interfaces.
 interface TableSource<K,V>
          The interface Source implementations that return a PTable.
 

Methods in com.cloudera.crunch with parameters of type Source
<T> PCollection<T>
Pipeline.read(Source<T> source)
          Converts the given Source into a PCollection that is available to jobs run using this Pipeline instance.
 

Uses of Source in com.cloudera.crunch.impl.mem
 

Methods in com.cloudera.crunch.impl.mem with parameters of type Source
<T> PCollection<T>
MemPipeline.read(Source<T> source)
           
 

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

Methods in com.cloudera.crunch.impl.mr with parameters of type Source
<S> PCollection<S>
MRPipeline.read(Source<S> source)
           
 

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

Methods in com.cloudera.crunch.impl.mr.collect that return Source
 Source<S> InputCollection.getSource()
           
 

Constructors in com.cloudera.crunch.impl.mr.collect with parameters of type Source
InputCollection(Source<S> source, MRPipeline pipeline)
           
 

Uses of Source in com.cloudera.crunch.impl.mr.plan
 

Methods in com.cloudera.crunch.impl.mr.plan that return Source
 Source DoNode.getSource()
           
 

Methods in com.cloudera.crunch.impl.mr.plan with parameters of type Source
static
<S> DoNode
DoNode.createInputNode(Source<S> source)
           
 

Uses of Source in com.cloudera.crunch.io
 

Subinterfaces of Source in com.cloudera.crunch.io
 interface ReadableSource<T>
           
 interface ReadableSourceTarget<T>
          An interface that indicates that a SourceTarget instance can be read into the local client.
 

Methods in com.cloudera.crunch.io that return Source
static
<T> Source<T>
From.avroFile(org.apache.hadoop.fs.Path path, AvroType<T> avroType)
           
static
<T> Source<T>
From.avroFile(String pathName, AvroType<T> avroType)
           
static
<T> Source<T>
From.sequenceFile(org.apache.hadoop.fs.Path path, PType<T> ptype)
           
static
<T> Source<T>
From.sequenceFile(String pathName, PType<T> ptype)
           
static Source<String> From.textFile(org.apache.hadoop.fs.Path path)
           
static
<T> Source<T>
From.textFile(org.apache.hadoop.fs.Path path, PType<T> ptype)
           
static Source<String> From.textFile(String pathName)
           
static
<T> Source<T>
From.textFile(String pathName, PType<T> ptype)
           
 

Uses of Source in com.cloudera.crunch.io.avro
 

Classes in com.cloudera.crunch.io.avro that implement Source
 class AvroFileSource<T>
           
 class AvroFileSourceTarget<T>
           
 

Uses of Source in com.cloudera.crunch.io.hbase
 

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

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

Classes in com.cloudera.crunch.io.impl that implement Source
 class FileSourceImpl<T>
           
 class FileTableSourceImpl<K,V>
           
 class ReadableSourcePathTargetImpl<T>
           
 class ReadableSourceTargetImpl<T>
           
 class SourcePathTargetImpl<T>
           
 class SourceTargetImpl<T>
           
 class TableSourcePathTargetImpl<K,V>
           
 class TableSourceTargetImpl<K,V>
           
 

Fields in com.cloudera.crunch.io.impl declared as Source
protected  Source<T> SourceTargetImpl.source
           
 

Constructors in com.cloudera.crunch.io.impl with parameters of type Source
SourcePathTargetImpl(Source<T> source, PathTarget target)
           
SourceTargetImpl(Source<T> source, Target target)
           
 

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

Classes in com.cloudera.crunch.io.seq that implement Source
 class SeqFileSource<T>
           
 class SeqFileSourceTarget<T>
           
 class SeqFileTableSourceTarget<K,V>
           
 

Uses of Source in com.cloudera.crunch.io.text
 

Classes in com.cloudera.crunch.io.text that implement Source
 class TextFileSource<T>
           
 class TextFileSourceTarget<T>
           
 

Uses of Source in com.cloudera.crunch.tool
 

Methods in com.cloudera.crunch.tool with parameters of type Source
<T> PCollection<T>
CrunchTool.read(Source<T> source)
           
 



Copyright © 2012. All Rights Reserved.