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

E

eq(String, String) - Static method in class com.ebay.erl.mobius.core.criterion.TupleRestrictions
Specify the given column's value equals to value
eq(String, Number) - Static method in class com.ebay.erl.mobius.core.criterion.TupleRestrictions
Specify the given column's value equals to value
eq(String, boolean) - Static method in class com.ebay.erl.mobius.core.criterion.TupleRestrictions
Specify the given column's value equals to trueFalse
eq(String, String, Date) - Static method in class com.ebay.erl.mobius.core.criterion.TupleRestrictions
Return a TupleCriterion that parses the value of column with the given columnDateFormat into milliseconds, comparing the milliseconds (A) with the date (B) and only accept tuples records when A equals to B.
eq(String, Date) - Static method in class com.ebay.erl.mobius.core.criterion.TupleRestrictions
Return a TupleCriterion that only accepts tuples with the value of column is equal to the specified date.
eqColumns(String, String) - Static method in class com.ebay.erl.mobius.core.criterion.TupleRestrictions
Create a TupleCriterion that only accepts tuples with the two columns' values are equals.
equalContent(File, File) - Method in class com.ebay.erl.mobius.util.Util
 
equals(Object) - Method in class com.ebay.erl.mobius.core.builder.Dataset
Return true only if the obj is an instance of Dataset, the name, input format, mapper, and the schema of this and the obj are both equals.
equals(Object) - Method in class com.ebay.erl.mobius.core.function.base.Projectable
 
equals(Object) - Method in class com.ebay.erl.mobius.core.model.Column
Two columns are equal only if their dataset are the same (specified by Dataset.equals(Object)), columnName are the same, and their Column.getOutputName() also the same.
equals(Object) - Method in class com.ebay.erl.mobius.core.model.Tuple
Compare if the obj equals to this tuple or not.
estimate_size_in_bytes - Variable in class com.ebay.erl.mobius.core.model.Tuple
 
evaluate(Tuple, Configuration) - Method in class com.ebay.erl.mobius.core.criterion.LogicalExpression
Sub class shall override this method to verify if the tuple meet the the criteria or not.
evaluate(Tuple, Configuration) - Method in class com.ebay.erl.mobius.core.criterion.TupleCriterion
Sub class shall override this method to verify if the tuple meet the the criteria or not.
EvenlyPartitioner<K extends org.apache.hadoop.io.WritableComparable,V> - Class in com.ebay.erl.mobius.core.datajoin
Majority of the codes are copied from org.apache.hadoop.mapred.lib.TotalOrderPartitioner
EvenlyPartitioner() - Constructor for class com.ebay.erl.mobius.core.datajoin.EvenlyPartitioner
 
ExtendFunction - Class in com.ebay.erl.mobius.core.function.base
An extend function takes one row at a time in a group as its input, and produces one row as the output.
ExtendFunction(Column[]) - Constructor for class com.ebay.erl.mobius.core.function.base.ExtendFunction
 
ExtendFunction() - Constructor for class com.ebay.erl.mobius.core.function.base.ExtendFunction
should be invoked by Column only
extractSortValueKeyword(OV) - Method in class com.ebay.erl.mobius.core.datajoin.DataJoinMapper
 

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