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

G

get(String) - Method in class p2pMapReduce.mapreduceModule.conf.Configuration
Get the value of the name property, null if no such property exists.
get(String, String) - Method in class p2pMapReduce.mapreduceModule.conf.Configuration
Get the value of the name.
get() - Static method in class p2pMapReduce.mapreduceModule.io.NullWritable
Returns the single instance of this class.
get(Class<? extends WritableComparable>) - Static method in class p2pMapReduce.mapreduceModule.io.WritableComparator
Get a comparator for a WritableComparable implementation.
get(String) - Method in class p2pMapReduce.networkModule.NetworkConfiguration
 
getActiveConnection() - Method in class p2pMapReduce.impl.networkModule.jxta.JxtaNetworkModule
 
getAdvertisementType() - Static method in class p2pMapReduce.impl.networkModule.jxta.NodeAdvertisement
All messages have a type (in xml this is !doctype) which identifies the message
getAdvertisementType() - Method in class p2pMapReduce.impl.networkModule.jxta.NodeAdvertisement.Instantiator
Returns the identifying type of this Advertisement.
getADVInfo(Enumeration<Advertisement>) - Static method in class p2pMapReduce.impl.networkModule.jxta.JxtaUtil
 
getADVInfo(Enumeration<Advertisement>, Enumeration<Long>) - Static method in class p2pMapReduce.impl.networkModule.jxta.JxtaUtil
 
getAdvType() - Method in class p2pMapReduce.impl.networkModule.jxta.NodeAdvertisement
 
getAllAvailableNodes(Set<Advertisement>) - Method in class p2pMapReduce.impl.networkModule.jxta.JxtaNetworkModule
 
getAllAvailableNodesFromLocalCache() - Method in class p2pMapReduce.impl.networkModule.jxta.JxtaNetworkModule
TODO public for testing purpose. to make not public
getAllAvailableNodesFromLocalCache(int) - Method in class p2pMapReduce.impl.networkModule.jxta.JxtaNetworkModule
Returns the set of all available node info for those nodes which role is nodeType.
getAllMasters() - Method in class p2pMapReduce.impl.networkModule.jxta.JxtaNetworkModule
 
getAllMasters() - Method in interface p2pMapReduce.networkModule.NetworkModuleIF
Return all the visible master nodes in the network by this network module at the moment
getAllNodes() - Method in class p2pMapReduce.impl.networkModule.jxta.JxtaNetworkModule
Retrieves all the node adv on the network and for each peer keeps only the node adv with higher version //XXX for now we see in the local cache becouse if this is a rdv
getAllNodes() - Method in interface p2pMapReduce.networkModule.NetworkModuleIF
Return all the visible nodes in the network by this network module at the moment
getAllNodesFromLocalCache() - Method in class p2pMapReduce.impl.networkModule.jxta.JxtaNetworkModule
Deprecated. use JxtaNetworkModule.getAllAvailableNodesFromLocalCache() instead
getAllSlaves() - Method in class p2pMapReduce.impl.networkModule.jxta.JxtaNetworkModule
 
getAllSlaves() - Method in interface p2pMapReduce.networkModule.NetworkModuleIF
Return all the visible slave nodes in the network by this network module at the moment
getAllTaskTypes() - Static method in class p2pMapReduce.mapreduceModule.TaskID
 
getAssignedJob() - Method in class p2pMapReduce.nodeModule.UserNode
 
getAvailableNodeFromLocalCache(String) - Method in class p2pMapReduce.impl.networkModule.jxta.JxtaNetworkModule
Try to find the most recent available version of the node info for the node which id is nodeID.
getBackupJob(String) - Method in class p2pMapReduce.impl.nodeModule.NodeModuleImpl
 
getBackupJob(String) - Method in interface p2pMapReduce.nodeModule.NodeModuleIF
 
getBackupJobList() - Method in class p2pMapReduce.impl.nodeModule.NodeModuleImpl
 
getBackupJobList() - Method in interface p2pMapReduce.nodeModule.NodeModuleIF
 
getBackupMasterList() - Method in class p2pMapReduce.entity.BackupJob
 
getBackupMasterList() - Method in class p2pMapReduce.entity.PrimaryJob
 
getBaseDir() - Method in interface p2pMapReduce.ftp.FTPManager
Returns the path to the directory used as root directory by FTP server
getBaseDir() - Method in class p2pMapReduce.impl.ftp.FTPManagerImpl
Returns the path to the directory used as root directory by FTP server
getBoolean(String, boolean) - Method in class p2pMapReduce.mapreduceModule.conf.Configuration
Get the value of the name property as a boolean.
getClass(String, Class<?>) - Method in class p2pMapReduce.mapreduceModule.conf.Configuration
Get the value of the name property as a Class.
getClass(String, Class<? extends U>, Class<U>) - Method in class p2pMapReduce.mapreduceModule.conf.Configuration
Get the value of the name property as a Class implementing the interface specified by xface.
getClass(T) - Static method in class p2pMapReduce.mapreduceModule.util.ReflectionUtils
Return the correctly-typed Class of the given object.
getClassByName(String) - Method in class p2pMapReduce.mapreduceModule.conf.Configuration
Load a class by name.
getClasses(String, Class<?>...) - Method in class p2pMapReduce.mapreduceModule.conf.Configuration
Get the value of the name property as an array of Class.
getClassLoader() - Method in class p2pMapReduce.mapreduceModule.conf.Configuration
Get the ClassLoader for this job.
getCleanupProgress() - Method in class p2pMapReduce.mapreduceModule.JobStatus
 
getCombinerClass() - Method in class p2pMapReduce.mapreduceModule.JobConf
Get the user-defined combiner class used to combine map-outputs before being sent to the reducers.
getCombinerClass() - Method in interface p2pMapReduce.mapreduceModule.JobContext
Get the combiner class for the job.
getCombinerClass() - Method in class p2pMapReduce.mapreduceModule.JobContextImpl
Get the combiner class for the job.
getCombinerClass() - Method in class p2pMapReduce.mapreduceModule.WrappedMapper.Context
 
getCombinerClass() - Method in class p2pMapReduce.mapreduceModule.WrappedReducer.Context
 
getCompletionPollInterval(Configuration) - Static method in class p2pMapReduce.mapreduceModule.Job
The interval at which waitForCompletion() should check.
getConf() - Method in class p2pMapReduce.entity.Task
 
getConf() - Method in interface p2pMapReduce.mapreduceModule.conf.Configurable
Return the configuration used by this object.
getConf() - Method in class p2pMapReduce.mapreduceModule.conf.Configured
 
getConfiguration() - Method in interface p2pMapReduce.mapreduceModule.JobContext
Return the configuration for the job.
getConfiguration() - Method in class p2pMapReduce.mapreduceModule.JobContextImpl
Return the configuration for the job.
getConfiguration() - Method in class p2pMapReduce.mapreduceModule.WrappedMapper.Context
 
getConfiguration() - Method in class p2pMapReduce.mapreduceModule.WrappedReducer.Context
 
getConfiguration() - Static method in class p2pMapReduce.util.P2PMapReduceConfig
 
getConfResourceAsInputStream(String) - Method in class p2pMapReduce.mapreduceModule.conf.Configuration
Get an input stream attached to the configuration resource with the given name.
getConfResourceAsReader(String) - Method in class p2pMapReduce.mapreduceModule.conf.Configuration
Get a Reader attached to the configuration resource with the given name.
getConnection(NodeInfo) - Method in class p2pMapReduce.impl.networkModule.jxta.JxtaNetworkModule
 
