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

org.apache.crunch
Interface Target

All Known Subinterfaces:
MapReduceTarget, PathTarget, ReadableSourceTarget<T>, SourceTarget<T>
All Known Implementing Classes:
PathTargetImpl

public interface Target

A Target represents the output destination of a Crunch job.


Method Summary
 boolean accept(OutputHandler handler, PType<?> ptype)
           
<T> SourceTarget<T>
asSourceTarget(PType<T> ptype)
           
 

Method Detail

accept

boolean accept(OutputHandler handler,
               PType<?> ptype)

asSourceTarget

<T> SourceTarget<T> asSourceTarget(PType<T> ptype)


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