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

Packages that use com.ebay.erl.mobius.core.builder
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.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.model Provides classes representing tje Mobius data model, such as Tuple or Column
 

Classes in com.ebay.erl.mobius.core.builder used by com.ebay.erl.mobius.core
Dataset
          Represents a type of data on the Hadoop cluster.
 

Classes in com.ebay.erl.mobius.core.builder used by com.ebay.erl.mobius.core.builder
AbstractDatasetBuilder
          The base class of all Dataset builders which builds instance of different Dataset.
Dataset
          Represents a type of data on the Hadoop cluster.
DatasetBuildersFactory
          Gets the implementation of AbstractDatasetBuilder based on a given OutputFormat.
SeqFileDatasetBuilder
          Reads a SequenceFile with NullWritable as its key and Tuple as its value.
TSVDatasetBuilder
          Represents text-based and line-oriented files on HDFS.
 

Classes in com.ebay.erl.mobius.core.builder used by com.ebay.erl.mobius.core.function
Dataset
          Represents a type of data on the Hadoop cluster.
 

Classes in com.ebay.erl.mobius.core.builder used by com.ebay.erl.mobius.core.function.base
Dataset
          Represents a type of data on the Hadoop cluster.
 

Classes in com.ebay.erl.mobius.core.builder used by com.ebay.erl.mobius.core.model
Dataset
          Represents a type of data on the Hadoop cluster.