getConnection(String) - Method in class p2pMapReduce.impl.networkModule.jxta.JxtaNetworkModule
 
getConnection(NodeInfo) - Method in interface p2pMapReduce.networkModule.NetworkModuleIF
Returns a connection between this network module and the network module relative to the node described by the NodeInfo connectionEndPoint
getConnection(String) - Method in interface p2pMapReduce.networkModule.NetworkModuleIF
Returns a connection between this network module and the network module relative to the node identified by nodeID.
getCoordinatorID() - Method in class p2pMapReduce.impl.nodeModule.NodeModuleImpl
 
getCoordinatorID() - Method in interface p2pMapReduce.nodeModule.NodeModuleIF
The id of the network coordinator
getCounter(Enum<?>) - Method in class p2pMapReduce.mapreduceModule.StatusReporter
 
getCounter(String, String) - Method in class p2pMapReduce.mapreduceModule.StatusReporter
 
getCounter(Enum<?>) - Method in interface p2pMapReduce.mapreduceModule.TaskInputOutputContext
Get the Counter for the given counterName.
getCounter(String, String) - Method in interface p2pMapReduce.mapreduceModule.TaskInputOutputContext
Get the Counter for the given groupName and counterName.
getCounter(Enum<?>) - Method in class p2pMapReduce.mapreduceModule.TaskInputOutputContextImpl
 
getCounter(String, String) - Method in class p2pMapReduce.mapreduceModule.TaskInputOutputContextImpl
 
getCounter(Enum<?>) - Method in class p2pMapReduce.mapreduceModule.WrappedMapper.Context
 
getCounter(String, String) - Method in class p2pMapReduce.mapreduceModule.WrappedMapper.Context
 
getCounter(Enum) - Method in class p2pMapReduce.mapreduceModule.WrappedReducer.Context
 
getCounter(String, String) - Method in class p2pMapReduce.mapreduceModule.WrappedReducer.Context
 
getCurrentKey() - Method in class p2pMapReduce.mapreduceModule.input.LineRecordReader
 
getCurrentKey() - Method in class p2pMapReduce.mapreduceModule.input.RecordReader
Get the current key
getCurrentKey() - Method in class p2pMapReduce.mapreduceModule.MapContextImpl
 
getCurrentKey() - Method in class p2pMapReduce.mapreduceModule.ReduceContextImpl
 
getCurrentKey() - Method in interface p2pMapReduce.mapreduceModule.TaskInputOutputContext
Get the current key.
getCurrentKey() - Method in class p2pMapReduce.mapreduceModule.TaskInputOutputContextImpl
Get the current key.
getCurrentKey() - Method in class p2pMapReduce.mapreduceModule.WrappedMapper.Context
 
getCurrentKey() - Method in class p2pMapReduce.mapreduceModule.WrappedReducer.Context
 
getCurrentState() - Method in class p2pMapReduce.nodeModule.nodeFsm.NodeFSM
 
getCurrentValue() - Method in class p2pMapReduce.mapreduceModule.input.LineRecordReader
 
getCurrentValue() - Method in class p2pMapReduce.mapreduceModule.input.RecordReader
Get the current value.
getCurrentValue() - Method in class p2pMapReduce.mapreduceModule.MapContextImpl
 
getCurrentValue() - Method in class p2pMapReduce.mapreduceModule.ReduceContextImpl
 
getCurrentValue() - Method in interface p2pMapReduce.mapreduceModule.TaskInputOutputContext
Get the current value.
getCurrentValue() - Method in class p2pMapReduce.mapreduceModule.TaskInputOutputContextImpl
Get the current value.
getCurrentValue() - Method in class p2pMapReduce.mapreduceModule.WrappedMapper.Context
 
getCurrentValue() - Method in class p2pMapReduce.mapreduceModule.WrappedReducer.Context
 
getData() - Method in class p2pMapReduce.mapreduceModule.io.DataInputBuffer
 
getData() - Method in class p2pMapReduce.mapreduceModule.io.DataOutputBuffer
Returns the current contents of the buffer.
getDataOutputStream() - Method in class p2pMapReduce.mapreduceModule.output.PartitionFile
 
getDeserializer(Class<Serializable>) - Method in class p2pMapReduce.mapreduceModule.io.serializer.JavaSerialization
 
getDeserializer(Class<T>) - Method in interface p2pMapReduce.mapreduceModule.io.serializer.Serialization
 
getDeserializer(Class<T>) - Method in class p2pMapReduce.mapreduceModule.io.serializer.SerializationFactory
 
getDeserializer(Class<Writable>) - Method in class p2pMapReduce.mapreduceModule.io.serializer.WritableSerialization
 
getDisplayName() - Method in class p2pMapReduce.mapreduceModule.Counter
Get the name of the counter.
getDocument(MimeMediaType) - Method in class p2pMapReduce.impl.networkModule.jxta.NodeAdvertisement
getElementAt(int) - Method in class p2pMapReduce.gui.NodeInfoListModel
 
getEnum(String, T) - Method in class p2pMapReduce.mapreduceModule.conf.Configuration
Return value matching this enumerated type.
getFile(String, String) - Method in class p2pMapReduce.mapreduceModule.conf.Configuration
Get a local file name under a directory named in dirsProp with the given path.
getFile() - Method in class p2pMapReduce.mapreduceModule.input.TextFileInputSplit
 
getFile() - Method in class p2pMapReduce.mapreduceModule.input.TextFileInputSplit_old
 
getFile() - Method in class p2pMapReduce.mapreduceModule.output.PartitionFile
 
getFileSystemView() - Method in class p2pMapReduce.impl.nodeModule.NodeModuleImpl
 
getFileSystemView() - Method in interface p2pMapReduce.nodeModule.NodeModuleIF
 
getFileSystemView() - Method in class p2pMapReduce.nodeModule.UserNode
 
getFinishTime() - Method in class p2pMapReduce.mapreduceModule.Job
Get finish time of the job.
getFinishTime() - Method in class p2pMapReduce.mapreduceModule.JobStatus
Get the finish time of the job.
getFloat(String, float) - Method in class p2pMapReduce.mapreduceModule.conf.Configuration
Get the value of the name property as a float.
getFormattedTimeWithDiff(DateFormat, long, long) - Static method in class p2pMapReduce.mapreduceModule.util.StringUtils
Formats time in ms and appends difference (finishTime - startTime) as returned by formatTimeDiff().
getFtpManager() - Method in class p2pMapReduce.impl.networkModule.jxta.JxtaNetworkModule
 
getFtpManager() - Method in class p2pMapReduce.impl.nodeModule.NodeModuleImpl
 
getFtpManager() - Method in interface p2pMapReduce.networkModule.NetworkModuleIF
Return an FTPManager for this node
getFtpManager() - Method in interface p2pMapReduce.nodeModule.NodeModuleIF
 
getFtpPort() - Method in interface p2pMapReduce.ftp.FTPManager
The local port on which FTP server listen
getFtpPort() - Method in class p2pMapReduce.impl.ftp.FTPManagerImpl
The local port on which FTP server listen
getFtpPort() - Method in class p2pMapReduce.impl.networkModule.jxta.JxtaNodeInfo
 
getFtpPort() - Method in class p2pMapReduce.impl.networkModule.jxta.NodeAdvertisement
 
getFtpPort() - Method in interface p2pMapReduce.networkModule.NodeInfo
The port on which the ftp server listen
getGroupingComparator() - Method in class p2pMapReduce.mapreduceModule.JobContextImpl
Get the user defined RawComparator comparator for grouping keys of inputs to the reduce.
getHistoryFile() - Method in class p2pMapReduce.mapreduceModule.JobStatus
 
