A B C D E F G H I J K L M N O P R S T U V W Z _

A

AbstractDatasetBuilder<ACUTAL_BUILDER_IMPL> - Class in com.ebay.erl.mobius.core.builder
The base class of all Dataset builders which builds instance of different Dataset.
AbstractDatasetBuilder(MobiusJob, String) - Constructor for class com.ebay.erl.mobius.core.builder.AbstractDatasetBuilder
Constructor for creating a dataset builder.
AbstractMobiusMapper<IK,IV> - Class in com.ebay.erl.mobius.core.mapred
Base class for implementing a customized Mobius mapper.
AbstractMobiusMapper() - Constructor for class com.ebay.erl.mobius.core.mapred.AbstractMobiusMapper
 
accept(Tuple, Configuration) - Method in class com.ebay.erl.mobius.core.criterion.TupleCriterion
Test if the tuple meet this TupleCriterion or not
add(Tuple) - Method in class com.ebay.erl.mobius.core.collection.BigTupleList
Add a new Tuple into this BigTupleList.
addAll(Iterable<Tuple>) - Method in class com.ebay.erl.mobius.core.collection.BigTupleList
Add all the tuples in collection into this list.
addAll(Collection<Tuple>) - Method in class com.ebay.erl.mobius.core.collection.BigTupleList
Add all the tuples in collection into this list.
addComputedColumn(ComputedColumns) - Method in class com.ebay.erl.mobius.core.builder.Dataset
Add a ComputedColumns to this dataset.
addComuptedColumn(ComputedColumns) - Method in class com.ebay.erl.mobius.core.builder.AbstractDatasetBuilder
Add a ComputedColumns to this dataset.
addInputPath(Path...) - Method in class com.ebay.erl.mobius.core.builder.AbstractDatasetBuilder
Specify the input path(s) of a Dataset.
addInputPath(boolean, Path...) - Method in class com.ebay.erl.mobius.core.builder.AbstractDatasetBuilder
Add the paths to the underline dataset.
addInputPath(JobConf, Path, Class<? extends InputFormat>, Class<? extends AbstractMobiusMapper>, String, FileSystem) - Static method in class com.ebay.erl.mobius.core.mapred.MobiusMultiInputs
 
addToExecQueue(Configuration) - Method in class com.ebay.erl.mobius.core.MobiusJob
Add a job, represented by the aNewJob object, into the execution queue.
AggregateFunction - Class in com.ebay.erl.mobius.core.function.base
An aggregate function is a specific type of group function that takes all records in a group, and outputs only one row.
AggregateFunction(Column[]) - Constructor for class com.ebay.erl.mobius.core.function.base.AggregateFunction
Constructor, can take 1 to more columns as it's input.
aggregateResult - Variable in class com.ebay.erl.mobius.core.function.base.AggregateFunction
the computed result.
ALL_DATASET_IDS - Static variable in class com.ebay.erl.mobius.core.ConfigureConstants
To locate all the participated Dataset id in a Mobius job.
ALL_GROUP_KEY_COLUMNS - Static variable in class com.ebay.erl.mobius.core.ConfigureConstants
To locate all the group by columns in a group by job.
and(TupleCriterion) - Method in class com.ebay.erl.mobius.core.criterion.TupleCriterion
return a new TupleCriterion that represents this AND another
Avg - Class in com.ebay.erl.mobius.core.function
Computes the average value of the given inputColumn specified in Avg.Avg(Column).
Avg(Column) - Constructor for class com.ebay.erl.mobius.core.function.Avg
Create an Avg instance with scale set to 0 and rounding mode to BigDecimal.ROUND_HALF_UP
Avg(Column, int, int) - Constructor for class com.ebay.erl.mobius.core.function.Avg
Create an Avg instance with the given scale and rounding mode.

A B C D E F G H I J K L M N O P R S T U V W Z _