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

Uses of Interface
org.apache.crunch.ReadableData

Packages that use ReadableData
org.apache.crunch Client-facing API and core abstractions. 
org.apache.crunch.impl.dist.collect   
org.apache.crunch.io Data input and output for Pipelines. 
org.apache.crunch.util An assorted set of utilities. 
 

Uses of ReadableData in org.apache.crunch
 

Methods in org.apache.crunch that return ReadableData
 ReadableData<S> PCollection.asReadable(boolean materialize)
           
 

Uses of ReadableData in org.apache.crunch.impl.dist.collect
 

Methods in org.apache.crunch.impl.dist.collect that return ReadableData
 ReadableData<S> PCollectionImpl.asReadable(boolean materialize)
           
 

Uses of ReadableData in org.apache.crunch.io
 

Methods in org.apache.crunch.io that return ReadableData
 ReadableData<T> ReadableSource.asReadable()
           
 

Uses of ReadableData in org.apache.crunch.util
 

Classes in org.apache.crunch.util that implement ReadableData
 class DelegatingReadableData<S,T>
          Implements the ReadableData<T> interface by delegating to an ReadableData<S> instance and passing its contents through a DoFn<S, T>.
 class UnionReadableData<T>
           
 

Constructors in org.apache.crunch.util with parameters of type ReadableData
DelegatingReadableData(ReadableData<S> delegate, DoFn<S,T> fn)
           
 

Constructor parameters in org.apache.crunch.util with type arguments of type ReadableData
UnionReadableData(List<ReadableData<T>> data)
           
 



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