getHistoryUrl() - Method in class p2pMapReduce.mapreduceModule.Job
 
getIcon(String) - Method in class p2pMapReduce.gui.Resource
 
getID() - Method in class p2pMapReduce.impl.networkModule.jxta.JxtaNodeInfo
PeerID
getID() - Method in class p2pMapReduce.impl.networkModule.jxta.NodeAdvertisement
returns the id of the device
getId() - Method in class p2pMapReduce.mapreduceModule.ID
returns the int which represents the identifier
getID() - Method in interface p2pMapReduce.networkModule.NodeInfo
 
getImageIcon(String) - Method in class p2pMapReduce.gui.Resource
 
getIndexFields() - Method in class p2pMapReduce.impl.networkModule.jxta.NodeAdvertisement
getInfo() - Method in class p2pMapReduce.gui.StartFrame
 
getInputFilePath() - Method in class p2pMapReduce.mapreduceModule.input.TextFileInputSplit
 
getInputFilePath() - Method in class p2pMapReduce.mapreduceModule.input.TextFileInputSplit_old
 
getInputFormat() - Method in class p2pMapReduce.mapreduceModule.JobConf
Get the InputFormat implementation for the map-reduce job, defaults to TextInputFormat if not specified explicity.
getInputFormatClass() - Method in interface p2pMapReduce.mapreduceModule.JobContext
Get the InputFormat class for the job.
getInputFormatClass() - Method in class p2pMapReduce.mapreduceModule.JobContextImpl
Get the InputFormat class for the job.
getInputFormatClass() - Method in class p2pMapReduce.mapreduceModule.WrappedMapper.Context
 
getInputFormatClass() - Method in class p2pMapReduce.mapreduceModule.WrappedReducer.Context
 
getInputSplit() - Method in interface p2pMapReduce.mapreduceModule.MapContext
Get the input split for this map.
getInputSplit() - Method in class p2pMapReduce.mapreduceModule.MapContextImpl
Get the input split for this map.
getInputSplit() - Method in class p2pMapReduce.mapreduceModule.WrappedMapper.Context
Get the input split for this map.
getInputStreamFromMessage(Message, String, String) - Static method in class p2pMapReduce.impl.networkModule.jxta.JxtaUtil
Returns an InputStream for a byte array
getInstance() - Static method in class p2pMapReduce.gui.Resource
 
getInstance() - Static method in class p2pMapReduce.util.ReferenceHolder
 
getInstances(String, Class<U>) - Method in class p2pMapReduce.mapreduceModule.conf.Configuration
Get the value of the name property as a List of objects implementing the interface specified by xface.
getInt(String, int) - Method in class p2pMapReduce.mapreduceModule.conf.Configuration
Get the value of the name property as an int.
getIpAddress() - Method in interface p2pMapReduce.ftp.FTPManager
Find for a InetAddress which is not a loopback address and return InetAddress.getHostAddress() result.
getIpAddress() - Method in class p2pMapReduce.impl.ftp.FTPManagerImpl
Find for a InetAddress which is not a loopback address and return InetAddress.getHostAddress() result.
getIpAddress() - Method in class p2pMapReduce.impl.networkModule.jxta.JxtaNodeInfo
 
getIpAddress() - Method in class p2pMapReduce.impl.networkModule.jxta.NodeAdvertisement
 
getIpAddress() - Method in interface p2pMapReduce.networkModule.NodeInfo
Ip address of node ftp server
getJar() - Method in class p2pMapReduce.mapreduceModule.JobConf
Get the user jar for the map-reduce job.
getJar() - Method in interface p2pMapReduce.mapreduceModule.JobContext
Get the pathname of the job's jar.
getJar() - Method in class p2pMapReduce.mapreduceModule.JobContextImpl
Get the pathname of the job's jar.
getJar() - Method in class p2pMapReduce.mapreduceModule.WrappedMapper.Context
 
getJar() - Method in class p2pMapReduce.mapreduceModule.WrappedReducer.Context
 
getJarUnpackPattern() - Method in class p2pMapReduce.mapreduceModule.JobConf
Get the pattern for jar contents to unpack on the tasktracker
getJob() - Method in class p2pMapReduce.entity.BackupJob
 
getJob() - Method in class p2pMapReduce.entity.PrimaryJob
 
getJob() - Method in class p2pMapReduce.nodeModule.UserNode.UserJob
 
getJobCompletionAction() - Method in class p2pMapReduce.nodeModule.UserNode.UserJob
 
getJobEndNotificationURI() - Method in class p2pMapReduce.mapreduceModule.JobConf
Get the uri to be invoked in-order to send a notification after the job has completed (success/failure).
getJobFile() - Method in class p2pMapReduce.mapreduceModule.Job
Get the path of the submitted job configuration.
getJobFile() - Method in class p2pMapReduce.mapreduceModule.JobStatus
Get the configuration file for the job.
getJobID() - Method in class p2pMapReduce.entity.BackupJob
 
getJobID() - Method in class p2pMapReduce.entity.PrimaryJob
 
getJobID() - Method in class p2pMapReduce.entity.Task
 
getJobID() - Method in interface p2pMapReduce.mapreduceModule.JobContext
Get the unique ID for the job.
getJobID() - Method in class p2pMapReduce.mapreduceModule.JobContextImpl
Get the unique ID for the job.
getJobID() - Method in class p2pMapReduce.mapreduceModule.JobStatus
 
getJobID() - Method in class p2pMapReduce.mapreduceModule.TaskAttemptID
Returns the JobID object that this task attempt belongs to
getJobID() - Method in class p2pMapReduce.mapreduceModule.TaskID
Returns the JobID object that this tip belongs to
getJobID() - Method in class p2pMapReduce.mapreduceModule.WrappedMapper.Context
 
getJobID() - Method in class p2pMapReduce.mapreduceModule.WrappedReducer.Context
 
getJobIDRenderer() - Static method in class p2pMapReduce.gui.IDRendererFactory
 
getJobLocalDir() - Method in class p2pMapReduce.mapreduceModule.JobConf
Get job-specific shared directory for use as scratch space When a job starts, a shared directory is created at location ${mapreduce.cluster.local.dir}/taskTracker/$user/jobcache/$jobid/work/ .
getJobName() - Method in class p2pMapReduce.mapreduceModule.Job
The user-specified job name.
getJobName() - Method in class p2pMapReduce.mapreduceModule.JobConf
Get the user-specified job name.
getJobName() - Method in interface p2pMapReduce.mapreduceModule.JobContext
Get the user-specified job name.
getJobName() - Method in class p2pMapReduce.mapreduceModule.JobContextImpl
Get the user-specified job name.
getJobName() - Method in class p2pMapReduce.mapreduceModule.JobStatus
Get the user-specified job name.
getJobName() - Method in class p2pMapReduce.mapreduceModule.WrappedMapper.Context
 
getJobName() - Method in class p2pMapReduce.mapreduceModule.WrappedReducer.Context
 
getJobSetupCleanupNeeded() - Method in interface p2pMapReduce.mapreduceModule.JobContext
Get whether job-setup and job-cleanup is needed for the job
getJobSetupCleanupNeeded() - Method in class p2pMapReduce.mapreduceModule.JobContextImpl
Get whether job-setup and job-cleanup is needed for the job
getJobSetupCleanupNeeded() - Method in class p2pMapReduce.mapreduceModule.WrappedMapper.Context
 
