com.ebay.erl.mobius.core
Class SortProjectionConfigure

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

public class SortProjectionConfigure
extends java.lang.Object

Specifies the columns to be stored 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
 SortOrderByConfigure select(java.lang.String... columns)
          Select the columns to be projected (saved in disk) for this sort job.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

select

public SortOrderByConfigure select(java.lang.String... columns)
                            throws java.io.IOException
Select the columns to be projected (saved in disk) for this sort job.

Throws:
java.io.IOException