com.cloudera.crunch
Interface TableSource<K,V>

All Superinterfaces:
Source<Pair<K,V>>
All Known Implementing Classes:
FileTableSourceImpl, HBaseSourceTarget, 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 com.cloudera.crunch.Source
configureSource, getSize, getType
 

Method Detail

getTableType

PTableType<K,V> getTableType()


Copyright © 2012. All Rights Reserved.