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

I

immutable(BigTupleList) - Static method in class com.ebay.erl.mobius.core.collection.BigTupleList
Create a new instance of immutable BigTupleList which has identical content of the given list.
immutable(Tuple) - Static method in class com.ebay.erl.mobius.core.model.Tuple
return a new instance of tuple that contains the same data of the given t tuple, but reject all modification requests, such as Tuple.insert(String, Object).
init(Column[]) - Method in class com.ebay.erl.mobius.core.function.base.Projectable
 
initialize() - Method in class com.ebay.erl.mobius.core.builder.Dataset
The initializer, this is called everytime when a new Dataset instance is created by a AbstractDatasetBuilder
inMemoryCrossProduct(Iterable<Tuple>...) - Static method in class com.ebay.erl.mobius.util.Util
 
innerJoin(Dataset...) - Method in class com.ebay.erl.mobius.core.MobiusJob
Perform inner join on the given datasets.
input_format - Variable in class com.ebay.erl.mobius.core.builder.Dataset
The InputFormat of this dataset, so Hadoop knows how to read this mapper.
INPUT_TO_DATASET_MAPPING - Static variable in class com.ebay.erl.mobius.core.ConfigureConstants
To locate the mapping from an input path to the corresponding dataset id.
inputColumnName - Variable in class com.ebay.erl.mobius.core.function.base.SingleInputAggregateFunction
shortcut for the name of the input column.
inputs - Variable in class com.ebay.erl.mobius.core.function.base.Projectable
the input columns that are required by this function to compute its result.
InputSampler<K,V> - Class in org.apache.hadoop.mapred.lib
Utility for collecting samples and writing a partition file for TotalOrderPartitioner.
InputSampler(JobConf) - Constructor for class org.apache.hadoop.mapred.lib.InputSampler
 
InputSampler.IntervalSampler<K,V> - Class in org.apache.hadoop.mapred.lib
Sample from s splits at regular intervals.
InputSampler.IntervalSampler(double) - Constructor for class org.apache.hadoop.mapred.lib.InputSampler.IntervalSampler
Create a new IntervalSampler sampling all splits.
InputSampler.IntervalSampler(double, int) - Constructor for class org.apache.hadoop.mapred.lib.InputSampler.IntervalSampler
Create a new IntervalSampler.
InputSampler.RandomSampler<K,V> - Class in org.apache.hadoop.mapred.lib
Sample from random points in the input.
InputSampler.RandomSampler(double, int) - Constructor for class org.apache.hadoop.mapred.lib.InputSampler.RandomSampler
Create a new RandomSampler sampling all splits.
InputSampler.RandomSampler(double, int, int) - Constructor for class org.apache.hadoop.mapred.lib.InputSampler.RandomSampler
Create a new RandomSampler.
InputSampler.Sampler<K,V> - Interface in org.apache.hadoop.mapred.lib
Interface to sample using an InputFormat.
InputSampler.SplitSampler<K,V> - Class in org.apache.hadoop.mapred.lib
Samples the first n records from s splits.
InputSampler.SplitSampler(int) - Constructor for class org.apache.hadoop.mapred.lib.InputSampler.SplitSampler
Create a SplitSampler sampling all splits.
InputSampler.SplitSampler(int, int) - Constructor for class org.apache.hadoop.mapred.lib.InputSampler.SplitSampler
Create a new SplitSampler.
insert(String, Object) - Method in class com.ebay.erl.mobius.core.model.Tuple
Add a new column in the given with provided value.
INTEGER_TYPE - Static variable in class com.ebay.erl.mobius.core.model.Tuple
 
IS_OUTER_JOIN - Static variable in class com.ebay.erl.mobius.core.ConfigureConstants
To indicate Mobius join job is a outer join job or not.
IS_SORT_JOB - Static variable in class com.ebay.erl.mobius.core.ConfigureConstants
To indicate if this mobius job is a sort job or not.
isCombinable() - Method in class com.ebay.erl.mobius.core.function.base.Projectable
Determine this function can be run in a combiner or not, default is false.
isCombinable() - Method in class com.ebay.erl.mobius.core.function.Counts
 
isCombinable() - Method in class com.ebay.erl.mobius.core.function.Max
 
isCombinable() - Method in class com.ebay.erl.mobius.core.function.Min
 
isCombinable() - Method in class com.ebay.erl.mobius.core.function.Sum
 
isDateType(byte) - Static method in class com.ebay.erl.mobius.core.model.Tuple
Test if the given type is Tuple.TIME_TYPE, Tuple.DATE_TYPE, or Tuple.TIMESTAMP_TYPE.
isMutable() - Method in class com.ebay.erl.mobius.core.collection.BigTupleList
Check if this list is mutable or not.
isMutable - Variable in class com.ebay.erl.mobius.core.model.Tuple
 
isNumericalType(byte) - Static method in class com.ebay.erl.mobius.core.model.Tuple
Test if the given type is Tuple.BYTE_TYPE, Tuple.SHORT_TYPE, Tuple.INTEGER_TYPE, Tuple.LONG_TYPE, Tuple.FLOAT_TYPE, or Tuple.DOUBLE_TYPE.
isOuterJoin - Variable in class com.ebay.erl.mobius.core.mapred.DefaultMobiusReducer
a boolean flag to indicate this job is outer join ( including left-outer-join and right-outer-join) or not.
isOutputOfAnotherJob(Path) - Method in class com.ebay.erl.mobius.core.MobiusJob
Test if the given input is the output of another job or not
isOutputOfAnotherJob(String) - Method in class com.ebay.erl.mobius.core.MobiusJob
Test if the given input is the output of another job or not
iterator() - Method in class com.ebay.erl.mobius.core.collection.BigTupleList
Create an iterator for iterating the Tuple in this list.

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