This project has retired. For details please refer to its
Attic page.
TableSourcePathTargetImpl (Apache Crunch 0.3.0-incubating API)
org.apache.crunch.io.impl
Class TableSourcePathTargetImpl<K,V>
java.lang.Object
org.apache.crunch.io.impl.SourceTargetImpl<T>
org.apache.crunch.io.impl.SourcePathTargetImpl<Pair<K,V>>
org.apache.crunch.io.impl.TableSourcePathTargetImpl<K,V>
- All Implemented Interfaces:
- MapReduceTarget, PathTarget, Source<Pair<K,V>>, SourceTarget<Pair<K,V>>, TableSource<K,V>, Target
public class TableSourcePathTargetImpl<K,V>
- extends SourcePathTargetImpl<Pair<K,V>>
- implements TableSource<K,V>
TableSourcePathTargetImpl
public TableSourcePathTargetImpl(TableSource<K,V> source,
PathTarget target)
getTableType
public PTableType<K,V> getTableType()
- Specified by:
getTableType
in interface TableSource<K,V>
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.