Uses of Interface
org.apache.crunch.io.ReadableSource

Packages that use ReadableSource
org.apache.crunch.impl.dist   
org.apache.crunch.io Data input and output for Pipelines. 
 

Uses of ReadableSource in org.apache.crunch.impl.dist
 

Methods in org.apache.crunch.impl.dist that return ReadableSource
<T> ReadableSource<T>
DistributedPipeline.getMaterializeSourceTarget(PCollection<T> pcollection)
          Retrieve a ReadableSourceTarget that provides access to the contents of a PCollection.
 

Uses of ReadableSource in org.apache.crunch.io
 

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



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