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

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

All Superinterfaces:
Source<Pair<K,V>>
All Known Implementing Classes:
FileTableSourceImpl, HBaseSourceTarget, SeqFileTableSource, SeqFileTableSourceTarget, TableSourcePathTargetImpl, TableSourceTargetImpl

public interface TableSource<K,V>
extends Source<Pair<K,V>>

The interface Source implementations that return a PTable.


Method Summary
 PTableType<K,V> getTableType()
           
 
Methods inherited from interface org.apache.crunch.Source
configureSource, getSize, getType
 

Method Detail

getTableType

PTableType<K,V> getTableType()


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