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

B

BigTupleList - Class in com.ebay.erl.mobius.core.collection
Stores one to many Tuple elements.
BigTupleList(Reporter) - Constructor for class com.ebay.erl.mobius.core.collection.BigTupleList
Create an instance of BigTupleList with default comparator (Tuple).
BigTupleList(Comparator<Tuple>, Reporter) - Constructor for class com.ebay.erl.mobius.core.collection.BigTupleList
Create an instance of BigTupleList with specified comparator.
BOOLEAN_TYPE - Static variable in class com.ebay.erl.mobius.core.model.Tuple
 
build() - Method in class com.ebay.erl.mobius.core.builder.AbstractDatasetBuilder
Finishing the Dataset building process.
build(MobiusJob, Projectable...) - Method in class com.ebay.erl.mobius.core.Persistable
Build the dataset and store the projections into a temporal path (under hadoop.tmp.dir) in the format of SequenceFileOutputFormat.
build(MobiusJob, TupleCriterion, Projectable...) - Method in class com.ebay.erl.mobius.core.Persistable
Build the dataset and store the projections into a temporal path (under hadoop.tmp.dir) in the format of SequenceFileOutputFormat.
build(MobiusJob, Class<? extends FileOutputFormat>, Projectable...) - Method in class com.ebay.erl.mobius.core.Persistable
Build the dataset and store the projections into a temporal path (under hadoop.tmp.dir) in the format of the given outputFormat.
build(MobiusJob, Class<? extends FileOutputFormat>, TupleCriterion, Projectable...) - Method in class com.ebay.erl.mobius.core.Persistable
Build the dataset and store the projections into a temporal path (under hadoop.tmp.dir) in the format of SequenceFileOutputFormat.
buildFromPreviousJob(JobConf, Class<? extends FileOutputFormat>, String[]) - Method in class com.ebay.erl.mobius.core.builder.AbstractDatasetBuilder
To be called by Mobius engine, for building a dataset from a previous mobius job, user should not use this method.
buildFromPreviousJob(JobConf, Class<? extends FileOutputFormat>, String[]) - Method in class com.ebay.erl.mobius.core.builder.SeqFileDatasetBuilder
To be called by Mobius engine, for building a dataset from a previous mobius job, user should not use this method.
buildFromPreviousJob(JobConf, Class<? extends FileOutputFormat>, String[]) - Method in class com.ebay.erl.mobius.core.builder.TSVDatasetBuilder
To be called by Mobius engine, for building a dataset from a previous mobius job, user should not use this method.
by(String...) - Method in class com.ebay.erl.mobius.core.GroupByConfigure
Specify the columns to be grouped by.
BYTE_ARRAY_TYPE - Static variable in class com.ebay.erl.mobius.core.model.Tuple
Represents byte[].
BYTE_TYPE - Static variable in class com.ebay.erl.mobius.core.model.Tuple
 

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