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

R

RawComparator<T> - Interface in p2pMapReduce.mapreduceModule
A Comparator that operates directly on byte representations of objects.
RDV_AUTO_START - Static variable in class p2pMapReduce.impl.networkModule.jxta.JxtaNetworkModule
Key for rdv.autoStart attribute of the NetworkConfiguration
RDV_Relay_Node_GUI - Class in p2pMapReduce.test.networkModule
 
RDV_Relay_Node_GUI() - Constructor for class p2pMapReduce.test.networkModule.RDV_Relay_Node_GUI
 
RDV_SEEDS_ATTR - Static variable in class p2pMapReduce.impl.networkModule.jxta.JxtaNetworkModule
Key for rdv.seeds attribute of the NetworkConfiguration
RDV_WAITING_TIME - Static variable in class p2pMapReduce.impl.networkModule.jxta.JxtaNetworkModule
Time to wait for RDV connection
RDV_WAITING_TIME_ATTR - Static variable in class p2pMapReduce.impl.networkModule.jxta.JxtaNetworkModule
Key for JxtaNetworkModule.RDV_WAITING_TIME
read(DataInput) - Static method in class p2pMapReduce.mapreduceModule.io.StringWritable
 
readDouble(byte[], int) - Static method in class p2pMapReduce.mapreduceModule.io.WritableComparator
Parse a double from a byte array.
readExternal(ObjectInput) - Method in class p2pMapReduce.mapreduceModule.conf.Configuration
 
readExternal(ObjectInput) - Method in class p2pMapReduce.mapreduceModule.Job
 
readFields(DataInput) - Method in class p2pMapReduce.mapreduceModule.conf.Configuration
 
readFields(DataInput) - Method in class p2pMapReduce.mapreduceModule.input.TextFileInputSplit
 
readFields(DataInput) - Method in class p2pMapReduce.mapreduceModule.input.TextFileInputSplit_old
 
readFields(DataInput) - Method in class p2pMapReduce.mapreduceModule.io.IntWritable
 
readFields(DataInput) - Method in class p2pMapReduce.mapreduceModule.io.LongWritable
 
readFields(DataInput) - Method in class p2pMapReduce.mapreduceModule.io.NullWritable
 
readFields(DataInput) - Method in class p2pMapReduce.mapreduceModule.io.StringWritable
 
readFields(DataInput) - Method in interface p2pMapReduce.mapreduceModule.io.Writable
Deserialize the fields of this object from in.
readFloat(byte[], int) - Static method in class p2pMapReduce.mapreduceModule.io.WritableComparator
Parse a float from a byte array.
readInt(byte[], int) - Static method in class p2pMapReduce.mapreduceModule.io.WritableComparator
Parse an integer from a byte array.
readLong(byte[], int) - Static method in class p2pMapReduce.mapreduceModule.io.WritableComparator
Parse a long from a byte array.
readUnsignedShort(byte[], int) - Static method in class p2pMapReduce.mapreduceModule.io.WritableComparator
Parse an unsigned short from a byte array.
readVInt(byte[], int) - Static method in class p2pMapReduce.mapreduceModule.io.WritableComparator
Reads a zero-compressed encoded integer from a byte array and returns it.
readVLong(byte[], int) - Static method in class p2pMapReduce.mapreduceModule.io.WritableComparator
Reads a zero-compressed encoded long from a byte array and returns it.
receive() - Method in class p2pMapReduce.impl.networkModule.jxta.JxtaBidiPipeConnection
 
receive() - Method in class p2pMapReduce.impl.networkModule.jxta.JxtaBidiPipeConnection_old
 
receive() - Method in interface p2pMapReduce.networkModule.ConnectionIF
Deprecated. not used
RECEIVE_TIMEOUT - Static variable in class p2pMapReduce.impl.networkModule.jxta.JxtaBidiPipeConnection
Deprecated.  
RECEIVE_TIMEOUT - Static variable in class p2pMapReduce.impl.networkModule.jxta.JxtaBidiPipeConnection_old
 
RECEIVE_TIMEOUT - Static variable in class p2pMapReduce.impl.networkModule.jxta.JxtaBidiPipeConnectionHandler
Deprecated.  
RecordReader<KEYIN,VALUEIN> - Class in p2pMapReduce.mapreduceModule.input
The record reader breaks the data into key/value pairs for input to the Mapper.
RecordReader() - Constructor for class p2pMapReduce.mapreduceModule.input.RecordReader
 
