com.cloudera.crunch.lib
Class PTables

java.lang.Object
  extended by com.cloudera.crunch.lib.PTables

public class PTables
extends Object

Methods for performing common operations on PTables.


Constructor Summary
PTables()
           
 
Method Summary
static
<K,V> PCollection<K>
keys(PTable<K,V> ptable)
           
static
<K,V> PCollection<V>
values(PTable<K,V> ptable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PTables

public PTables()
Method Detail

keys

public static <K,V> PCollection<K> keys(PTable<K,V> ptable)

values

public static <K,V> PCollection<V> values(PTable<K,V> ptable)


Copyright © 2012. All Rights Reserved.