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

Uses of Interface
org.apache.crunch.types.Converter

Packages that use Converter
org.apache.crunch Client-facing API and core abstractions. 
org.apache.crunch.impl.mr.emit   
org.apache.crunch.impl.mr.plan   
org.apache.crunch.impl.mr.run   
org.apache.crunch.impl.spark.fn   
org.apache.crunch.io.hbase   
org.apache.crunch.io.impl   
org.apache.crunch.io.parquet   
org.apache.crunch.types Common functionality for business object serialization. 
org.apache.crunch.types.avro Business object serialization using Apache Avro. 
org.apache.crunch.types.writable Business object serialization using Hadoop's Writables framework. 
 

Uses of Converter in org.apache.crunch
 

Methods in org.apache.crunch that return Converter
 Converter<?,?,?,?> Source.getConverter()
          Returns the Converter used for mapping the inputs from this instance into PCollection or PTable values.
 Converter<?,?,?,?> Target.getConverter(PType<?> ptype)
          Returns the Converter to use for mapping from the output PCollection into the output values expected by this instance.
 

Uses of Converter in org.apache.crunch.impl.mr.emit
 

Constructors in org.apache.crunch.impl.mr.emit with parameters of type Converter
MultipleOutputEmitter(Converter converter, CrunchOutputs<K,V> outputs, String outputName)
           
OutputEmitter(Converter<K,V,Object,Object> converter, org.apache.hadoop.mapreduce.TaskInputOutputContext<?,?,K,V> context)
           
 

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

Methods in org.apache.crunch.impl.mr.plan with parameters of type Converter
static DoNode DoNode.createOutputNode(String name, Converter outputConverter, PType<?> ptype)
           
 

Uses of Converter in org.apache.crunch.impl.mr.run
 

Constructors in org.apache.crunch.impl.mr.run with parameters of type Converter
RTNode(DoFn<Object,Object> fn, PType<Object> outputPType, String name, List<RTNode> children, Converter inputConverter, Converter outputConverter, String outputName)
           
RTNode(DoFn<Object,Object> fn, PType<Object> outputPType, String name, List<RTNode> children, Converter inputConverter, Converter outputConverter, String outputName)
           
 

Uses of Converter in org.apache.crunch.impl.spark.fn
 

Constructors in org.apache.crunch.impl.spark.fn with parameters of type Converter
InputConverterFunction(Converter<K,V,S,?> converter)
           
OutputConverterFunction(Converter<K,V,S,?> converter)
           
 

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

Classes in org.apache.crunch.io.hbase that implement Converter
 class HBaseValueConverter<V>
           
 

Methods in org.apache.crunch.io.hbase that return Converter
 Converter<?,?,?,?> HFileSource.getConverter()
           
 Converter<?,?,?,?> HBaseSourceTarget.getConverter()
           
 Converter<?,?,?,?> HFileTarget.getConverter(PType<?> ptype)
           
 Converter<?,?,?,?> HBaseTarget.getConverter(PType<?> ptype)
           
 

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

Methods in org.apache.crunch.io.impl that return Converter
 Converter<?,?,?,?> FileSourceImpl.getConverter()
           
 Converter<?,?,?,?> FileTargetImpl.getConverter(PType<?> ptype)
           
 

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

Methods in org.apache.crunch.io.parquet that return Converter
 Converter<?,?,?,?> AvroParquetFileSource.getConverter()
           
 Converter<?,?,?,?> AvroParquetFileTarget.getConverter(PType<?> ptype)
           
 

Uses of Converter in org.apache.crunch.types
 

Methods in org.apache.crunch.types that return Converter
 Converter PType.getConverter()
           
 Converter PGroupedTableType.getConverter()
           
abstract  Converter PGroupedTableType.getGroupingConverter()
           
 

Uses of Converter in org.apache.crunch.types.avro
 

Methods in org.apache.crunch.types.avro that return Converter
 Converter AvroType.getConverter()
           
 

Uses of Converter in org.apache.crunch.types.writable
 

Methods in org.apache.crunch.types.writable that return Converter
 Converter WritableType.getConverter()
           
 



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