RECORDS_BEFORE_PROGRESS - Static variable in interface p2pMapReduce.mapreduceModule.MRJobConfig
 
RecordWriter<K,V> - Class in p2pMapReduce.mapreduceModule.output
RecordWriter writes the output <key, value> pairs to an output file.
RecordWriter() - Constructor for class p2pMapReduce.mapreduceModule.output.RecordWriter
 
RecoveryFSM - Class in p2pMapReduce.nodeModule.nodeFsm
Inner state of Master macro state, that take care of jobs backup and recovery
RecoveryFSM(NodeFSM) - Constructor for class p2pMapReduce.nodeModule.nodeFsm.RecoveryFSM
 
recursiveDelete(File) - Static method in class p2pMapReduce.impl.networkModule.jxta.JxtaUtil
Recursively deletes the directory specified by the File parameter
reduce(KEYIN, Iterable<VALUEIN>, Reducer<KEYIN, VALUEIN, KEYOUT, VALUEOUT>.Context) - Method in class p2pMapReduce.mapreduceModule.Reducer
This method is called once for each key.
reduce(StringWritable, Iterable<StringWritable>, Reducer<StringWritable, StringWritable, String, String>.Context) - Method in class p2pMapReduce.test.mapreduceModule.local.LocalSubmitter.InvertedIndexReducer
 
reduce(StringWritable, Iterable<IntWritable>, Reducer<StringWritable, IntWritable, StringWritable, IntWritable>.Context) - Method in class p2pMapReduce.test.mapreduceModule.local.LocalSubmitter.WordCountReducer
 
reduce(StringWritable, Iterable<IntWritable>, Reducer<StringWritable, IntWritable, String, Integer>.Context) - Method in class p2pMapReduce.test.mapreduceModule.local.LocalSubmitter.WordCountReducer2
 
reduce(StringWritable, Iterable<StringWritable>, Reducer<StringWritable, StringWritable, String, String>.Context) - Method in class p2pMapReduce.test.nodeModule.JobFactory.InvertedIndexReducer
 
reduce(IntWritable, Iterable<IntWritable>, Reducer<IntWritable, IntWritable, IntWritable, String>.Context) - Method in class p2pMapReduce.test.nodeModule.JobFactory.SorterReducer
 
reduce(StringWritable, Iterable<IntWritable>, Reducer<StringWritable, IntWritable, StringWritable, IntWritable>.Context) - Method in class p2pMapReduce.test.nodeModule.JobFactory.WordCountReducer
 
REDUCE_CLASS_ATTR - Static variable in interface p2pMapReduce.mapreduceModule.MRJobConfig
 
REDUCE_DEBUG_SCRIPT - Static variable in interface p2pMapReduce.mapreduceModule.MRJobConfig
 
REDUCE_ENV - Static variable in interface p2pMapReduce.mapreduceModule.MRJobConfig
 
REDUCE_FAILURES_MAXPERCENT - Static variable in interface p2pMapReduce.mapreduceModule.MRJobConfig
 
REDUCE_INPUT_BUFFER_PERCENT - Static variable in interface p2pMapReduce.mapreduceModule.MRJobConfig
 
REDUCE_INPUT_DIR_ATTR - Static variable in interface p2pMapReduce.mapreduceModule.MRJobConfig
 
REDUCE_JAVA_OPTS - Static variable in interface p2pMapReduce.mapreduceModule.MRJobConfig
 
REDUCE_LOG_LEVEL - Static variable in interface p2pMapReduce.mapreduceModule.MRJobConfig
 
REDUCE_MARKRESET_BUFFER_PERCENT - Static variable in interface p2pMapReduce.mapreduceModule.MRJobConfig
 
REDUCE_MARKRESET_BUFFER_SIZE - Static variable in interface p2pMapReduce.mapreduceModule.MRJobConfig
 
REDUCE_MAX_ATTEMPTS - Static variable in interface p2pMapReduce.mapreduceModule.MRJobConfig
 
REDUCE_MEMORY_MB - Static variable in interface p2pMapReduce.mapreduceModule.MRJobConfig
 
REDUCE_MEMORY_PHYSICAL_MB - Static variable in interface p2pMapReduce.mapreduceModule.MRJobConfig
 
