Uses of Package
com.ebay.erl.mobius.core

Packages that use com.ebay.erl.mobius.core
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. 
 

Classes in com.ebay.erl.mobius.core used by com.ebay.erl.mobius.core
GroupByConfigure
          Specify the "group-by" columns in a grouping job.
JoinOnConfigure
          Specify the join relationship in a Mobius join job.
JoinOnConfigure.EQ
          Specify the equal relationship of columns from different datasets.
MobiusJob
          Main class of the Mobius API.
Persistable
          Sets the projections (columns to be saved on disk ) for join or group-by jobs.
SortOrderByConfigure
          Specifies the sort-by columns (ascending or descending) of a sort job.
SortPersistable
          Specifies the output path and format of a sort job.
SortProjectionConfigure
          Specifies the columns to be stored of a sort job.
 

Classes in com.ebay.erl.mobius.core used by com.ebay.erl.mobius.core.builder
MobiusJob
          Main class of the Mobius API.