This project has retired. For details please refer to its Attic page.
PTypeUtils (Apache Crunch 0.3.0-incubating API)

org.apache.crunch.types
Class PTypeUtils

java.lang.Object
  extended by org.apache.crunch.types.PTypeUtils

public class PTypeUtils
extends Object

Utilities for converting between PTypes from different PTypeFamily implementations.


Method Summary
static
<T> PType<T>
convert(PType<T> ptype, PTypeFamily tf)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

convert

public static <T> PType<T> convert(PType<T> ptype,
                                   PTypeFamily tf)


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