getJobSetupCleanupNeeded() - Method in class p2pMapReduce.mapreduceModule.WrappedReducer.Context
 
getJobState() - Method in class p2pMapReduce.entity.BackupJob
 
getJobState() - Method in class p2pMapReduce.entity.PrimaryJob
 
getJobState() - Method in class p2pMapReduce.mapreduceModule.Job
Returns the current state of the Job.
getJobTaskList() - Method in class p2pMapReduce.entity.BackupJob
 
getJobTaskList() - Method in class p2pMapReduce.entity.PrimaryJob
 
getJtIdentifier() - Method in class p2pMapReduce.mapreduceModule.JobID
 
getKeepFailedTaskFiles() - Method in class p2pMapReduce.mapreduceModule.JobConf
Should the temporary files for failed tasks be kept?
getKeepTaskFilesPattern() - Method in class p2pMapReduce.mapreduceModule.JobConf
Get the regular expression that is matched against the task names to see if we need to keep the files.
getKeyClass() - Method in class p2pMapReduce.mapreduceModule.io.WritableComparator
Returns the WritableComparable implementation class.
getLength() - Method in class p2pMapReduce.mapreduceModule.input.InputSplit
Get the size of the split, so that the input splits can be sorted by size.
getLength() - Method in class p2pMapReduce.mapreduceModule.input.TextFileInputSplit
 
getLength() - Method in class p2pMapReduce.mapreduceModule.input.TextFileInputSplit_old
 
getLength() - Method in class p2pMapReduce.mapreduceModule.io.DataInputBuffer
Returns the length of the input.
getLength() - Method in class p2pMapReduce.mapreduceModule.io.DataOutputBuffer
Returns the length of the valid data currently in the buffer.
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class p2pMapReduce.gui.NodeInfoCellRenderer
 
getLoad() - Method in class p2pMapReduce.impl.networkModule.jxta.JxtaNodeInfo
 
getLoad() - Method in class p2pMapReduce.impl.networkModule.jxta.NodeAdvertisement
 
getLoad() - Method in interface p2pMapReduce.networkModule.NodeInfo
The current load of a node
getLocalADV(DiscoveryService, int, String, String) - Static method in class p2pMapReduce.impl.networkModule.jxta.JxtaUtil
 
getLocalDirs() - Method in class p2pMapReduce.mapreduceModule.JobConf
 
getLocalInputPath(Job) - Static method in class p2pMapReduce.mapreduceModule.input.TextFileInputFormat
 
getLocations() - Method in class p2pMapReduce.mapreduceModule.input.InputSplit
Get the list of nodes by name where the data for the split would be local.
getLocations() - Method in class p2pMapReduce.mapreduceModule.input.TextFileInputSplit
Deprecated. not supported
getLocations() - Method in class p2pMapReduce.mapreduceModule.input.TextFileInputSplit_old
 
getLong(String, long) - Method in class p2pMapReduce.mapreduceModule.conf.Configuration
Get the value of the name property as a long.
getMapContext(MapContext<KEYIN, VALUEIN, KEYOUT, VALUEOUT>) - Method in class p2pMapReduce.mapreduceModule.WrappedMapper
Get a wrapped WrappedMapper.Context for custom implementations.
getMapDebugScript() - Method in class p2pMapReduce.mapreduceModule.JobConf
Get the map task's debug script.
getMapOutputKeyClass() - Method in class p2pMapReduce.mapreduceModule.JobConf
Get the key class for the map output data.
getMapOutputKeyClass() - Method in interface p2pMapReduce.mapreduceModule.JobContext
Get the key class for the map output data.
getMapOutputKeyClass() - Method in class p2pMapReduce.mapreduceModule.JobContextImpl
Get the key class for the map output data.
getMapOutputKeyClass() - Method in class p2pMapReduce.mapreduceModule.WrappedMapper.Context
 
getMapOutputKeyClass() - Method in class p2pMapReduce.mapreduceModule.WrappedReducer.Context
 
getMapOutputValueClass() - Method in class p2pMapReduce.mapreduceModule.JobConf
Get the value class for the map output data.
getMapOutputValueClass() - Method in interface p2pMapReduce.mapreduceModule.JobContext
Get the value class for the map output data.
getMapOutputValueClass() - Method in class p2pMapReduce.mapreduceModule.JobContextImpl
Get the value class for the map output data.
getMapOutputValueClass() - Method in class p2pMapReduce.mapreduceModule.WrappedMapper.Context
 
getMapOutputValueClass() - Method in class p2pMapReduce.mapreduceModule.WrappedReducer.Context
 
getMapperClass() - Method in class p2pMapReduce.mapreduceModule.JobConf
Get the Mapper class for the job.
getMapperClass() - Method in interface p2pMapReduce.mapreduceModule.JobContext
Get the Mapper class for the job.
getMapperClass() - Method in class p2pMapReduce.mapreduceModule.JobContextImpl
Get the Mapper class for the job.
getMapperClass() - Method in class p2pMapReduce.mapreduceModule.WrappedMapper.Context
 
getMapperClass() - Method in class p2pMapReduce.mapreduceModule.WrappedReducer.Context
 
getMapProgress() - Method in class p2pMapReduce.mapreduceModule.JobStatus
 
getMapSpeculativeExecution() - Method in class p2pMapReduce.mapreduceModule.JobConf
Should speculative execution be used for this job for map tasks?
getMaxMapAttempts() - Method in class p2pMapReduce.mapreduceModule.JobConf
Get the configured number of maximum attempts that will be made to run a map task, as specified by the mapreduce.map.maxattempts property.
getMaxMapAttempts() - Method in interface p2pMapReduce.mapreduceModule.JobContext
Get the configured number of maximum attempts that will be made to run a map task, as specified by the mapred.map.max.attempts property.
getMaxMapAttempts() - Method in class p2pMapReduce.mapreduceModule.JobContextImpl
Get the configured number of maximum attempts that will be made to run a map task, as specified by the mapred.map.max.attempts property.
getMaxMapAttempts() - Method in class p2pMapReduce.mapreduceModule.WrappedMapper.Context
 
getMaxMapAttempts() - Method in class p2pMapReduce.mapreduceModule.WrappedReducer.Context
 
getMaxMapTaskFailuresPercent() - Method in class p2pMapReduce.mapreduceModule.JobConf
Get the maximum percentage of map tasks that can fail without the job being aborted.
getMaxReduceAttempts() - Method in class p2pMapReduce.mapreduceModule.JobConf
Get the configured number of maximum attempts that will be made to run a reduce task, as specified by the mapreduce.reduce.maxattempts property.
getMaxReduceAttempts() - Method in interface p2pMapReduce.mapreduceModule.JobContext
Get the configured number of maximum attempts that will be made to run a reduce task, as specified by the mapred.reduce.max.attempts property.
getMaxReduceAttempts() - Method in class p2pMapReduce.mapreduceModule.JobContextImpl
Get the configured number of maximum attempts that will be made to run a reduce task, as specified by the mapred.reduce.max.attempts property.
getMaxReduceAttempts() - Method in class p2pMapReduce.mapreduceModule.WrappedMapper.Context
 
getMaxReduceAttempts() - Method in class p2pMapReduce.mapreduceModule.WrappedReducer.Context
 
