This project has retired. For details please refer to its Attic page.
Uses of Class org.apache.crunch.lib.Sort.Order (Apache Crunch 0.4.0-incubating API)

Uses of Class
org.apache.crunch.lib.Sort.Order

Packages that use Sort.Order
org.apache.crunch.lib Joining, sorting, aggregating, and other commonly used functionality. 
 

Uses of Sort.Order in org.apache.crunch.lib
 

Methods in org.apache.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 org.apache.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 org.apache.crunch.lib with parameters of type Sort.Order
Sort.ColumnOrder(int column, Sort.Order order)
           
 



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