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

org.apache.crunch
Interface TableSourceTarget<K,V>

All Superinterfaces:
Source<Pair<K,V>>, SourceTarget<Pair<K,V>>, TableSource<K,V>, Target

public interface TableSourceTarget<K,V>
extends TableSource<K,V>, SourceTarget<Pair<K,V>>

An interface for classes that implement both the TableSource 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.TableSource
getTableType
 
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.