This project has retired. For details please refer to its Attic page.
ReadableSourceTarget (Apache Crunch 0.4.0-incubating API)

org.apache.crunch.io
Interface ReadableSourceTarget<T>

Type Parameters:
T - The type of data read.
All Superinterfaces:
ReadableSource<T>, Source<T>, SourceTarget<T>, Target

public interface ReadableSourceTarget<T>
extends ReadableSource<T>, SourceTarget<T>

An interface that indicates that a SourceTarget instance can be read into the local client.


Method Summary
 
Methods inherited from interface org.apache.crunch.io.ReadableSource
read
 
Methods inherited from interface org.apache.crunch.Source
configureSource, getSize, getType
 
Methods inherited from interface org.apache.crunch.Target
accept, asSourceTarget
 



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