REDUCE_MEMORY_TOTAL_BYTES - Static variable in interface p2pMapReduce.mapreduceModule.MRJobConfig
 
REDUCE_MEMTOMEM_ENABLED - Static variable in interface p2pMapReduce.mapreduceModule.MRJobConfig
 
REDUCE_MEMTOMEM_THRESHOLD - Static variable in interface p2pMapReduce.mapreduceModule.MRJobConfig
 
REDUCE_MERGE_INMEM_THRESHOLD - Static variable in interface p2pMapReduce.mapreduceModule.MRJobConfig
 
REDUCE_OUTPUT_DIR_ATTR - Static variable in interface p2pMapReduce.mapreduceModule.MRJobConfig
 
REDUCE_SKIP_INCR_PROC_COUNT - Static variable in interface p2pMapReduce.mapreduceModule.MRJobConfig
 
REDUCE_SKIP_MAXGROUPS - Static variable in interface p2pMapReduce.mapreduceModule.MRJobConfig
 
REDUCE_SPECULATIVE - Static variable in interface p2pMapReduce.mapreduceModule.MRJobConfig
 
REDUCE_ULIMIT - Static variable in interface p2pMapReduce.mapreduceModule.MRJobConfig
 
ReduceContext<KEYIN,VALUEIN,KEYOUT,VALUEOUT> - Interface in p2pMapReduce.mapreduceModule
The context passed to the Reducer.
reduceContext - Variable in class p2pMapReduce.mapreduceModule.WrappedReducer.Context
 
ReduceContext.ValueIterator<VALUEIN> - Interface in p2pMapReduce.mapreduceModule
ReduceContext.ValueIterator to iterate over values for a given group of records.
ReduceContextImpl<KEYIN,VALUEIN,KEYOUT,VALUEOUT> - Class in p2pMapReduce.mapreduceModule
NOTE: the format of intermediate result depends on MapContext#write(K,V) method that refer to RecordWriter
ReduceContextImpl(Configuration, TaskAttemptID, String, RecordWriter<KEYOUT, VALUEOUT>, OutputCommitter, StatusReporter, Class<KEYIN>, Class<VALUEIN>) - Constructor for class p2pMapReduce.mapreduceModule.ReduceContextImpl
 
ReduceContextImpl.ValueIterable - Class in p2pMapReduce.mapreduceModule
 
ReduceContextImpl.ValueIterable() - Constructor for class p2pMapReduce.mapreduceModule.ReduceContextImpl.ValueIterable
 
ReduceContextImpl.ValueIterator - Class in p2pMapReduce.mapreduceModule
 
ReduceContextImpl.ValueIterator() - Constructor for class p2pMapReduce.mapreduceModule.ReduceContextImpl.ValueIterator
 
REDUCEMEMORY_MB - Static variable in interface p2pMapReduce.mapreduceModule.MRConfig
 
reduceProgress() - Method in class p2pMapReduce.mapreduceModule.Job
Get the progress of the job's reduce-tasks, as a float between 0.0 and 1.0.
Reducer<KEYIN,VALUEIN,KEYOUT,VALUEOUT> - Class in p2pMapReduce.mapreduceModule
Reduces a set of intermediate values which share a key to a smaller set of values.
Reducer() - Constructor for class p2pMapReduce.mapreduceModule.Reducer
 
Reducer.Context - Class in p2pMapReduce.mapreduceModule
The Context passed on to the Reducer implementations.
Reducer.Context() - Constructor for class p2pMapReduce.mapreduceModule.Reducer.Context
 
ReduceTask - Class in p2pMapReduce.entity
 
ReduceTask(String) - Constructor for class p2pMapReduce.entity.ReduceTask
 
ReduceTask(Configuration, TaskAttemptID, HashMap<TaskID, TreeSet<JobTask>>) - Constructor for class p2pMapReduce.entity.ReduceTask
 
ReduceTaskRunner - Class in p2pMapReduce.entity
 
ReduceTaskRunner(SlaveTask, NodeModuleIF) - Constructor for class p2pMapReduce.entity.ReduceTaskRunner
 
ReferenceHolder - Class in p2pMapReduce.util
Utility to keep object references in order to make them not removable from garbage collector.
ReflectionUtils - Class in p2pMapReduce.mapreduceModule.util
General reflection utils
ReflectionUtils() - Constructor for class p2pMapReduce.mapreduceModule.util.ReflectionUtils
 