getMaxReduceTaskFailuresPercent() - Method in class p2pMapReduce.mapreduceModule.JobConf
Get the maximum percentage of reduce tasks that can fail without the job being aborted.
getMaxTaskFailuresPerTracker() - Method in class p2pMapReduce.mapreduceModule.JobConf
Expert: Get the maximum no. of failures of a given job per tasktracker.
getMemoryForMapTask() - Method in class p2pMapReduce.mapreduceModule.JobConf
Get memory required to run a map task of the job, in MB.
getMemoryForReduceTask() - Method in class p2pMapReduce.mapreduceModule.JobConf
Get memory required to run a reduce task of the job, in MB.
getName() - Method in class p2pMapReduce.mapreduceModule.Counter
 
getName() - Method in class p2pMapReduce.mapreduceModule.Path
Returns the final component of this path.
getNetPeerGroup() - Method in class p2pMapReduce.impl.networkModule.jxta.JxtaNetworkModule
 
getNetworkManager() - Method in class p2pMapReduce.impl.networkModule.jxta.JxtaNetworkModule
 
getNetworkModule() - Method in class p2pMapReduce.impl.nodeModule.NodeModuleImpl
 
getNetworkModule() - Method in class p2pMapReduce.nodeModule.nodeFsm.NodeFSM
 
getNetworkModule() - Method in interface p2pMapReduce.nodeModule.NodeModuleIF
 
getNextTimeout(int, int) - Static method in class p2pMapReduce.nodeModule.nodeFsm.NodeState
 
getNextTimeout(int, int) - Static method in class p2pMapReduce.nodeModule.nodeFsm.UserState
Deprecated.  
getNodeADV() - Method in class p2pMapReduce.impl.networkModule.jxta.JxtaNodeInfo
 
getNodeFSM() - Method in class p2pMapReduce.impl.nodeModule.NodeModuleImpl
 
getNodeFSM() - Method in interface p2pMapReduce.nodeModule.NodeModuleIF
 
getNodeID() - Method in class p2pMapReduce.impl.nodeModule.NodeModuleImpl
 
getNodeID() - Method in interface p2pMapReduce.nodeModule.NodeModuleIF
 
getNodeID() - Method in class p2pMapReduce.nodeModule.UserNode
 
getNodeIDRenderer() - Static method in class p2pMapReduce.gui.IDRendererFactory
 
getNodeInfo() - Method in class p2pMapReduce.impl.networkModule.jxta.JxtaNetworkModule
 
getNodeInfo() - Method in class p2pMapReduce.impl.nodeModule.NodeModuleImpl
 
getNodeInfo() - Method in interface p2pMapReduce.networkModule.NetworkModuleIF
Return the same instance of NodeInfo returned by the joinNetwork() method.
getNodeInfo() - Method in interface p2pMapReduce.nodeModule.NodeModuleIF
 
getNodeInfo() - Method in class p2pMapReduce.test.networkModule.NetworkModulePrototipe
 
getNodeModule() - Method in class p2pMapReduce.impl.networkModule.jxta.JxtaNetworkModule
 
getNodeModule() - Method in interface p2pMapReduce.networkModule.NetworkModuleIF
Returns the NodeModuleIF associated to this network module
getNodeModule() - Method in class p2pMapReduce.nodeModule.nodeFsm.NodeFSM
 
getNumMapTasks() - Method in class p2pMapReduce.mapreduceModule.JobConf
Get configured the number of reduce tasks for this job.
getNumMasters() - Method in class p2pMapReduce.impl.networkModule.jxta.JxtaNetworkModule
 
getNumMasters() - Method in interface p2pMapReduce.networkModule.NetworkModuleIF
Returns the number of all the visible master nodes from this network module at the moment
getNumNodes() - Method in class p2pMapReduce.impl.networkModule.jxta.JxtaNetworkModule
 
getNumNodes() - Method in interface p2pMapReduce.networkModule.NetworkModuleIF
Returns the number of all the visible nodes from this network module at the moment
getNumReduceTasks() - Method in class p2pMapReduce.mapreduceModule.JobConf
Get configured the number of reduce tasks for this job.
getNumReduceTasks() - Method in interface p2pMapReduce.mapreduceModule.JobContext
Get configured the number of reduce tasks for this job.
getNumReduceTasks() - Method in class p2pMapReduce.mapreduceModule.JobContextImpl
Get configured the number of reduce tasks for this job.
getNumReduceTasks() - Method in class p2pMapReduce.mapreduceModule.WrappedMapper.Context
 
getNumReduceTasks() - Method in class p2pMapReduce.mapreduceModule.WrappedReducer.Context
 
getNumSlaves() - Method in class p2pMapReduce.impl.networkModule.jxta.JxtaNetworkModule
 
getNumSlaves() - Method in interface p2pMapReduce.networkModule.NetworkModuleIF
Returns the number of all the visible slave nodes from this network module at the moment
getNumTasksToExecutePerJvm() - Method in class p2pMapReduce.mapreduceModule.JobConf
Get the number of tasks that a spawned JVM should execute
getObjectFromMessage(Message, String, String) - Static method in class p2pMapReduce.impl.networkModule.jxta.JxtaUtil
Reads a single Java Object from a Message.
getOtherMasters() - Method in class p2pMapReduce.impl.networkModule.jxta.JxtaNetworkModule
 
getOtherMasters() - Method in interface p2pMapReduce.networkModule.NetworkModuleIF
Return all the visible slaves nodes in the network by this network module at the moment, except this node if it is a master
getOtherSlaves() - Method in class p2pMapReduce.impl.networkModule.jxta.JxtaNetworkModule
 
getOtherSlaves() - Method in interface p2pMapReduce.networkModule.NetworkModuleIF
Return all the visible slaves nodes in the network by this network module at the moment, except this node if it is a slave
getOutputCommitter() - Method in class p2pMapReduce.mapreduceModule.JobConf
Get the OutputCommitter implementation for the map-reduce job, defaults to FileOutputCommitter if not specified explicitly.
getOutputCommitter(TaskAttemptContext) - Method in class p2pMapReduce.mapreduceModule.output.OutputFormat
Get the output committer for this output format.
getOutputCommitter(TaskAttemptContext) - Method in class p2pMapReduce.mapreduceModule.output.TextFileOutputFormat
 
getOutputCommitter() - Method in interface p2pMapReduce.mapreduceModule.TaskInputOutputContext
Get the OutputCommitter for the task-attempt.
getOutputCommitter() - Method in class p2pMapReduce.mapreduceModule.TaskInputOutputContextImpl
 
getOutputCommitter() - Method in class p2pMapReduce.mapreduceModule.WrappedMapper.Context
 
getOutputCommitter() - Method in class p2pMapReduce.mapreduceModule.WrappedReducer.Context
 
getOutputFormat() - Method in class p2pMapReduce.mapreduceModule.JobConf
Get the OutputFormat implementation for the map-reduce job, defaults to TextOutputFormat if not specified explicity.
getOutputFormatClass() - Method in interface p2pMapReduce.mapreduceModule.JobContext
Get the OutputFormat class for the job.
getOutputFormatClass() - Method in class p2pMapReduce.mapreduceModule.JobContextImpl
Get the OutputFormat class for the job.
getOutputFormatClass() - Method in class p2pMapReduce.mapreduceModule.WrappedMapper.Context
 
getOutputFormatClass() - Method in class p2pMapReduce.mapreduceModule.WrappedReducer.Context
 
getOutputKeyClass() - Method in class p2pMapReduce.mapreduceModule.JobConf
Get the key class for the job output data.
getOutputKeyClass() - Method in interface p2pMapReduce.mapreduceModule.JobContext
Get the key class for the job output data.
getOutputKeyClass() - Method in class p2pMapReduce.mapreduceModule.JobContextImpl
Get the key class for the job output data.
getOutputKeyClass() - Method in class p2pMapReduce.mapreduceModule.WrappedMapper.Context
 
