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
  extended by org.apache.crunch.io.impl.SourceTargetImpl<T>
      extended by org.apache.crunch.io.impl.SourcePathTargetImpl<Pair<K,V>>
          extended by 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>


Constructor Summary
TableSourcePathTargetImpl(TableSource<K,V> source, PathTarget target)
           
 
Method Summary
 PTableType<K,V> getTableType()
           
 
Methods inherited from class org.apache.crunch.io.impl.SourcePathTargetImpl
configureForMapReduce, getPath
 
Methods inherited from class org.apache.crunch.io.impl.SourceTargetImpl
accept, asSourceTarget, configureSource, equals, getSize, getType, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.crunch.Source
configureSource, getSize, getType
 
Methods inherited from interface org.apache.crunch.Target
accept, asSourceTarget
 

Constructor Detail

TableSourcePathTargetImpl

public TableSourcePathTargetImpl(TableSource<K,V> source,
                                 PathTarget target)
Method Detail

getTableType

public PTableType<K,V> getTableType()
Specified by:
getTableType in interface TableSource<K,V>


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