Uses of Class
com.cloudera.crunch.lib.Sort.Order

Packages that use Sort.Order
com.cloudera.crunch.lib   
 

Uses of Sort.Order in com.cloudera.crunch.lib
 

Methods in com.cloudera.crunch.lib that return Sort.Order
static Sort.Order Sort.Order.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Sort.Order[] Sort.Order.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.cloudera.crunch.lib with parameters of type Sort.Order
static Sort.ColumnOrder Sort.ColumnOrder.by(int column, Sort.Order order)
           
static
<T> PCollection<T>
Sort.sort(PCollection<T> collection, Sort.Order order)
          Sorts the PCollection using the natural ordering of its elements in the order specified.
static
<K,V> PTable<K,V>
Sort.sort(PTable<K,V> table, Sort.Order key)
          Sorts the PTable using the natural ordering of its keys in the order specified.
 

Constructors in com.cloudera.crunch.lib with parameters of type Sort.Order
Sort.ColumnOrder(int column, Sort.Order order)
           
 



Copyright © 2012. All Rights Reserved.