This project has retired. For details please refer to its Attic page.
SeqFileTarget (Apache Crunch 0.3.0-incubating API)

org.apache.crunch.io.seq
Class SeqFileTarget

java.lang.Object
  extended by org.apache.crunch.io.impl.FileTargetImpl
      extended by org.apache.crunch.io.seq.SeqFileTarget
All Implemented Interfaces:
MapReduceTarget, PathTarget, Target

public class SeqFileTarget
extends FileTargetImpl


Constructor Summary
SeqFileTarget(org.apache.hadoop.fs.Path path)
           
SeqFileTarget(String path)
           
 
Method Summary
<T> SourceTarget<T>
asSourceTarget(PType<T> ptype)
           
 String toString()
           
 
Methods inherited from class org.apache.crunch.io.impl.FileTargetImpl
accept, configureForMapReduce, equals, getPath, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SeqFileTarget

public SeqFileTarget(String path)

SeqFileTarget

public SeqFileTarget(org.apache.hadoop.fs.Path path)
Method Detail

toString

public String toString()
Overrides:
toString in class FileTargetImpl

asSourceTarget

public <T> SourceTarget<T> asSourceTarget(PType<T> ptype)
Specified by:
asSourceTarget in interface Target
Overrides:
asSourceTarget in class FileTargetImpl


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