getOutputKeyClass() - Method in class p2pMapReduce.mapreduceModule.WrappedReducer.Context
 
getOutputKeyComparator() - Method in class p2pMapReduce.mapreduceModule.JobConf
Get the RawComparator comparator used to compare keys.
getOutputStream() - Method in class p2pMapReduce.gui.LogPanel
 
getOutputValueClass() - Method in class p2pMapReduce.mapreduceModule.JobConf
Get the value class for job outputs.
getOutputValueClass() - Method in interface p2pMapReduce.mapreduceModule.JobContext
Get the value class for job outputs.
getOutputValueClass() - Method in class p2pMapReduce.mapreduceModule.JobContextImpl
Get the value class for job outputs.
getOutputValueClass() - Method in class p2pMapReduce.mapreduceModule.WrappedMapper.Context
 
getOutputValueClass() - Method in class p2pMapReduce.mapreduceModule.WrappedReducer.Context
 
getOutputValueGroupingComparator() - Method in class p2pMapReduce.mapreduceModule.JobConf
Get the user defined WritableComparable comparator for grouping keys of inputs to the reduce.
getP2pMapReduceGroup() - Method in class p2pMapReduce.impl.networkModule.jxta.JxtaNetworkModule
 
getP2pMapReduceGroup() - Method in class p2pMapReduce.test.networkModule.NetworkModulePrototipe
 
getParam(int) - Method in interface p2pMapReduce.nodeModule.event.EventIF
 
getParam(int) - Method in class p2pMapReduce.nodeModule.event.InnerEvent
 
getParam(int) - Method in class p2pMapReduce.nodeModule.event.MessageEvent
 
getParams() - Method in interface p2pMapReduce.nodeModule.event.EventIF
 
getParams() - Method in class p2pMapReduce.nodeModule.event.InnerEvent
 
getParams() - Method in class p2pMapReduce.nodeModule.event.MessageEvent
 
getParent() - Method in class p2pMapReduce.mapreduceModule.Path
Returns the parent of a path or null if at root.
getPartition() - Method in class p2pMapReduce.entity.Task
 
getPartition(K2, V2, int) - Method in class p2pMapReduce.mapreduceModule.output.HashPartitioner
Use Object.hashCode() to partition.
getPartition(KEY, VALUE, int) - Method in class p2pMapReduce.mapreduceModule.Partitioner
Get the partition number for a given key (hence record) given the total number of partitions i.e. number of reduce-tasks for the job.
getPartitionerClass() - Method in class p2pMapReduce.mapreduceModule.JobConf
Get the Partitioner used to partition Mapper-outputs to be sent to the Reducers.
getPartitionerClass() - Method in interface p2pMapReduce.mapreduceModule.JobContext
Get the Partitioner class for the job.
getPartitionerClass() - Method in class p2pMapReduce.mapreduceModule.JobContextImpl
Get the Partitioner class for the job.
getPartitionerClass() - Method in class p2pMapReduce.mapreduceModule.WrappedMapper.Context
 
getPartitionerClass() - Method in class p2pMapReduce.mapreduceModule.WrappedReducer.Context
 
getPattern(String, Pattern) - Method in class p2pMapReduce.mapreduceModule.conf.Configuration
Get the value of the name property as a Pattern.
getPeerID() - Method in class p2pMapReduce.impl.networkModule.jxta.NodeAdvertisement
 
getPipeID() - Method in class p2pMapReduce.impl.networkModule.jxta.NodeAdvertisement
 
getPosition() - Method in class p2pMapReduce.mapreduceModule.io.DataInputBuffer
Returns the current position in the input.
getPrimaryID() - Method in class p2pMapReduce.entity.BackupJob
 
getPrimaryID() - Method in class p2pMapReduce.entity.SlaveTask
 
getPrimaryID() - Method in class p2pMapReduce.nodeModule.BackupJobManager
 
getPrimaryID() - Method in class p2pMapReduce.nodeModule.UserNode.UserJob
 
getPrimaryJob(String) - Method in class p2pMapReduce.impl.nodeModule.NodeModuleImpl
 
getPrimaryJob(String) - Method in interface p2pMapReduce.nodeModule.NodeModuleIF
 
getPrimaryJobList() - Method in class p2pMapReduce.impl.nodeModule.NodeModuleImpl
 
getPrimaryJobList() - Method in interface p2pMapReduce.nodeModule.NodeModuleIF
 
getProfileEnabled() - Method in class p2pMapReduce.mapreduceModule.JobConf
Get whether the task profiling is enabled.
getProfileEnabled() - Method in interface p2pMapReduce.mapreduceModule.JobContext
Get whether the task profiling is enabled.
getProfileEnabled() - Method in class p2pMapReduce.mapreduceModule.JobContextImpl
Get whether the task profiling is enabled.
getProfileEnabled() - Method in class p2pMapReduce.mapreduceModule.WrappedMapper.Context
 
getProfileEnabled() - Method in class p2pMapReduce.mapreduceModule.WrappedReducer.Context
 
getProfileParams() - Method in class p2pMapReduce.mapreduceModule.JobConf
Get the profiler configuration arguments.
getProfileParams() - Method in interface p2pMapReduce.mapreduceModule.JobContext
Get the profiler configuration arguments.
getProfileParams() - Method in class p2pMapReduce.mapreduceModule.JobContextImpl
Get the profiler configuration arguments.
getProfileParams() - Method in class p2pMapReduce.mapreduceModule.WrappedMapper.Context
 
getProfileParams() - Method in class p2pMapReduce.mapreduceModule.WrappedReducer.Context
 
getProfileTaskRange(boolean) - Method in class p2pMapReduce.mapreduceModule.JobConf
Get the range of maps or reduces to profile.
getProfileTaskRange(boolean) - Method in interface p2pMapReduce.mapreduceModule.JobContext
Get the range of maps or reduces to profile.
getProfileTaskRange(boolean) - Method in class p2pMapReduce.mapreduceModule.JobContextImpl
Get the range of maps or reduces to profile.
getProfileTaskRange(boolean) - Method in class p2pMapReduce.mapreduceModule.WrappedMapper.Context
 
getProfileTaskRange(boolean) - Method in class p2pMapReduce.mapreduceModule.WrappedReducer.Context
 
getProgress() - Method in class p2pMapReduce.mapreduceModule.input.LineRecordReader
Not correctly implemented yet
getProgress() - Method in class p2pMapReduce.mapreduceModule.input.RecordReader
The current progress of the record reader through its data.
getProgressPollInterval(Configuration) - Static method in class p2pMapReduce.mapreduceModule.Job
The interval at which monitorAndPrintJob() prints status
getProps() - Method in class p2pMapReduce.mapreduceModule.conf.Configuration
 
getQueueName() - Method in class p2pMapReduce.mapreduceModule.JobConf
Return the name of the queue to which this job is submitted.
getRange(String, String) - Method in class p2pMapReduce.mapreduceModule.conf.Configuration
Parse the given attribute as a set of integer ranges
getRaw(String) - Method in class p2pMapReduce.mapreduceModule.conf.Configuration
Get the value of the name property, without doing variable expansion.If the key is deprecated, it returns the value of the first key which replaces the deprecated key and is not null.
getRecordWriter(TaskAttemptContext) - Method in class p2pMapReduce.mapreduceModule.output.OutputFormat
Get the RecordWriter for the given task.
getRecordWriter(TaskAttemptContext) - Method in class p2pMapReduce.mapreduceModule.output.TextFileOutputFormat
 
