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

J

JAR - Static variable in interface p2pMapReduce.mapreduceModule.MRJobConfig
 
JAR_UNPACK_PATTERN - Static variable in interface p2pMapReduce.mapreduceModule.MRJobConfig
 
JavaSerialization - Class in p2pMapReduce.mapreduceModule.io.serializer
An experimental Serialization for Java Serializable classes.
JavaSerialization() - Constructor for class p2pMapReduce.mapreduceModule.io.serializer.JavaSerialization
 
Job - Class in p2pMapReduce.mapreduceModule
The job submitter's view of the Job.
Job() - Constructor for class p2pMapReduce.mapreduceModule.Job
 
Job(Configuration, JobID) - Constructor for class p2pMapReduce.mapreduceModule.Job
 
JOB - Static variable in class p2pMapReduce.mapreduceModule.JobID
 
Job.JobState - Enum in p2pMapReduce.mapreduceModule
 
Job.TaskStatusFilter - Enum in p2pMapReduce.mapreduceModule
 
JOB_ACL_MODIFY_JOB - Static variable in interface p2pMapReduce.mapreduceModule.MRJobConfig
 
JOB_ACL_VIEW_JOB - Static variable in interface p2pMapReduce.mapreduceModule.MRJobConfig
 
JOB_CANCEL_DELEGATION_TOKEN - Static variable in interface p2pMapReduce.mapreduceModule.MRJobConfig
 
JOB_DIR_ATTR - Static variable in interface p2pMapReduce.mapreduceModule.MRJobConfig
Temp dir in the user ftp server in which all the input reside
JOB_INPUT_DIR_ATTR - Static variable in interface p2pMapReduce.mapreduceModule.MRJobConfig
Dir in which all the input specified by the user reside
JOB_INPUTSPLIT_DIR_ATTR - Static variable in interface p2pMapReduce.mapreduceModule.MRJobConfig
Dir in which all the input splits reside
JOB_JAR_DIR_ATTR - Static variable in interface p2pMapReduce.mapreduceModule.MRJobConfig
Dir in which all the jars required by the job resides
JOB_JOBTRACKER_ID - Static variable in interface p2pMapReduce.mapreduceModule.MRJobConfig
 
JOB_LEVEL_AUTHORIZATION_ENABLING_FLAG - Static variable in interface p2pMapReduce.mapreduceModule.MRConfig
 
JOB_LOCAL_DIR - Static variable in interface p2pMapReduce.mapreduceModule.MRJobConfig
 
JOB_NAME - Static variable in interface p2pMapReduce.mapreduceModule.MRJobConfig
 
JOB_NAMENODES - Static variable in interface p2pMapReduce.mapreduceModule.MRJobConfig
 
JOB_OUTPUT_DIR_ATTR - Static variable in interface p2pMapReduce.mapreduceModule.MRJobConfig
Dir in which all the final output of job reside
jobAssigned(Job, NodeInfo) - Method in class p2pMapReduce.nodeModule.nodeFsm.ManagementFSM
 
jobAssigned(Job, NodeInfo) - Method in class p2pMapReduce.nodeModule.nodeFsm.Master
 
jobAssigned(Job, NodeInfo) - Method in class p2pMapReduce.nodeModule.nodeFsm.NodeFSM
 
jobAssigned(Job, NodeInfo) - Method in class p2pMapReduce.nodeModule.nodeFsm.NodeState
 
jobCompleted(String, JobStatus.State) - Method in class p2pMapReduce.nodeModule.nodeFsm.Active
 
jobCompleted(String, JobStatus.State) - Method in class p2pMapReduce.nodeModule.nodeFsm.Idle
 
jobCompleted(String, JobStatus.State) - Method in class p2pMapReduce.nodeModule.nodeFsm.ManagementFSM
 
jobCompleted(String, JobStatus.State) - Method in class p2pMapReduce.nodeModule.nodeFsm.Master
 
