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

N

name - Variable in class com.ebay.erl.mobius.core.builder.Dataset
name of this dataset.
namesToIdxMapping - Variable in class com.ebay.erl.mobius.core.model.Tuple
a mapping from a column name to an index in the Tuple.values array to get it value.
ne(String, String) - Static method in class com.ebay.erl.mobius.core.criterion.TupleRestrictions
not equals
ne(String, Number) - Static method in class com.ebay.erl.mobius.core.criterion.TupleRestrictions
 
ne(String, String, Date) - Static method in class com.ebay.erl.mobius.core.criterion.TupleRestrictions
 
ne(String, Date) - Static method in class com.ebay.erl.mobius.core.criterion.TupleRestrictions
 
ne(String, String, Calendar) - Static method in class com.ebay.erl.mobius.core.criterion.TupleRestrictions
 
ne(String, Calendar) - Static method in class com.ebay.erl.mobius.core.criterion.TupleRestrictions
 
ne(String, boolean) - Static method in class com.ebay.erl.mobius.core.criterion.TupleRestrictions
 
neColumns(String, String) - Static method in class com.ebay.erl.mobius.core.criterion.TupleRestrictions
compare if two column's values are not equals.
newBigTupleList() - Method in class com.ebay.erl.mobius.core.function.base.AggregateFunction
 
newBigTupleList() - Method in class com.ebay.erl.mobius.core.function.Medium
override from parent to have the returned BigTupleList use user defined comparator, if any.
newDataset(String) - Method in class com.ebay.erl.mobius.core.builder.AbstractDatasetBuilder
Create a new Dataset, the returned Dataset has no state at all (no paths, constraints...etc.)
newDataset(String) - Method in class com.ebay.erl.mobius.core.builder.SeqFileDatasetBuilder
Create a new Dataset, the returned Dataset has no state at all (no paths, constraints...etc.)
newDataset(String) - Method in class com.ebay.erl.mobius.core.builder.TSVDatasetBuilder
 
newInstance(MobiusJob, String, String[]) - Static method in class com.ebay.erl.mobius.core.builder.SeqFileDatasetBuilder
Get an new instance of SeqFileDatasetBuilder to build a dataset which is stored as Hadoop sequence file.
newInstance(MobiusJob, String, String[]) - Static method in class com.ebay.erl.mobius.core.builder.TSVDatasetBuilder
Create a new instance of TSVDatasetBuilder to build a text based dataset.
newInstance(String) - Static method in class com.ebay.erl.mobius.util.Util
Get the instance by the given fullClassName.
newName - Variable in class com.ebay.erl.mobius.core.model.Column
the new name of this column, specified by user via Column.setNewName(String)
newTempPath() - Method in class com.ebay.erl.mobius.core.MobiusJob
create an empty folder under hadoop.tmp.dir.
next() - Method in class com.ebay.erl.mobius.core.datajoin.DataJoinValueGroup.InternalIterator
 
next() - Method in class com.ebay.erl.mobius.core.datajoin.DataJoinValueGroup
 
nextDatasetID() - Method in class com.ebay.erl.mobius.core.datajoin.DataJoinValueGroup
 
not() - Method in class com.ebay.erl.mobius.core.criterion.TupleCriterion
Return a new instance of TupleCriterion that is the complement of this one.
not_within(String, File) - Static method in class com.ebay.erl.mobius.core.criterion.TupleRestrictions
Create a tuple criterion that only accepts tuples with the value of column that is NOT presented in the given file The assumption of the file is that, it's single column and one to many line text file.
notNull(String) - Static method in class com.ebay.erl.mobius.core.criterion.TupleRestrictions
Create a TupleCriterion that only accepts tuples with the value of the given column is not null nor empty string.
notWithinNumber(String, ArrayList<Double>) - Static method in class com.ebay.erl.mobius.core.criterion.TupleRestrictions
Create a TupleCriterion that only accept tuples with the value of the specified column is not within the provide list.
notWithinString(String, ArrayList<String>) - Static method in class com.ebay.erl.mobius.core.criterion.TupleRestrictions
Create a TupleCriterion that only accept tuples with the value of the specified column is not within the provide list.
NULL - Static variable in class com.ebay.erl.mobius.core.model.Tuple
An immutable Tuple which contains only single Column NULL with null value.
NULL_REPLACEMENT - Static variable in class com.ebay.erl.mobius.core.ConfigureConstants
To locate the object to be used to represents a null value.
NULL_REPLACEMENT_TYPE - Static variable in class com.ebay.erl.mobius.core.ConfigureConstants
the type of the null replacement object.
NULL_TYPE - Static variable in class com.ebay.erl.mobius.core.model.Tuple
Represents java null.
NULL_WRITABLE_TYPE - Static variable in class com.ebay.erl.mobius.core.model.Tuple
represents org.apache.hadoop.io.NullWritable
nullReplacement - Variable in class com.ebay.erl.mobius.core.mapred.DefaultMobiusReducer
the replacement specified by user to replace the null columns for outer-join job.

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