reloadConfiguration() - Method in class p2pMapReduce.mapreduceModule.conf.Configuration
Reload configuration from previously added resources.
remove() - Method in class p2pMapReduce.mapreduceModule.ReduceContextImpl.ValueIterator
 
removeBackupJob(String) - Method in class p2pMapReduce.impl.nodeModule.NodeModuleImpl
 
removeBackupJob(String) - Method in interface p2pMapReduce.nodeModule.NodeModuleIF
 
removeConnection(String) - Method in class p2pMapReduce.impl.networkModule.jxta.JxtaNetworkModule
 
removeEventListener(EventListener) - Method in class p2pMapReduce.nodeModule.event.EventNotifier
 
removePrimaryJob(String) - Method in class p2pMapReduce.impl.nodeModule.NodeModuleImpl
 
removePrimaryJob(String) - Method in interface p2pMapReduce.nodeModule.NodeModuleIF
 
removeSlaveTask(String) - Method in class p2pMapReduce.impl.nodeModule.NodeModuleImpl
 
removeSlaveTask(String) - Method in interface p2pMapReduce.nodeModule.NodeModuleIF
 
removeTaskManager(String) - Method in class p2pMapReduce.impl.nodeModule.NodeModuleImpl
 
removeTaskManager(String) - Method in interface p2pMapReduce.nodeModule.NodeModuleIF
 
removeUpdatable(Updatable) - Method in class p2pMapReduce.gui.Updater
 
render(JobID) - Method in class p2pMapReduce.gui.JobIDRenderer
 
render(String) - Method in class p2pMapReduce.gui.NodeIDRenderer
 
render(TaskAttemptID) - Method in class p2pMapReduce.gui.TaskAttIDRenderer
 
rendezvousEvent(RendezvousEvent) - Method in class p2pMapReduce.impl.networkModule.jxta.JxtaNetworkModule
 
reset(byte[], int) - Method in class p2pMapReduce.mapreduceModule.io.DataInputBuffer
Resets the data that the buffer reads.
reset(byte[], int, int) - Method in class p2pMapReduce.mapreduceModule.io.DataInputBuffer
Resets the data that the buffer reads.
reset() - Method in class p2pMapReduce.mapreduceModule.io.DataOutputBuffer
Resets the buffer to empty.
reset() - Method in class p2pMapReduce.mapreduceModule.ReduceContextImpl.ValueIterator
 
resetBackupStore() - Method in interface p2pMapReduce.mapreduceModule.ReduceContext.ValueIterator
This method is called when the reducer moves from one key to another.
resetBackupStore() - Method in class p2pMapReduce.mapreduceModule.ReduceContextImpl.ValueIterator
This method is called when the reducer moves from one key to another.
Resource - Class in p2pMapReduce.gui
 
ROLE_TAG - Static variable in class p2pMapReduce.impl.networkModule.jxta.NodeAdvertisement
 
run() - Method in class p2pMapReduce.gui.Updater
 
run() - Method in class p2pMapReduce.impl.networkModule.jxta.JxtaBidiPipeConnectionHandler
Deprecated.  
run() - Method in class p2pMapReduce.impl.networkModule.jxta.JxtaBidiPipeServerThread
 
run() - Method in class p2pMapReduce.impl.networkModule.jxta.NodeInfoController
Deprecated.  
run(Mapper<KEYIN, VALUEIN, KEYOUT, VALUEOUT>.Context) - Method in class p2pMapReduce.mapreduceModule.Mapper
Expert users can override this method for more complete control over the execution of the Mapper.
run(Reducer<KEYIN, VALUEIN, KEYOUT, VALUEOUT>.Context) - Method in class p2pMapReduce.mapreduceModule.Reducer
Advanced application writers can use the #run(org.apache.hadoop.mapreduce.Reducer.Context) method to control how the reduce task works.
run() - Method in class p2pMapReduce.nodeModule.BackupJobManager
 
run() - Method in class p2pMapReduce.nodeModule.JobManager
see start()
run() - Method in class p2pMapReduce.nodeModule.TaskManager
 
run() - Method in class p2pMapReduce.test.mapreduceModule.local.ThreadedMapper
 
run() - Method in class p2pMapReduce.util.ReferenceHolder
 

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