jobCompleted(String, JobStatus.State) - Method in class p2pMapReduce.nodeModule.nodeFsm.NodeFSM
 
jobCompleted(String, JobStatus.State) - Method in class p2pMapReduce.nodeModule.nodeFsm.NodeState
 
jobCompleted(String, JobStatus.State) - Method in class p2pMapReduce.nodeModule.nodeFsm.UserState
Deprecated.  
JobConf - Class in p2pMapReduce.mapreduceModule
A map/reduce job configuration.
JobConf() - Constructor for class p2pMapReduce.mapreduceModule.JobConf
Construct a map/reduce job configuration.
JobConf(Class) - Constructor for class p2pMapReduce.mapreduceModule.JobConf
Construct a map/reduce job configuration.
JobConf(Configuration) - Constructor for class p2pMapReduce.mapreduceModule.JobConf
Construct a map/reduce job configuration.
JobConf(Configuration, Class) - Constructor for class p2pMapReduce.mapreduceModule.JobConf
Construct a map/reduce job configuration.
JobConf(String) - Constructor for class p2pMapReduce.mapreduceModule.JobConf
Construct a map/reduce configuration.
JobConf(Path) - Constructor for class p2pMapReduce.mapreduceModule.JobConf
Construct a map/reduce configuration.
JobConf(boolean) - Constructor for class p2pMapReduce.mapreduceModule.JobConf
A new map/reduce configuration where the behavior of reading from the default resources can be turned off.
JobContext - Interface in p2pMapReduce.mapreduceModule
A read-only view of the job that is provided to the tasks while they are running.
JobContextImpl - Class in p2pMapReduce.mapreduceModule
A read-only view of the job that is provided to the tasks while they are running.
JobContextImpl(Configuration, JobID) - Constructor for class p2pMapReduce.mapreduceModule.JobContextImpl
 
JobFactory - Class in p2pMapReduce.test.nodeModule
 
JobFactory() - Constructor for class p2pMapReduce.test.nodeModule.JobFactory
 
JobFactory.InvertedIndexMapper - Class in p2pMapReduce.test.nodeModule
 
JobFactory.InvertedIndexMapper() - Constructor for class p2pMapReduce.test.nodeModule.JobFactory.InvertedIndexMapper
 
JobFactory.InvertedIndexReducer - Class in p2pMapReduce.test.nodeModule
 
JobFactory.InvertedIndexReducer() - Constructor for class p2pMapReduce.test.nodeModule.JobFactory.InvertedIndexReducer
 
JobFactory.SorterMapper - Class in p2pMapReduce.test.nodeModule
 
JobFactory.SorterMapper() - Constructor for class p2pMapReduce.test.nodeModule.JobFactory.SorterMapper
 
JobFactory.SorterReducer - Class in p2pMapReduce.test.nodeModule
 
JobFactory.SorterReducer() - Constructor for class p2pMapReduce.test.nodeModule.JobFactory.SorterReducer
 
JobFactory.WordCountMapper - Class in p2pMapReduce.test.nodeModule
 
JobFactory.WordCountMapper() - Constructor for class p2pMapReduce.test.nodeModule.JobFactory.WordCountMapper
 
JobFactory.WordCountReducer - Class in p2pMapReduce.test.nodeModule
 
JobFactory.WordCountReducer() - Constructor for class p2pMapReduce.test.nodeModule.JobFactory.WordCountReducer
 
JobID - Class in p2pMapReduce.mapreduceModule
JobID represents the immutable and unique identifier for the job.
JobID(String, int) - Constructor for class p2pMapReduce.mapreduceModule.JobID
Constructs a JobID object
JobID() - Constructor for class p2pMapReduce.mapreduceModule.JobID
 
JobIDRenderer - Class in p2pMapReduce.gui
 
JobIDRenderer(int) - Constructor for class p2pMapReduce.gui.JobIDRenderer
 
jobIDRequest(int, NodeInfo) - Method in class p2pMapReduce.nodeModule.nodeFsm.ManagementFSM
 
