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

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

Packages that use OutputHandler
org.apache.crunch Client-facing API and core abstractions. 
org.apache.crunch.impl.mr.plan   
org.apache.crunch.io.avro   
org.apache.crunch.io.avro.trevni   
org.apache.crunch.io.hbase   
org.apache.crunch.io.impl   
org.apache.crunch.io.parquet   
 

Uses of OutputHandler in org.apache.crunch
 

Methods in org.apache.crunch with parameters of type OutputHandler
 boolean Target.accept(OutputHandler handler, PType<?> ptype)
          Checks to see if this Target instance is compatible with the given 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 AvroPathPerKeyTarget.accept(OutputHandler handler, PType<?> ptype)
           
 boolean AvroFileTarget.accept(OutputHandler handler, PType<?> ptype)
           
 

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

Methods in org.apache.crunch.io.avro.trevni with parameters of type OutputHandler
 boolean TrevniKeyTarget.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 FileTargetImpl.accept(OutputHandler handler, PType<?> ptype)
           
 

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

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



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