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

P

parse(IK, IV) - Method in class com.ebay.erl.mobius.core.mapred.AbstractMobiusMapper
Parse the input key and input value into Tuple
parse(NullWritable, Tuple) - Method in class com.ebay.erl.mobius.core.mapred.DefaultSeqFileMapper
read the invalue and set the schema to the returned Tuple.
parse(K, V) - Method in class com.ebay.erl.mobius.core.mapred.SequenceFileMapper
Parse the inkey and invalue and merge them into one Tuple, and set the schema using SequenceFileMapper.getSchema().
parse(LongWritable, Text) - Method in class com.ebay.erl.mobius.core.mapred.TSVMapper
Parse the invalue into Tuple with the schema given in TSVDatasetBuilder.
Persistable - Class in com.ebay.erl.mobius.core
Sets the projections (columns to be saved on disk ) for join or group-by jobs.
PERSISTANT_CRITERIA - Static variable in class com.ebay.erl.mobius.core.ConfigureConstants
To locate the filter criteria used before a join, grouping job save the records to disk.
Projectable - Class in com.ebay.erl.mobius.core.function.base
Base class for all projection operations.
Projectable(Column[]) - Constructor for class com.ebay.erl.mobius.core.function.base.Projectable
Create a Projectable which takes the inputs to compute some result.
Projectable() - Constructor for class com.ebay.erl.mobius.core.function.base.Projectable
should be invoked by Column only
PROJECTION_COLUMNS - Static variable in class com.ebay.erl.mobius.core.ConfigureConstants
To locate the Base64 encoded projection columns.
projection_order - Variable in class com.ebay.erl.mobius.core.mapred.AbstractMobiusMapper
Output column names for map only job, ex: listing.
put(String, ResultWrapper<?>) - Method in class com.ebay.erl.mobius.core.model.Tuple
 
put(String, byte) - Method in class com.ebay.erl.mobius.core.model.Tuple
For the given column named name, add (if it doesn't exist) to this tuple or update (if it exists) its value to the given value.
put(String, byte[]) - Method in class com.ebay.erl.mobius.core.model.Tuple
For the given column named name, add (if it doesn't exist) to this tuple or update (if it exists) its value to the given value.
put(String, short) - Method in class com.ebay.erl.mobius.core.model.Tuple
For the given column named name, add (if it doesn't exist) to this tuple or update (if it exists) its value to the given value.
put(String, int) - Method in class com.ebay.erl.mobius.core.model.Tuple
For the given column named name, add (if it doesn't exist) to this tuple or update (if it exists) its value to the given value.
put(String, long) - Method in class com.ebay.erl.mobius.core.model.Tuple
For the given column named name, add (if it doesn't exist) to this tuple or update (if it exists) its value to the given value.
put(String, float) - Method in class com.ebay.erl.mobius.core.model.Tuple
For the given column named name, add (if it doesn't exist) to this tuple or update (if it exists) its value to the given value.
put(String, double) - Method in class com.ebay.erl.mobius.core.model.Tuple
For the given column named name, add (if it doesn't exist) to this tuple or update (if it exists) its value to the given value.
put(String, boolean) - Method in class com.ebay.erl.mobius.core.model.Tuple
For the given column named name, add (if it doesn't exist) to this tuple or update (if it exists) its value to the given value.
put(String, Date) - Method in class com.ebay.erl.mobius.core.model.Tuple
For the given column named name, add (if it doesn't exist) to this tuple or update (if it exists) its value to the given value.
put(String, Timestamp) - Method in class com.ebay.erl.mobius.core.model.Tuple
For the given column named name, add (if it doesn't exist) to this tuple or update (if it exists) its value to the given value.
put(String, Time) - Method in class com.ebay.erl.mobius.core.model.Tuple
For the given column named name, add (if it doesn't exist) to this tuple or update (if it exists) its value to the given value.
put(String, String) - Method in class com.ebay.erl.mobius.core.model.Tuple
For the given column named name, add (if it doesn't exist) to this tuple or update (if it exists) its value to the given value.
put(String, CaseInsensitiveTreeMap) - Method in class com.ebay.erl.mobius.core.model.Tuple
For the given column named name, add (if it doesn't exist) to this tuple or update (if it exists) its value to the given value.
put(String, Writable) - Method in class com.ebay.erl.mobius.core.model.Tuple
For the given column named name, add (if it doesn't exist) to this tuple or update (if it exists) its value to the given value.
put(String, Serializable) - Method in class com.ebay.erl.mobius.core.model.Tuple
For the given column named name, add (if it doesn't exist) to this tuple or update (if it exists) its value to the given value.
putNull(String) - Method in class com.ebay.erl.mobius.core.model.Tuple
For the given column named name, add (if it doesn't exist) to this tuple or update (if it exists) its value to null.

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