com.cloudera.crunch.io.seq
Class SeqFileSourceTarget<T>

java.lang.Object
  extended by com.cloudera.crunch.io.impl.SourceTargetImpl<T>
      extended by com.cloudera.crunch.io.impl.SourcePathTargetImpl<T>
          extended by com.cloudera.crunch.io.impl.ReadableSourcePathTargetImpl<T>
              extended by com.cloudera.crunch.io.seq.SeqFileSourceTarget<T>
All Implemented Interfaces:
MapReduceTarget, PathTarget, ReadableSource<T>, ReadableSourceTarget<T>, Source<T>, SourceTarget<T>, Target

public class SeqFileSourceTarget<T>
extends ReadableSourcePathTargetImpl<T>


Field Summary
 
Fields inherited from class com.cloudera.crunch.io.impl.SourceTargetImpl
source, target
 
Constructor Summary
SeqFileSourceTarget(org.apache.hadoop.fs.Path path, PType<T> ptype)
           
SeqFileSourceTarget(String path, PType<T> ptype)
           
 
Method Summary
 
Methods inherited from class com.cloudera.crunch.io.impl.ReadableSourcePathTargetImpl
read
 
Methods inherited from class com.cloudera.crunch.io.impl.SourcePathTargetImpl
configureForMapReduce, getPath
 
Methods inherited from class com.cloudera.crunch.io.impl.SourceTargetImpl
accept, asSourceTarget, configureSource, equals, getSize, getType, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.cloudera.crunch.Source
configureSource, getSize, getType
 
Methods inherited from interface com.cloudera.crunch.Target
accept, asSourceTarget
 

Constructor Detail

SeqFileSourceTarget

public SeqFileSourceTarget(String path,
                           PType<T> ptype)

SeqFileSourceTarget

public SeqFileSourceTarget(org.apache.hadoop.fs.Path path,
                           PType<T> ptype)


Copyright © 2012. All Rights Reserved.