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

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

All Superinterfaces:
Source<Pair<K,V>>
All Known Subinterfaces:
TableSourceTarget<K,V>

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, getConverter, getLastModifiedAt, getSize, getType, inputConf
 

Method Detail

getTableType

PTableType<K,V> getTableType()


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