Uses of Class
com.ebay.erl.mobius.core.Persistable

Packages that use Persistable
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. 
 

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

Methods in com.ebay.erl.mobius.core that return Persistable
 Persistable GroupByConfigure.by(java.lang.String... columns)
          Specify the columns to be grouped by.
 Persistable JoinOnConfigure.on(JoinOnConfigure.EQ... eqs)
          Specify the joining columns from the dataset.
 Persistable Persistable.setConf(java.lang.String name, java.lang.String value)
          set a configuration property to this job's configuration.
 Persistable Persistable.setJobName(java.lang.String newJobName)
          Specify the name of this job.
 Persistable Persistable.setReducersNumber(int reducerNumber)
          Specify the number of reducer of this job.