getReduceDebugScript() - Method in class p2pMapReduce.mapreduceModule.JobConf
Get the reduce task's debug Script
getReduceProgress() - Method in class p2pMapReduce.mapreduceModule.JobStatus
 
getReducerClass() - Method in class p2pMapReduce.mapreduceModule.JobConf
Get the Reducer class for the job.
getReducerClass() - Method in interface p2pMapReduce.mapreduceModule.JobContext
Get the Reducer class for the job.
getReducerClass() - Method in class p2pMapReduce.mapreduceModule.JobContextImpl
Get the Reducer class for the job.
getReducerClass() - Method in class p2pMapReduce.mapreduceModule.WrappedMapper.Context
 
getReducerClass() - Method in class p2pMapReduce.mapreduceModule.WrappedReducer.Context
 
getReducerContext(ReduceContext<KEYIN, VALUEIN, KEYOUT, VALUEOUT>) - Method in class p2pMapReduce.mapreduceModule.WrappedReducer
A a wrapped WrappedReducer.Context for custom implementations.
getReduceSpeculativeExecution() - Method in class p2pMapReduce.mapreduceModule.JobConf
Should speculative execution be used for this job for reduce tasks?
getRemoteNodeInfo() - Method in class p2pMapReduce.impl.networkModule.jxta.JxtaBidiPipeConnection
 
getRemoteNodeInfo() - Method in class p2pMapReduce.impl.networkModule.jxta.JxtaBidiPipeConnection_old
 
getRemoteNodeInfo() - Method in interface p2pMapReduce.networkModule.ConnectionIF
 
getRepresentingCharacter(TaskType) - Static method in class p2pMapReduce.mapreduceModule.TaskID
Gets the character representing the TaskType
getResource(String) - Method in class p2pMapReduce.gui.Resource
 
getResource(String) - Method in class p2pMapReduce.mapreduceModule.conf.Configuration
Get the URL for the named resource.
getRole() - Method in class p2pMapReduce.impl.networkModule.jxta.JxtaNodeInfo
 
getRole() - Method in class p2pMapReduce.impl.networkModule.jxta.NodeAdvertisement
 
getRole() - Method in interface p2pMapReduce.networkModule.NodeInfo
Role of a node.
getRootDir() - Method in class p2pMapReduce.fs.FileSystemView
 
getSchedulingInfo() - Method in class p2pMapReduce.mapreduceModule.Job
Get scheduling info of the job.
getSchedulingInfo() - Method in class p2pMapReduce.mapreduceModule.JobStatus
Gets the Scheduling information associated to a particular Job.
getSelectedNode() - Method in class p2pMapReduce.gui.NodeInfoListPanel
 
getSerialization(Class<T>) - Method in class p2pMapReduce.mapreduceModule.io.serializer.SerializationFactory
 
getSerializer(Class<Serializable>) - Method in class p2pMapReduce.mapreduceModule.io.serializer.JavaSerialization
 
getSerializer(Class<T>) - Method in interface p2pMapReduce.mapreduceModule.io.serializer.Serialization
 
getSerializer(Class<T>) - Method in class p2pMapReduce.mapreduceModule.io.serializer.SerializationFactory
 
getSerializer(Class<Writable>) - Method in class p2pMapReduce.mapreduceModule.io.serializer.WritableSerialization
 
getSessionId() - Method in class p2pMapReduce.mapreduceModule.JobConf
Deprecated. 
getSetupProgress() - Method in class p2pMapReduce.mapreduceModule.JobStatus
 
getSize() - Method in class p2pMapReduce.gui.NodeInfoListModel
 
getSlaveID() - Method in class p2pMapReduce.entity.JobTask
 
getSlaveTask(String) - Method in class p2pMapReduce.impl.nodeModule.NodeModuleImpl
 
getSlaveTask(String) - Method in interface p2pMapReduce.nodeModule.NodeModuleIF
 
getSlaveTaskMap() - Method in class p2pMapReduce.impl.nodeModule.NodeModuleImpl
 
getSlaveTaskMap() - Method in interface p2pMapReduce.nodeModule.NodeModuleIF
 
getSortComparator() - Method in interface p2pMapReduce.mapreduceModule.JobContext
Get the RawComparator comparator used to compare keys.
getSortComparator() - Method in class p2pMapReduce.mapreduceModule.JobContextImpl
Get the RawComparator comparator used to compare keys.
getSortComparator() - Method in class p2pMapReduce.mapreduceModule.WrappedMapper.Context
 
getSortComparator() - Method in class p2pMapReduce.mapreduceModule.WrappedReducer.Context
 
getSpeculativeExecution() - Method in class p2pMapReduce.mapreduceModule.JobConf
Should speculative execution be used for this job?
getSplits(JobContext) - Method in class p2pMapReduce.mapreduceModule.input.InputFormat
Logically split the set of input files for the job.
getSplits(JobContext) - Method in class p2pMapReduce.mapreduceModule.input.TextFileInputFormat
 
getStartTime() - Method in class p2pMapReduce.mapreduceModule.Job
Get start time of the job.
getStartTime() - Method in class p2pMapReduce.mapreduceModule.JobStatus
 
getState() - Method in class p2pMapReduce.mapreduceModule.JobStatus
 
getStatus() - Method in class p2pMapReduce.mapreduceModule.Job
 
getStatus() - Method in interface p2pMapReduce.mapreduceModule.TaskAttemptContext
Get the last set status message.
getStatus() - Method in class p2pMapReduce.mapreduceModule.TaskAttemptContextImpl
Get the last set status message.
getStatus() - Method in class p2pMapReduce.mapreduceModule.WrappedMapper.Context
 
getStatus() - Method in class p2pMapReduce.mapreduceModule.WrappedReducer.Context
 
getStringCollection(String) - Method in class p2pMapReduce.mapreduceModule.conf.Configuration
Get the comma delimited values of the name property as a collection of Strings.
getStringCollection(String) - Static method in class p2pMapReduce.mapreduceModule.util.StringUtils
Returns a collection of strings.
getStrings(String) - Method in class p2pMapReduce.mapreduceModule.conf.Configuration
Get the comma delimited values of the name property as an array of Strings.
getStrings(String, String...) - Method in class p2pMapReduce.mapreduceModule.conf.Configuration
Get the comma delimited values of the name property as an array of Strings.
getStrings(String) - Static method in class p2pMapReduce.mapreduceModule.util.StringUtils
Returns an arraylist of strings.
getSubittedJob() - Method in class p2pMapReduce.nodeModule.UserNode
 
getSuccessfullMapTaskAttempt() - Method in class p2pMapReduce.entity.ReduceTask
 
getTask() - Method in class p2pMapReduce.entity.JobTask
 
getTask() - Method in class p2pMapReduce.entity.SlaveTask
 
getTaskAttemptID() - Method in interface p2pMapReduce.mapreduceModule.TaskAttemptContext
Get the unique name for this task attempt.
getTaskAttemptID() - Method in class p2pMapReduce.mapreduceModule.TaskAttemptContextImpl
Get the unique name for this task attempt.
getTaskAttemptID() - Method in class p2pMapReduce.mapreduceModule.WrappedMapper.Context
 
getTaskAttemptID() - Method in class p2pMapReduce.mapreduceModule.WrappedReducer.Context
 
getTaskAttID() - Method in class p2pMapReduce.entity.Task
 
getTaskAttIDAsString() - Method in class p2pMapReduce.entity.JobTask
 
