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

T

Task - Class in p2pMapReduce.entity
Base class for Map and Reduce tasks
Task(String) - Constructor for class p2pMapReduce.entity.Task
For searching purpose only
Task(Configuration, TaskAttemptID) - Constructor for class p2pMapReduce.entity.Task
 
TASK - Static variable in class p2pMapReduce.mapreduceModule.TaskID
 
Task.TaskStatus - Enum in p2pMapReduce.entity
 
TASK_ATTEMPT_ID - Static variable in interface p2pMapReduce.mapreduceModule.MRJobConfig
 
TASK_DEBUGOUT_LINES - Static variable in interface p2pMapReduce.mapreduceModule.MRJobConfig
 
TASK_ID - Static variable in interface p2pMapReduce.mapreduceModule.MRJobConfig
 
TASK_ISMAP - Static variable in interface p2pMapReduce.mapreduceModule.MRJobConfig
 
TASK_OUTPUT_DIR - Static variable in interface p2pMapReduce.mapreduceModule.MRJobConfig
 
TASK_PARTITION - Static variable in interface p2pMapReduce.mapreduceModule.MRJobConfig
 
TASK_PROFILE - Static variable in interface p2pMapReduce.mapreduceModule.MRJobConfig
 
TASK_PROFILE_PARAMS - Static variable in interface p2pMapReduce.mapreduceModule.MRJobConfig
 
TASK_TEMP_DIR - Static variable in interface p2pMapReduce.mapreduceModule.MRJobConfig
Temporary dir for map and reduce tasks
TASK_TIMEOUT - Static variable in interface p2pMapReduce.mapreduceModule.MRJobConfig
 
TASK_USERLOG_LIMIT - Static variable in interface p2pMapReduce.mapreduceModule.MRJobConfig
 
taskAssigned(LinkedList<Task>, String) - Method in class p2pMapReduce.nodeModule.nodeFsm.Active
 
taskAssigned(LinkedList<Task>, String) - Method in class p2pMapReduce.nodeModule.nodeFsm.Idle
 
taskAssigned(LinkedList<Task>, String) - Method in class p2pMapReduce.nodeModule.nodeFsm.NodeFSM
 
taskAssigned(LinkedList<Task>, String) - Method in class p2pMapReduce.nodeModule.nodeFsm.NodeState
 
TaskAttemptContext - Interface in p2pMapReduce.mapreduceModule
The context for task attempts.
TaskAttemptContextImpl - Class in p2pMapReduce.mapreduceModule
The context for task attempts.
TaskAttemptContextImpl(Configuration, TaskAttemptID) - Constructor for class p2pMapReduce.mapreduceModule.TaskAttemptContextImpl
 
TaskAttemptID - Class in p2pMapReduce.mapreduceModule
TaskAttemptID represents the immutable and unique identifier for a task attempt.
TaskAttemptID(TaskID, int) - Constructor for class p2pMapReduce.mapreduceModule.TaskAttemptID
Constructs a TaskAttemptID object from given TaskID.
TaskAttemptID(String, int, TaskType, int, int) - Constructor for class p2pMapReduce.mapreduceModule.TaskAttemptID
Constructs a TaskId object from given parts.
TaskAttemptID() - Constructor for class p2pMapReduce.mapreduceModule.TaskAttemptID
 
TaskAttIDRenderer - Class in p2pMapReduce.gui
 
TaskAttIDRenderer(JobIDRenderer) - Constructor for class p2pMapReduce.gui.TaskAttIDRenderer
 
taskCompleted(String, Task.TaskStatus) - Method in class p2pMapReduce.nodeModule.JobManager
 
taskCompleted(String, Task.TaskStatus) - Method in class p2pMapReduce.nodeModule.nodeFsm.Active
 
taskCompleted(String, Task.TaskStatus) - Method in class p2pMapReduce.nodeModule.nodeFsm.ManagementFSM
In PRIMARY a node can receive a taskCompleted message that must be propagate to the relative JobManager
taskCompleted(String, Task.TaskStatus) - Method in class p2pMapReduce.nodeModule.nodeFsm.Master
The MANGMENT macro state can receive a taskCompleted message that must be propagate to the relative JobManager
taskCompleted(String, Task.TaskStatus) - Method in class p2pMapReduce.nodeModule.nodeFsm.NodeFSM
 
