This project has retired. For details please refer to its
Attic page.
ReadableSourcePathTargetImpl (Apache Crunch 0.3.0-incubating API)
org.apache.crunch.io.impl
Class ReadableSourcePathTargetImpl<T>
java.lang.Object
org.apache.crunch.io.impl.SourceTargetImpl<T>
org.apache.crunch.io.impl.SourcePathTargetImpl<T>
org.apache.crunch.io.impl.ReadableSourcePathTargetImpl<T>
- All Implemented Interfaces:
- MapReduceTarget, PathTarget, ReadableSource<T>, ReadableSourceTarget<T>, Source<T>, SourceTarget<T>, Target
- Direct Known Subclasses:
- AvroFileSourceTarget, SeqFileSourceTarget, SeqFileTableSourceTarget, TextFileSourceTarget
public class ReadableSourcePathTargetImpl<T>
- extends SourcePathTargetImpl<T>
- implements ReadableSourceTarget<T>
Method Summary |
Iterable<T> |
read(org.apache.hadoop.conf.Configuration conf)
|
ReadableSourcePathTargetImpl
public ReadableSourcePathTargetImpl(ReadableSource<T> source,
PathTarget target)
read
public Iterable<T> read(org.apache.hadoop.conf.Configuration conf)
throws IOException
- Specified by:
read
in interface ReadableSource<T>
- Throws:
IOException
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.