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

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

Packages that use PTypeFamily
org.apache.crunch   
org.apache.crunch.impl.mem.collect   
org.apache.crunch.impl.mr.collect   
org.apache.crunch.lib.join   
org.apache.crunch.types   
org.apache.crunch.types.avro   
org.apache.crunch.types.writable   
org.apache.crunch.util   
 

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.impl.mem.collect
 

Methods in org.apache.crunch.impl.mem.collect that return PTypeFamily
 PTypeFamily MemCollection.getTypeFamily()
           
 

Uses of PTypeFamily in org.apache.crunch.impl.mr.collect
 

Methods in org.apache.crunch.impl.mr.collect that return PTypeFamily
 PTypeFamily PCollectionImpl.getTypeFamily()
           
 

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
<T> PType<T>
PTypeUtils.convert(PType<T> ptype, PTypeFamily tf)
           
 

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()
           
 

Uses of PTypeFamily in org.apache.crunch.util
 

Methods in org.apache.crunch.util with parameters of type PTypeFamily
static PType<BigInteger> PTypes.bigInt(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)
           
 



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