This project has retired. For details please refer to its Attic page.
ReadableSourceTarget (Apache Crunch 0.11.0 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.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.crunch.Target
Target.WriteMode
 
Method Summary
 
Methods inherited from interface org.apache.crunch.io.ReadableSource
asReadable, read
 
Methods inherited from interface org.apache.crunch.SourceTarget
conf
 
Methods inherited from interface org.apache.crunch.Source
configureSource, getConverter, getLastModifiedAt, getSize, getType, inputConf
 
Methods inherited from interface org.apache.crunch.Target
accept, asSourceTarget, getConverter, handleExisting, outputConf
 



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