This project has retired. For details please refer to its Attic page.
SourceTarget (Apache Crunch 0.6.0 API)

org.apache.crunch
Interface SourceTarget<T>

All Superinterfaces:
Source<T>, Target
All Known Subinterfaces:
ReadableSourceTarget<T>, TableSourceTarget<K,V>

public interface SourceTarget<T>
extends Source<T>, Target

An interface for classes that implement both the Source and the Target interfaces.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.crunch.Target
Target.WriteMode
 
Method Summary
 
Methods inherited from interface org.apache.crunch.Source
configureSource, getSize, getType
 
Methods inherited from interface org.apache.crunch.Target
accept, asSourceTarget, handleExisting
 



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