Uses of Interface
com.cloudera.crunch.type.PTypeFamily

Packages that use PTypeFamily
com.cloudera.crunch   
com.cloudera.crunch.impl.mem.collect   
com.cloudera.crunch.impl.mr.collect   
com.cloudera.crunch.lib   
com.cloudera.crunch.type   
com.cloudera.crunch.type.avro   
com.cloudera.crunch.type.writable   
com.cloudera.crunch.util   
 

Uses of PTypeFamily in com.cloudera.crunch
 

Methods in com.cloudera.crunch that return PTypeFamily
 PTypeFamily PCollection.getTypeFamily()
          Returns the PTypeFamily of this PCollection.
 

Uses of PTypeFamily in com.cloudera.crunch.impl.mem.collect
 

Methods in com.cloudera.crunch.impl.mem.collect that return PTypeFamily
 PTypeFamily MemCollection.getTypeFamily()
           
 

Uses of PTypeFamily in com.cloudera.crunch.impl.mr.collect
 

Methods in com.cloudera.crunch.impl.mr.collect that return PTypeFamily
 PTypeFamily PCollectionImpl.getTypeFamily()
           
 

Uses of PTypeFamily in com.cloudera.crunch.lib
 

Methods in com.cloudera.crunch.lib 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 com.cloudera.crunch.type
 

Methods in com.cloudera.crunch.type that return PTypeFamily
 PTypeFamily PType.getFamily()
          Returns the PTypeFamily that this PType belongs to.
 PTypeFamily PGroupedTableType.getFamily()
           
 

Methods in com.cloudera.crunch.type with parameters of type PTypeFamily
static
<T> PType<T>
PTypeUtils.convert(PType<T> ptype, PTypeFamily tf)
           
 

Uses of PTypeFamily in com.cloudera.crunch.type.avro
 

Classes in com.cloudera.crunch.type.avro that implement PTypeFamily
 class AvroTypeFamily
           
 

Methods in com.cloudera.crunch.type.avro that return PTypeFamily
 PTypeFamily AvroType.getFamily()
           
 

Uses of PTypeFamily in com.cloudera.crunch.type.writable
 

Classes in com.cloudera.crunch.type.writable that implement PTypeFamily
 class WritableTypeFamily
          The Writable-based implementation of the PTypeFamily interface.
 

Methods in com.cloudera.crunch.type.writable that return PTypeFamily
 PTypeFamily WritableType.getFamily()
           
 

Uses of PTypeFamily in com.cloudera.crunch.util
 

Methods in com.cloudera.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> PType<T>
PTypes.smile(Class<T> clazz, PTypeFamily typeFamily)
           
static
<T extends org.apache.thrift.TBase>
PType<T>
PTypes.thrifts(Class<T> clazz, PTypeFamily typeFamily)
           
 



Copyright © 2012. All Rights Reserved.