This project has retired. For details please refer to its Attic page.
Uses of Interface org.apache.crunch.io.OutputHandler (Apache Crunch 0.3.0-incubating API)

Uses of Interface
org.apache.crunch.io.OutputHandler

Packages that use OutputHandler
org.apache.crunch   
org.apache.crunch.impl.mr.plan   
org.apache.crunch.io.avro   
org.apache.crunch.io.hbase   
org.apache.crunch.io.impl   
 

Uses of OutputHandler in org.apache.crunch
 

Methods in org.apache.crunch with parameters of type OutputHandler
 boolean Target.accept(OutputHandler handler, PType<?> ptype)
           
 

Uses of OutputHandler in org.apache.crunch.impl.mr.plan
 

Classes in org.apache.crunch.impl.mr.plan that implement OutputHandler
 class MSCROutputHandler
           
 

Uses of OutputHandler in org.apache.crunch.io.avro
 

Methods in org.apache.crunch.io.avro with parameters of type OutputHandler
 boolean AvroFileTarget.accept(OutputHandler handler, PType<?> ptype)
           
 

Uses of OutputHandler in org.apache.crunch.io.hbase
 

Methods in org.apache.crunch.io.hbase with parameters of type OutputHandler
 boolean HBaseTarget.accept(OutputHandler handler, PType<?> ptype)
           
 

Uses of OutputHandler in org.apache.crunch.io.impl
 

Methods in org.apache.crunch.io.impl with parameters of type OutputHandler
 boolean SourceTargetImpl.accept(OutputHandler handler, PType<?> ptype)
           
 boolean FileTargetImpl.accept(OutputHandler handler, PType<?> ptype)
           
 



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