Uses of Class
com.ebay.erl.mobius.core.sort.Sorter

Packages that use Sorter
com.ebay.erl.mobius.core Contains the main class MobiusJob of the Mobius core API; refer to MobiusJob to see how to create an analysis flow using Mobius. 
com.ebay.erl.mobius.core.builder Provides built-in builders to build Datasets. 
com.ebay.erl.mobius.core.model Provides classes representing tje Mobius data model, such as Tuple or Column
 

Uses of Sorter in com.ebay.erl.mobius.core
 

Methods in com.ebay.erl.mobius.core with parameters of type Sorter
 SortPersistable SortOrderByConfigure.orderBy(Sorter... sorters)
          Specify the dataset to be sorted by the sorters
 

Uses of Sorter in com.ebay.erl.mobius.core.builder
 

Methods in com.ebay.erl.mobius.core.builder with parameters of type Sorter
 Dataset Dataset.orderBy(java.lang.Class<? extends org.apache.hadoop.mapred.FileOutputFormat> outputformat, Sorter... sorters)
          Sort this Dataset by the given sorters.
 Dataset Dataset.orderBy(org.apache.hadoop.fs.Path output, java.lang.Class<? extends org.apache.hadoop.mapred.FileOutputFormat> outputformat, Sorter... sorters)
          Sort this Dataset by the given sorters.
 Dataset Dataset.orderBy(org.apache.hadoop.fs.Path output, Sorter... sorters)
          Sort this Dataset by the given sorters.
 Dataset Dataset.orderBy(Sorter... sorters)
          Sort this Dataset by the given sorters.
 

Uses of Sorter in com.ebay.erl.mobius.core.model
 

Methods in com.ebay.erl.mobius.core.model with parameters of type Sorter
 int TupleColumnComparator.compareKey(org.apache.hadoop.io.WritableComparable key1, org.apache.hadoop.io.WritableComparable key2, Sorter[] sorters, org.apache.hadoop.conf.Configuration conf)
          to be called in DataJoinKey