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

org.apache.crunch.io.avro
Class AvroFileSourceTarget<T>

java.lang.Object
  extended by org.apache.crunch.io.impl.SourceTargetImpl<T>
      extended by org.apache.crunch.io.impl.SourcePathTargetImpl<T>
          extended by org.apache.crunch.io.impl.ReadableSourcePathTargetImpl<T>
              extended by org.apache.crunch.io.avro.AvroFileSourceTarget<T>
All Implemented Interfaces:
MapReduceTarget, PathTarget, ReadableSource<T>, ReadableSourceTarget<T>, Source<T>, SourceTarget<T>, Target

public class AvroFileSourceTarget<T>
extends ReadableSourcePathTargetImpl<T>


Constructor Summary
AvroFileSourceTarget(org.apache.hadoop.fs.Path path, AvroType<T> atype)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class org.apache.crunch.io.impl.ReadableSourcePathTargetImpl
read
 
Methods inherited from class org.apache.crunch.io.impl.SourcePathTargetImpl
configureForMapReduce, getPath
 
Methods inherited from class org.apache.crunch.io.impl.SourceTargetImpl
accept, asSourceTarget, configureSource, equals, getSize, getType, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.crunch.Source
configureSource, getSize, getType
 
Methods inherited from interface org.apache.crunch.Target
accept, asSourceTarget
 

Constructor Detail

AvroFileSourceTarget

public AvroFileSourceTarget(org.apache.hadoop.fs.Path path,
                            AvroType<T> atype)
Method Detail

toString

public String toString()
Overrides:
toString in class SourceTargetImpl<T>


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