This project has retired. For details please refer to its Attic page.
GuavaUtils (Apache Crunch 0.11.0 API)

org.apache.crunch.impl.spark
Class GuavaUtils

java.lang.Object
  extended by org.apache.crunch.impl.spark.GuavaUtils

public class GuavaUtils
extends Object


Constructor Summary
GuavaUtils()
           
 
Method Summary
static
<K,V> com.google.common.base.Function<Pair<K,V>,scala.Tuple2<K,V>>
pair2tupleFunc()
           
static
<K,V> com.google.common.base.Function<scala.Tuple2<K,V>,Pair<K,V>>
tuple2PairFunc()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GuavaUtils

public GuavaUtils()
Method Detail

tuple2PairFunc

public static <K,V> com.google.common.base.Function<scala.Tuple2<K,V>,Pair<K,V>> tuple2PairFunc()

pair2tupleFunc

public static <K,V> com.google.common.base.Function<Pair<K,V>,scala.Tuple2<K,V>> pair2tupleFunc()


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