taskCompleted(String, Task.TaskStatus) - Method in class p2pMapReduce.nodeModule.nodeFsm.NodeState
 
taskCompleted(String, Task.TaskStatus) - Method in class p2pMapReduce.nodeModule.nodeFsm.UserState
Deprecated.  
TaskID - Class in p2pMapReduce.mapreduceModule
TaskID represents the immutable and unique identifier for a Map or Reduce Task.
TaskID(JobID, TaskType, int) - Constructor for class p2pMapReduce.mapreduceModule.TaskID
Constructs a TaskID object from given JobID.
TaskID(String, int, TaskType, int) - Constructor for class p2pMapReduce.mapreduceModule.TaskID
Constructs a TaskInProgressId object from given parts.
TaskID() - Constructor for class p2pMapReduce.mapreduceModule.TaskID
 
TaskInputOutputContext<KEYIN,VALUEIN,KEYOUT,VALUEOUT> - Interface in p2pMapReduce.mapreduceModule
A context object that allows input and output from the task.
TaskInputOutputContextImpl<KEYIN,VALUEIN,KEYOUT,VALUEOUT> - Class in p2pMapReduce.mapreduceModule
A context object that allows input and output from the task.
TaskInputOutputContextImpl(Configuration, TaskAttemptID, RecordWriter<KEYOUT, VALUEOUT>, OutputCommitter, StatusReporter) - Constructor for class p2pMapReduce.mapreduceModule.TaskInputOutputContextImpl
 
TaskManager - Class in p2pMapReduce.nodeModule
Manages a SlaveTask.
TaskManager(NodeFSM, SlaveTask) - Constructor for class p2pMapReduce.nodeModule.TaskManager
 
TaskRunner - Class in p2pMapReduce.entity
Base class for task runners.
TaskRunner(SlaveTask, NodeModuleIF) - Constructor for class p2pMapReduce.entity.TaskRunner
 
TaskSummaryP - Class in p2pMapReduce.gui
 
TaskSummaryP(SlaveTask) - Constructor for class p2pMapReduce.gui.TaskSummaryP
Creates new form PrimaryJobSummaryP
TaskType - Enum in p2pMapReduce.mapreduceModule
Enum for map, reduce, job-setup, job-cleanup, task-cleanup task types.
TaskViewer - Class in p2pMapReduce.gui
 
TaskViewer(SlaveTask, NodeFSM, JFrame) - Constructor for class p2pMapReduce.gui.TaskViewer
 
TEMP_DIR - Static variable in interface p2pMapReduce.mapreduceModule.MRConfig
 
TextFileInputFormat - Class in p2pMapReduce.mapreduceModule.input
Read input text files and generate the InputSplit Each InputSplit is a TextFileInputSplit and always terminate with a whole text line.
TextFileInputFormat() - Constructor for class p2pMapReduce.mapreduceModule.input.TextFileInputFormat
 
TextFileInputFormatTest - Class in p2pMapReduce.test.mapreduceModule
 
TextFileInputFormatTest() - Constructor for class p2pMapReduce.test.mapreduceModule.TextFileInputFormatTest
 
TextFileInputSplit - Class in p2pMapReduce.mapreduceModule.input
 
TextFileInputSplit() - Constructor for class p2pMapReduce.mapreduceModule.input.TextFileInputSplit
 
TextFileInputSplit(String, String) - Constructor for class p2pMapReduce.mapreduceModule.input.TextFileInputSplit
 
TextFileInputSplit_old - Class in p2pMapReduce.mapreduceModule.input
 
TextFileInputSplit_old() - Constructor for class p2pMapReduce.mapreduceModule.input.TextFileInputSplit_old
 
TextFileInputSplit_old(String, String) - Constructor for class p2pMapReduce.mapreduceModule.input.TextFileInputSplit_old
 
TextFileOutputFormat<K,V> - Class in p2pMapReduce.mapreduceModule.output
 
TextFileOutputFormat() - Constructor for class p2pMapReduce.mapreduceModule.output.TextFileOutputFormat
 
ThreadedMapper - Class in p2pMapReduce.test.mapreduceModule.local
 