jobIDRequest(int, NodeInfo) - Method in class p2pMapReduce.nodeModule.nodeFsm.Master
 
jobIDRequest(Integer, NodeInfo) - Method in class p2pMapReduce.nodeModule.nodeFsm.NodeFSM
 
jobIDRequest(int, NodeInfo) - Method in class p2pMapReduce.nodeModule.nodeFsm.NodeState
Used by an user node to request a new unique JobID
JobManager - Class in p2pMapReduce.nodeModule
The manager of a job.
JobManager(NodeFSM, PrimaryJob, boolean) - Constructor for class p2pMapReduce.nodeModule.JobManager
 
jobReassigned(BackupJob) - Method in class p2pMapReduce.nodeModule.nodeFsm.ManagementFSM
 
jobReassigned(BackupJob) - Method in class p2pMapReduce.nodeModule.nodeFsm.Master
 
jobReassigned(BackupJob) - Method in class p2pMapReduce.nodeModule.nodeFsm.NodeFSM
 
jobReassigned(BackupJob) - Method in class p2pMapReduce.nodeModule.nodeFsm.NodeState
 
JobStatus - Class in p2pMapReduce.mapreduceModule
Describes the current status of a job.
JobStatus() - Constructor for class p2pMapReduce.mapreduceModule.JobStatus
 
JobStatus(JobID, float, float, float, float, JobStatus.State, String, String, String, String) - Constructor for class p2pMapReduce.mapreduceModule.JobStatus
Create a job status object for a given jobid.
JobStatus.State - Enum in p2pMapReduce.mapreduceModule
Current state of the job
JobSubmissionFrame - Class in p2pMapReduce.gui
 
JobSubmissionFrame(NetworkModuleIF, Job) - Constructor for class p2pMapReduce.gui.JobSubmissionFrame
Creates new form SubmissionFrame
JobSubmissionTest - Class in p2pMapReduce.test.nodeModule
 
JobSubmissionTest() - Constructor for class p2pMapReduce.test.nodeModule.JobSubmissionTest
 
JobTask - Class in p2pMapReduce.entity
Task view for a primary or backup master.
JobTask(Task) - Constructor for class p2pMapReduce.entity.JobTask
For searching purpose only
JobTask(Task, String) - Constructor for class p2pMapReduce.entity.JobTask
 
JobTask(Task, String, Task.TaskStatus) - Constructor for class p2pMapReduce.entity.JobTask
 
jobUpdate(String, LinkedList<String>, LinkedList<JobTask>) - Method in class p2pMapReduce.nodeModule.nodeFsm.Master
 
jobUpdate(String, LinkedList<String>, LinkedList<JobTask>) - Method in class p2pMapReduce.nodeModule.nodeFsm.NodeFSM
 
jobUpdate(String, LinkedList<String>, LinkedList<JobTask>) - Method in class p2pMapReduce.nodeModule.nodeFsm.NodeState
 
jobUpdate(String, LinkedList<String>, LinkedList<JobTask>) - Method in class p2pMapReduce.nodeModule.nodeFsm.RecoveryFSM
 
jobUpdate(String, LinkedList<String>, LinkedList<JobTask>) - Method in class p2pMapReduce.nodeModule.nodeFsm.UserState
Deprecated.  
join(PeerGroup) - Static method in class p2pMapReduce.impl.networkModule.jxta.JxtaUtil
Used to join a group
join(CharSequence, Iterable<String>) - Static method in class p2pMapReduce.mapreduceModule.util.StringUtils
Concatenates strings, using a separator.
joinNetwork() - Method in class p2pMapReduce.impl.networkModule.jxta.JxtaNetworkModule
 
joinNetwork() - Method in interface p2pMapReduce.networkModule.NetworkModuleIF
Call this method once to enter the P2PMapReduce network.
joinNetwork() - Method in class p2pMapReduce.test.networkModule.NetworkModulePrototipe
 
JTreeDiTest - Class in p2pMapReduce.test
 
