com.cloudera.crunch.io.avro
Class AvroFileSourceTarget<T>

java.lang.Object
  extended by com.cloudera.crunch.io.impl.SourceTargetImpl<T>
      extended by com.cloudera.crunch.io.impl.SourcePathTargetImpl<T>
          extended by com.cloudera.crunch.io.impl.ReadableSourcePathTargetImpl<T>
              extended by com.cloudera.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>


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

Constructor Detail

AvroFileSourceTarget

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


Copyright © 2012. All Rights Reserved.