This project has retired. For details please refer to its
Attic page.
Target (Apache Crunch 0.3.0-incubating API)
org.apache.crunch
Interface Target
- All Known Subinterfaces:
- MapReduceTarget, PathTarget, ReadableSourceTarget<T>, SourceTarget<T>
- All Known Implementing Classes:
- AvroFileSourceTarget, AvroFileTarget, FileTargetImpl, HBaseSourceTarget, HBaseTarget, PathTargetImpl, ReadableSourcePathTargetImpl, ReadableSourceTargetImpl, SeqFileSourceTarget, SeqFileTableSourceTarget, SeqFileTarget, SourcePathTargetImpl, SourceTargetImpl, TableSourcePathTargetImpl, TableSourceTargetImpl, TextFileSourceTarget, TextFileTarget
public interface Target
A Target
represents the output destination of a Crunch job.
accept
boolean accept(OutputHandler handler,
PType<?> ptype)
asSourceTarget
<T> SourceTarget<T> asSourceTarget(PType<T> ptype)
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.