JTreeDiTest() - Constructor for class p2pMapReduce.test.JTreeDiTest
Creates new form JTreeDiTest
JTreeListaJOb - Class in p2pMapReduce.test
 
JTreeListaJOb() - Constructor for class p2pMapReduce.test.JTreeListaJOb
Creates new form JTreeDiTest
JVM_NUMTASKS_TORUN - Static variable in interface p2pMapReduce.mapreduceModule.MRJobConfig
 
JXTA_HOME_ATTR - Static variable in class p2pMapReduce.impl.networkModule.jxta.JxtaNetworkModule
Key for JXTA home directory attribute in NetworkConfiguration
JXTA_LOGGING - Static variable in class p2pMapReduce.util.P2PMapReduceConfig
 
JXTA_PEER_MODE_ATTR - Static variable in class p2pMapReduce.impl.networkModule.jxta.JxtaNetworkModule
Key for JXTA peer mode attribute in NetworkConfiguration
JxtaBidiPipeConnection - Class in p2pMapReduce.impl.networkModule.jxta
During the creation of a JxtaBidiPipe an exchange of the node info is made between the two connection endpoint.
JxtaBidiPipeConnection(PeerGroup, NodeInfo, NodeInfo, PipeAdvertisement, JxtaNetworkModule, EventNotifier) - Constructor for class p2pMapReduce.impl.networkModule.jxta.JxtaBidiPipeConnection
Use to open a new connection towards the specified pipe adv
JxtaBidiPipeConnection(JxtaBiDiPipe, PeerGroup, NodeInfo, JxtaNetworkModule, EventNotifier) - Constructor for class p2pMapReduce.impl.networkModule.jxta.JxtaBidiPipeConnection
Used when a remote connection is received
JxtaBidiPipeConnection_old - Class in p2pMapReduce.impl.networkModule.jxta
During the creation of a JxtaBidiPipe an exchange of the node info is made between the two connection endpoint.
JxtaBidiPipeConnection_old(PeerGroup, NodeInfo, NodeInfo, PipeAdvertisement, JxtaNetworkModule, EventNotifier) - Constructor for class p2pMapReduce.impl.networkModule.jxta.JxtaBidiPipeConnection_old
Use to open a new connection towards the specified pipe adv
JxtaBidiPipeConnection_old(JxtaBiDiPipe, PeerGroup, NodeInfo, JxtaNetworkModule, EventNotifier) - Constructor for class p2pMapReduce.impl.networkModule.jxta.JxtaBidiPipeConnection_old
Used when a remote connection is received
JxtaBidiPipeConnectionHandler - Class in p2pMapReduce.impl.networkModule.jxta
Deprecated. not used
JxtaBidiPipeConnectionHandler(JxtaBiDiPipe, PeerGroup) - Constructor for class p2pMapReduce.impl.networkModule.jxta.JxtaBidiPipeConnectionHandler
Deprecated.  
JxtaBidiPipeServerThread - Class in p2pMapReduce.impl.networkModule.jxta
 
JxtaBidiPipeServerThread(JxtaNetworkModule, EventNotifier, PeerGroup, PipeAdvertisement) - Constructor for class p2pMapReduce.impl.networkModule.jxta.JxtaBidiPipeServerThread
 
JxtaNetworkModule - Class in p2pMapReduce.impl.networkModule.jxta
 
JxtaNetworkModule(NetworkConfiguration) - Constructor for class p2pMapReduce.impl.networkModule.jxta.JxtaNetworkModule
 
JxtaNodeInfo - Class in p2pMapReduce.impl.networkModule.jxta
 
JxtaNodeInfo(NodeAdvertisement) - Constructor for class p2pMapReduce.impl.networkModule.jxta.JxtaNodeInfo
 
JxtaUtil - Class in p2pMapReduce.impl.networkModule.jxta
An utility class for JXTA
JxtaUtil() - Constructor for class p2pMapReduce.impl.networkModule.jxta.JxtaUtil
 

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