getTaskAttIDAsString() - Method in class p2pMapReduce.entity.Task
 
getTaskAttIDRenderer() - Static method in class p2pMapReduce.gui.IDRendererFactory
 
getTaskID() - Method in class p2pMapReduce.entity.SlaveTask
 
getTaskID() - Method in class p2pMapReduce.entity.Task
 
getTaskID() - Method in class p2pMapReduce.mapreduceModule.TaskAttemptID
Returns the TaskID object that this task attempt belongs to
getTaskManager(String) - Method in class p2pMapReduce.impl.nodeModule.NodeModuleImpl
 
getTaskManager(String) - Method in interface p2pMapReduce.nodeModule.NodeModuleIF
 
getTaskOutputFilter(Configuration) - Static method in class p2pMapReduce.mapreduceModule.Job
Get the task output filter.
getTaskStatus() - Method in class p2pMapReduce.entity.JobTask
 
getTaskStatus() - Method in class p2pMapReduce.entity.SlaveTask
 
getTaskType() - Method in class p2pMapReduce.entity.Task
 
getTaskType() - Method in class p2pMapReduce.mapreduceModule.TaskAttemptID
Returns the TaskType of the TaskAttemptID
getTaskType() - Method in class p2pMapReduce.mapreduceModule.TaskID
Get the type of the task
getTaskType(char) - Static method in class p2pMapReduce.mapreduceModule.TaskID
Gets the TaskType corresponding to the character
getTrackingURL() - Method in class p2pMapReduce.mapreduceModule.Job
Get the URL where some job progress information will be displayed.
getTrackingUrl() - Method in class p2pMapReduce.mapreduceModule.JobStatus
Get the link to the web-ui for details of the job.
getTrimmedStringCollection(String) - Method in class p2pMapReduce.mapreduceModule.conf.Configuration
Get the comma delimited values of the name property as a collection of Strings, trimmed of the leading and trailing whitespace.
getTrimmedStringCollection(String) - Static method in class p2pMapReduce.mapreduceModule.util.StringUtils
Splits a comma separated value String, trimming leading and trailing whitespace on each value.
getTrimmedStrings(String) - Method in class p2pMapReduce.mapreduceModule.conf.Configuration
Get the comma delimited values of the name property as an array of Strings, trimmed of the leading and trailing whitespace.
getTrimmedStrings(String, String...) - Method in class p2pMapReduce.mapreduceModule.conf.Configuration
Get the comma delimited values of the name property as an array of Strings, trimmed of the leading and trailing whitespace.
getTrimmedStrings(String) - Static method in class p2pMapReduce.mapreduceModule.util.StringUtils
Splits a comma separated value String, trimming leading and trailing whitespace on each value.
getType() - Method in class p2pMapReduce.nodeModule.event.AbstractEvent
Deprecated.  
getType() - Method in interface p2pMapReduce.nodeModule.event.EventIF
 
getType() - Method in class p2pMapReduce.nodeModule.event.InnerEvent
 
getType() - Method in class p2pMapReduce.nodeModule.event.MessageEvent
 
getUpdater() - Method in class p2pMapReduce.gui.GUIFrame
 
getUser() - Method in class p2pMapReduce.mapreduceModule.JobConf
Get the reported username for this job.
getUser() - Method in interface p2pMapReduce.mapreduceModule.JobContext
Get the reported username for this job.
getUser() - Method in class p2pMapReduce.mapreduceModule.JobContextImpl
Get the reported username for this job.
getUser() - Method in class p2pMapReduce.mapreduceModule.WrappedMapper.Context
 
getUser() - Method in class p2pMapReduce.mapreduceModule.WrappedReducer.Context
 
getUsername() - Method in class p2pMapReduce.mapreduceModule.JobStatus
 
getUserNodeInfo() - Method in class p2pMapReduce.entity.BackupJob
 
getUserNodeInfo() - Method in class p2pMapReduce.entity.PrimaryJob
 
getValue() - Method in class p2pMapReduce.mapreduceModule.Counter
What is the current value of this counter?
getValue() - Method in class p2pMapReduce.mapreduceModule.io.IntWritable
 
getValue() - Method in class p2pMapReduce.mapreduceModule.io.LongWritable
 
getValue() - Method in class p2pMapReduce.mapreduceModule.io.StringWritable
 
getValue() - Method in enum p2pMapReduce.mapreduceModule.JobStatus.State
 
getValues() - Method in interface p2pMapReduce.mapreduceModule.ReduceContext
Iterate through the values for the current key, reusing the same value object, which is stored in the context.
getValues() - Method in class p2pMapReduce.mapreduceModule.ReduceContextImpl
Iterate through the values for the current key, reusing the same value object, which is stored in the context.
getValues() - Method in class p2pMapReduce.mapreduceModule.WrappedReducer.Context
 
getVersion() - Method in class p2pMapReduce.impl.networkModule.jxta.JxtaNodeInfo
 
getVersion() - Method in class p2pMapReduce.impl.networkModule.jxta.NodeAdvertisement
 
getWorkingDirectory() - Method in class p2pMapReduce.mapreduceModule.JobConf
Get the current working directory for the default file system.
getWorkingDirectory() - Method in interface p2pMapReduce.mapreduceModule.JobContext
Get the current working directory for the default file system.
getWorkingDirectory() - Method in class p2pMapReduce.mapreduceModule.JobContextImpl
Get the current working directory for the default file system.
getWorkingDirectory() - Method in class p2pMapReduce.mapreduceModule.WrappedMapper.Context
 
getWorkingDirectory() - Method in class p2pMapReduce.mapreduceModule.WrappedReducer.Context
 
GoToSleep(long) - Static method in class p2pMapReduce.test.Tools
 
GROUP_COMPARATOR_CLASS - Static variable in interface p2pMapReduce.mapreduceModule.MRJobConfig
 
GROUP_FIND_WAITING_TIME - Static variable in class p2pMapReduce.impl.networkModule.jxta.JxtaNetworkModule
Time to wait for group discovery
GROUP_FIND_WAITING_TIME_ATTR - Static variable in class p2pMapReduce.impl.networkModule.jxta.JxtaNetworkModule
Key for JxtaNetworkModule.GROUP_FIND_WAITING_TIME
GROUP_ID - Static variable in class p2pMapReduce.impl.networkModule.jxta.JxtaNetworkModule
Pre-set P2PMapReduce group ID
GUI - Class in p2pMapReduce.gui
 
GUI(NetworkModuleIF) - Constructor for class p2pMapReduce.gui.GUI
Deprecated.  
GUI(NodeModuleImpl) - Constructor for class p2pMapReduce.gui.GUI
 
GUI_ATTR - Static variable in class p2pMapReduce.util.P2PMapReduceConfig
 
GUI_Constants - Class in p2pMapReduce.gui
 
GUI_Constants() - Constructor for class p2pMapReduce.gui.GUI_Constants
 
GUI_JOBID_LENGTH - Static variable in class p2pMapReduce.util.P2PMapReduceConfig
 
GUI_NODEID_LENGTH - Static variable in class p2pMapReduce.util.P2PMapReduceConfig
 
GUI_OUTPUT_DEFAULT - Static variable in class p2pMapReduce.util.P2PMapReduceConfig
 
GUI_OUTPUT_REDIRECT - Static variable in class p2pMapReduce.util.P2PMapReduceConfig
 
GUIFrame - Class in p2pMapReduce.gui
 
GUIFrame(LogPanel) - Constructor for class p2pMapReduce.gui.GUIFrame
 

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