com.ebay.erl.mobius.core
Class SortOrderByConfigure

java.lang.Object
  extended by com.ebay.erl.mobius.core.SortOrderByConfigure

public class SortOrderByConfigure
extends java.lang.Object

Specifies the sort-by columns (ascending or descending) of a sort job.

See MobiusJob.sort(Dataset) for information on creating a sort job. This product is licensed under the Apache License, Version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0. This product contains portions derived from Apache hadoop which is licensed under the Apache License, Version 2.0, available at http://hadoop.apache.org. © 2007 – 2012 eBay Inc., Evan Chiu, Woody Zhou, Neel Sundaresan


Method Summary
 SortPersistable orderBy(Sorter... sorters)
          Specify the dataset to be sorted by the sorters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

orderBy

public SortPersistable orderBy(Sorter... sorters)
                        throws java.io.IOException
Specify the dataset to be sorted by the sorters

The sorters can only access the columns within the projection list of this job.

Throws:
java.io.IOException