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

Packages that use com.ebay.erl.mobius.core.model
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.collection Provides collection classes to be used in Mobius. 
com.ebay.erl.mobius.core.criterion Provides classes for defining filters for filtering records in a dataset. 
com.ebay.erl.mobius.core.datajoin Underline join logic implementation, Mobius users don't need to use the classes withiin this package. 
com.ebay.erl.mobius.core.function Provides varies of aggregation or grouping functions such as Counts or Max
com.ebay.erl.mobius.core.function.base Provides base classes for implementing different kinds of aggregation functions. 
com.ebay.erl.mobius.core.mapred Provides Mobius-specific Hadoop classes. 
com.ebay.erl.mobius.core.model Provides classes representing tje Mobius data model, such as Tuple or Column
com.ebay.erl.mobius.util Provides utility classes. 
 

Classes in com.ebay.erl.mobius.core.model used by com.ebay.erl.mobius.core
Column
          Represents a single column of a Dataset.
 

Classes in com.ebay.erl.mobius.core.model used by com.ebay.erl.mobius.core.builder
ComputedColumns
          In a dataset building stage, this base class dynamically computes new columns for each row in the selected dataset.
 

Classes in com.ebay.erl.mobius.core.model used by com.ebay.erl.mobius.core.collection
Tuple
          Represents a record(row) in a dataset.
 

Classes in com.ebay.erl.mobius.core.model used by com.ebay.erl.mobius.core.criterion
Tuple
          Represents a record(row) in a dataset.
 

Classes in com.ebay.erl.mobius.core.model used by com.ebay.erl.mobius.core.datajoin
Tuple
          Represents a record(row) in a dataset.
 

Classes in com.ebay.erl.mobius.core.model used by com.ebay.erl.mobius.core.function
Column
          Represents a single column of a Dataset.
Tuple
          Represents a record(row) in a dataset.
TupleColumnComparator
          Comparator for comparing values from two columns (object1 and object2 in the compare method).
 

Classes in com.ebay.erl.mobius.core.model used by com.ebay.erl.mobius.core.function.base
Column
          Represents a single column of a Dataset.
Tuple
          Represents a record(row) in a dataset.
 

Classes in com.ebay.erl.mobius.core.model used by com.ebay.erl.mobius.core.mapred
ComputedColumns
          In a dataset building stage, this base class dynamically computes new columns for each row in the selected dataset.
Tuple
          Represents a record(row) in a dataset.
 

Classes in com.ebay.erl.mobius.core.model used by com.ebay.erl.mobius.core.model
Column
          Represents a single column of a Dataset.
ResultWrapper
           
Tuple
          Represents a record(row) in a dataset.
Tuple.TupleColumnName
          Represents the name of a tuple column.
TupleTypeHandler
          Base class for handling all supported types from Tuple.
 

Classes in com.ebay.erl.mobius.core.model used by com.ebay.erl.mobius.util
Tuple
          Represents a record(row) in a dataset.