This project has retired. For details please refer to its
Attic page.
TableSource (Apache Crunch 0.9.0 API)
org.apache.crunch
Interface TableSource<K,V>
- All Superinterfaces:
- Source<Pair<K,V>>
- All Known Subinterfaces:
- TableSourceTarget<K,V>
- All Known Implementing Classes:
- FileTableSourceImpl, HBaseSourceTarget, SeqFileTableSource, SeqFileTableSourceTarget, TableSourcePathTargetImpl, TableSourceTargetImpl, TextFileTableSource, TextFileTableSourceTarget
public interface TableSource<K,V>
- extends Source<Pair<K,V>>
The interface Source
implementations that return a PTable
.
getTableType
PTableType<K,V> getTableType()
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.