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
.
getTableType
PTableType<K,V> getTableType()
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.