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

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

Packages that use PTypeFamily
org.apache.crunch Client-facing API and core abstractions. 
org.apache.crunch.lib.join Inner and outer joins on collections. 
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 PTypeFamily in org.apache.crunch
 

Methods in org.apache.crunch that return PTypeFamily
 PTypeFamily PCollection.getTypeFamily()
          Returns the PTypeFamily of this PCollection.
 

Uses of PTypeFamily in org.apache.crunch.lib.join
 

Methods in org.apache.crunch.lib.join with parameters of type PTypeFamily
static Class<? extends org.apache.hadoop.io.RawComparator> JoinUtils.getGroupingComparator(PTypeFamily typeFamily)
           
static Class<? extends org.apache.hadoop.mapreduce.Partitioner> JoinUtils.getPartitionerClass(PTypeFamily typeFamily)
           
 

Uses of PTypeFamily in org.apache.crunch.types
 

Methods in org.apache.crunch.types that return PTypeFamily
 PTypeFamily PType.getFamily()
          Returns the PTypeFamily that this PType belongs to.
 PTypeFamily PGroupedTableType.getFamily()
           
 

Methods in org.apache.crunch.types with parameters of type PTypeFamily
static PType<BigInteger> PTypes.bigInt(PTypeFamily typeFamily)
           
static
<T> PType<T>
PTypeUtils.convert(PType<T> ptype, PTypeFamily tf)
           
static
<T extends Enum>
PType<T>
PTypes.enums(Class<T> type, PTypeFamily typeFamily)
           
static
<T> PType<T>
PTypes.jsonString(Class<T> clazz, PTypeFamily typeFamily)
           
static
<T extends com.google.protobuf.Message>
PType<T>
PTypes.protos(Class<T> clazz, PTypeFamily typeFamily)
           
static
<T extends org.apache.thrift.TBase>
PType<T>
PTypes.thrifts(Class<T> clazz, PTypeFamily typeFamily)
           
 

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

Classes in org.apache.crunch.types.avro that implement PTypeFamily
 class AvroTypeFamily
           
 

Methods in org.apache.crunch.types.avro that return PTypeFamily
 PTypeFamily AvroType.getFamily()
           
 

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

Classes in org.apache.crunch.types.writable that implement PTypeFamily
 class WritableTypeFamily
          The Writable-based implementation of the PTypeFamily interface.
 

Methods in org.apache.crunch.types.writable that return PTypeFamily
 PTypeFamily WritableType.getFamily()
           
 



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