ThreadedMapper(TaskAttemptID, JobContext, InputSplit, CyclicBarrier) - Constructor for class p2pMapReduce.test.mapreduceModule.local.ThreadedMapper
 
timeout(Object) - Method in class p2pMapReduce.nodeModule.nodeFsm.CoordinationFSM
 
timeout(Object) - Method in class p2pMapReduce.nodeModule.nodeFsm.CoordinationFSM1
 
timeout(Object) - Method in class p2pMapReduce.nodeModule.nodeFsm.Idle
 
timeout(Object) - Method in class p2pMapReduce.nodeModule.nodeFsm.ManagementFSM
 
timeout(Object) - Method in class p2pMapReduce.nodeModule.nodeFsm.NodeFSM
 
timeout(Object) - Method in class p2pMapReduce.nodeModule.nodeFsm.NodeState
A generic timeout method.
timeout(Object) - Method in class p2pMapReduce.nodeModule.nodeFsm.RecoveryFSM
 
timeout(Object) - Method in class p2pMapReduce.nodeModule.nodeFsm.UserState
Deprecated. A generic timeout method.
Tools - Class in p2pMapReduce.test
 
Tools() - Constructor for class p2pMapReduce.test.Tools
 
toString() - Method in class p2pMapReduce.entity.BackupJob
 
toString() - Method in class p2pMapReduce.entity.JobTask
 
toString() - Method in class p2pMapReduce.entity.PrimaryJob
 
toString() - Method in class p2pMapReduce.entity.SlaveTask
 
toString() - Method in class p2pMapReduce.entity.Task
 
toString() - Method in class p2pMapReduce.impl.networkModule.jxta.JxtaBidiPipeConnection
Remote PeerID toString
toString() - Method in class p2pMapReduce.impl.networkModule.jxta.JxtaBidiPipeConnection_old
Remote PeerID toString
toString() - Method in class p2pMapReduce.impl.networkModule.jxta.JxtaNodeInfo
 
toString() - Method in class p2pMapReduce.mapreduceModule.conf.Configuration.IntegerRanges
 
toString() - Method in class p2pMapReduce.mapreduceModule.conf.Configuration
 
toString() - Method in class p2pMapReduce.mapreduceModule.ID
 
toString() - Method in class p2pMapReduce.mapreduceModule.input.TextFileInputSplit
 
toString() - Method in class p2pMapReduce.mapreduceModule.input.TextFileInputSplit_old
 
toString() - Method in class p2pMapReduce.mapreduceModule.io.IntWritable
 
toString() - Method in class p2pMapReduce.mapreduceModule.io.LongWritable
 
toString() - Method in class p2pMapReduce.mapreduceModule.io.NullWritable
 
toString() - Method in class p2pMapReduce.mapreduceModule.io.StringWritable
 
toString() - Method in class p2pMapReduce.mapreduceModule.Job
Dump stats to screen.
toString() - Method in class p2pMapReduce.mapreduceModule.JobID
 
toString() - Method in class p2pMapReduce.mapreduceModule.JobStatus
 
toString() - Method in class p2pMapReduce.mapreduceModule.output.PartitionFile
 
toString() - Method in class p2pMapReduce.mapreduceModule.Path
 
toString() - Method in class p2pMapReduce.mapreduceModule.TaskAttemptID
 
toString() - Method in class p2pMapReduce.mapreduceModule.TaskID
 
toString() - Method in class p2pMapReduce.nodeModule.event.AbstractEvent
Deprecated.  
toString() - Method in class p2pMapReduce.nodeModule.event.InnerEvent
 
toString() - Method in class p2pMapReduce.nodeModule.event.MessageEvent
 
toUri() - Method in class p2pMapReduce.mapreduceModule.Path
Convert this to a URI.
transition(State) - Method in class p2pMapReduce.nodeModule.nodeFsm.FSM
Make the FSM to transit to nextState Calls State.exitAction() on the current state, update the current state and calls on it State.entryAction()
transition(State) - Method in class p2pMapReduce.nodeModule.nodeFsm.NodeFSM
 
TYPE_TAG - Static variable in class p2pMapReduce.impl.networkModule.jxta.NodeAdvertisement
 

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