Uses of Package
p2pMapReduce.mapreduceModule

Packages that use p2pMapReduce.mapreduceModule
p2pMapReduce.entity   
p2pMapReduce.gui   
p2pMapReduce.mapreduceModule Collection of class to implement a map reduce framework. 
p2pMapReduce.mapreduceModule.conf   
p2pMapReduce.mapreduceModule.input   
p2pMapReduce.mapreduceModule.io   
p2pMapReduce.mapreduceModule.output   
p2pMapReduce.mapreduceModule.util   
p2pMapReduce.nodeModule   
p2pMapReduce.nodeModule.nodeFsm   
p2pMapReduce.test.mapreduceModule.local   
p2pMapReduce.test.nodeModule   
 

Classes in p2pMapReduce.mapreduceModule used by p2pMapReduce.entity
Counter
          A named counter that tracks the progress of a map/reduce job.
Job
          The job submitter's view of the Job.
JobStatus.State
          Current state of the job
OutputCommitter
          OutputCommitter describes the commit of task output for a Map-Reduce job.
RawComparator
           A Comparator that operates directly on byte representations of objects.
Reducer
          Reduces a set of intermediate values which share a key to a smaller set of values.
Reducer.Context
          The Context passed on to the Reducer implementations.
StatusReporter
           
TaskAttemptID
          TaskAttemptID represents the immutable and unique identifier for a task attempt.
TaskID
          TaskID represents the immutable and unique identifier for a Map or Reduce Task.
TaskType
          Enum for map, reduce, job-setup, job-cleanup, task-cleanup task types.
 

Classes in p2pMapReduce.mapreduceModule used by p2pMapReduce.gui
Job
          The job submitter's view of the Job.
JobID
          JobID represents the immutable and unique identifier for the job.
TaskAttemptID
          TaskAttemptID represents the immutable and unique identifier for a task attempt.
 

Classes in p2pMapReduce.mapreduceModule used by p2pMapReduce.mapreduceModule
Counter
          A named counter that tracks the progress of a map/reduce job.
ID
          A general identifier, which internally stores the id as an integer.
Job.JobState
           
Job.TaskStatusFilter
           
JobConf
          A map/reduce job configuration.
JobContext
          A read-only view of the job that is provided to the tasks while they are running.
JobContextImpl
          A read-only view of the job that is provided to the tasks while they are running.
JobID
          JobID represents the immutable and unique identifier for the job.
JobStatus
          Describes the current status of a job.
JobStatus.State
          Current state of the job
MapContext
          The context that is given to the Mapper.
Mapper
          Maps input key/value pairs to a set of intermediate key/value pairs.
Mapper.Context
          The Context passed on to the Mapper implementations.
MRJobConfig
           
OutputCommitter
          OutputCommitter describes the commit of task output for a Map-Reduce job.
Partitioner
          Partitions the key space.
Path
          Names a file or directory in a FileSystem.
RawComparator
           A Comparator that operates directly on byte representations of objects.
ReduceContext
          The context passed to the Reducer.
ReduceContext.ValueIterator
          ReduceContext.ValueIterator to iterate over values for a given group of records.
Reducer
          Reduces a set of intermediate values which share a key to a smaller set of values.
Reducer.Context
          The Context passed on to the Reducer implementations.
StatusReporter
           
TaskAttemptContext
          The context for task attempts.
TaskAttemptContextImpl
          The context for task attempts.
TaskAttemptID
          TaskAttemptID represents the immutable and unique identifier for a task attempt.
TaskID
          TaskID represents the immutable and unique identifier for a Map or Reduce Task.
TaskInputOutputContext
          A context object that allows input and output from the task.
TaskInputOutputContextImpl
          A context object that allows input and output from the task.
TaskType
          Enum for map, reduce, job-setup, job-cleanup, task-cleanup task types.
 

Classes in p2pMapReduce.mapreduceModule used by p2pMapReduce.mapreduceModule.conf
Path
          Names a file or directory in a FileSystem.
 

Classes in p2pMapReduce.mapreduceModule used by p2pMapReduce.mapreduceModule.input
Job
          The job submitter's view of the Job.
JobContext
          A read-only view of the job that is provided to the tasks while they are running.
TaskAttemptContext
          The context for task attempts.
 

Classes in p2pMapReduce.mapreduceModule used by p2pMapReduce.mapreduceModule.io
RawComparator
           A Comparator that operates directly on byte representations of objects.
 

Classes in p2pMapReduce.mapreduceModule used by p2pMapReduce.mapreduceModule.output
Job
          The job submitter's view of the Job.
JobConf
          A map/reduce job configuration.
JobContext
          A read-only view of the job that is provided to the tasks while they are running.
OutputCommitter
          OutputCommitter describes the commit of task output for a Map-Reduce job.
Partitioner
          Partitions the key space.
TaskAttemptContext
          The context for task attempts.
TaskAttemptID
          TaskAttemptID represents the immutable and unique identifier for a task attempt.
 

Classes in p2pMapReduce.mapreduceModule used by p2pMapReduce.mapreduceModule.util
Path
          Names a file or directory in a FileSystem.
 

Classes in p2pMapReduce.mapreduceModule used by p2pMapReduce.nodeModule
Job
          The job submitter's view of the Job.
 

Classes in p2pMapReduce.mapreduceModule used by p2pMapReduce.nodeModule.nodeFsm
Job
          The job submitter's view of the Job.
JobStatus.State
          Current state of the job
 

Classes in p2pMapReduce.mapreduceModule used by p2pMapReduce.test.mapreduceModule.local
Job
          The job submitter's view of the Job.
JobContext
          A read-only view of the job that is provided to the tasks while they are running.
Mapper
          Maps input key/value pairs to a set of intermediate key/value pairs.
Mapper.Context
          The Context passed on to the Mapper implementations.
Reducer
          Reduces a set of intermediate values which share a key to a smaller set of values.
Reducer.Context
          The Context passed on to the Reducer implementations.
TaskAttemptID
          TaskAttemptID represents the immutable and unique identifier for a task attempt.
 

Classes in p2pMapReduce.mapreduceModule used by p2pMapReduce.test.nodeModule
Job
          The job submitter's view of the Job.
Mapper
          Maps input key/value pairs to a set of intermediate key/value pairs.
Mapper.Context
          The Context passed on to the Mapper implementations.
Reducer
          Reduces a set of intermediate values which share a key to a smaller set of values.
Reducer.Context
          The Context passed on to the Reducer implementations.