- generateJobStats(Job, JobStory) - Static method in class org.apache.hadoop.mapred.gridmix.Statistics
-
Generates a job stats.
- getCurrentUserResolver() - Method in class org.apache.hadoop.mapred.gridmix.Gridmix
-
- getId() - Method in class org.apache.hadoop.mapred.gridmix.SleepJob.SleepSplit
-
- getJobSubmissionPolicy(Configuration) - Static method in class org.apache.hadoop.mapred.gridmix.Gridmix
-
- getLength() - Method in class org.apache.hadoop.mapred.gridmix.SleepJob.SleepSplit
-
- getLocations() - Method in class org.apache.hadoop.mapred.gridmix.SleepJob.SleepSplit
-
- getMaxHeapUsageInMB() - Method in class org.apache.hadoop.mapred.gridmix.emulators.resourceusage.TotalHeapUsageEmulatorPlugin
-
- getNumMaps() - Method in class org.apache.hadoop.mapred.gridmix.SleepJob.SleepSplit
-
- getPolicy(Configuration, JobCreator) - Static method in enum org.apache.hadoop.mapred.gridmix.JobCreator
-
- getPoolSize() - Method in class org.apache.hadoop.mapred.gridmix.RandomAlgorithms.Selector
-
Get the remaining random number pool size.
- getProgress() - Method in class org.apache.hadoop.mapred.gridmix.emulators.resourceusage.CumulativeCpuUsageEmulatorPlugin
-
- getProgress() - Method in class org.apache.hadoop.mapred.gridmix.emulators.resourceusage.ResourceUsageMatcher
-
Returns the average progress.
- getProgress() - Method in class org.apache.hadoop.mapred.gridmix.emulators.resourceusage.TotalHeapUsageEmulatorPlugin
-
- getProgress() - Method in interface org.apache.hadoop.mapred.gridmix.Progressive
-
- getReduceDurations(int) - Method in class org.apache.hadoop.mapred.gridmix.SleepJob.SleepSplit
-
- getSplits(JobContext) - Method in class org.apache.hadoop.mapred.gridmix.SleepJob.SleepInputFormat
-
- getSummarizer() - Method in class org.apache.hadoop.mapred.gridmix.Gridmix
-
- getTargetUgi(UserGroupInformation) - Method in class org.apache.hadoop.mapred.gridmix.EchoUserResolver
-
- getTargetUgi(UserGroupInformation) - Method in class org.apache.hadoop.mapred.gridmix.RoundRobinUserResolver
-
- getTargetUgi(UserGroupInformation) - Method in class org.apache.hadoop.mapred.gridmix.SubmitterUserResolver
-
- getTargetUgi(UserGroupInformation) - Method in interface org.apache.hadoop.mapred.gridmix.UserResolver
-
Map the given UGI to another per the subclass contract.
- getTotalHeapUsageInMB() - Method in class org.apache.hadoop.mapred.gridmix.emulators.resourceusage.TotalHeapUsageEmulatorPlugin
-
- Gridmix - Class in org.apache.hadoop.mapred.gridmix
-
Driver class for the Gridmix3 benchmark.
- Gridmix() - Constructor for class org.apache.hadoop.mapred.gridmix.Gridmix
-
- GRIDMIX_JOB_TYPE - Static variable in enum org.apache.hadoop.mapred.gridmix.JobCreator
-
- GRIDMIX_JOBMONITOR_SLEEPTIME_MILLIS - Static variable in class org.apache.hadoop.mapred.gridmix.Gridmix
-
The configuration key which determines the duration for which the
job-monitor sleeps while polling for job status.
- GRIDMIX_JOBMONITOR_SLEEPTIME_MILLIS_DEFAULT - Static variable in class org.apache.hadoop.mapred.gridmix.Gridmix
-
- GRIDMIX_JOBMONITOR_THREADS - Static variable in class org.apache.hadoop.mapred.gridmix.Gridmix
-
The configuration key which determines the total number of job-status
monitoring threads.
- GRIDMIX_JOBMONITOR_THREADS_DEFAULT - Static variable in class org.apache.hadoop.mapred.gridmix.Gridmix
-
- GRIDMIX_OUT_DIR - Static variable in class org.apache.hadoop.mapred.gridmix.Gridmix
-
Output (scratch) directory for submitted jobs.
- GRIDMIX_QUE_DEP - Static variable in class org.apache.hadoop.mapred.gridmix.Gridmix
-
The depth of the queue of job descriptions.
- GRIDMIX_SLEEP_INTERVAL - Static variable in class org.apache.hadoop.mapred.gridmix.SleepJob
-
Interval at which to report progress, in seconds.
- GRIDMIX_SLEEP_MAX_MAP_TIME - Static variable in class org.apache.hadoop.mapred.gridmix.SleepJob
-
- GRIDMIX_SLEEP_MAX_REDUCE_TIME - Static variable in class org.apache.hadoop.mapred.gridmix.SleepJob
-
- GRIDMIX_SUB_MUL - Static variable in class org.apache.hadoop.mapred.gridmix.Gridmix
-
Multiplier to accelerate or decelerate job submission.
- GRIDMIX_SUB_THR - Static variable in class org.apache.hadoop.mapred.gridmix.Gridmix
-
Number of submitting threads at the client and upper bound for
in-memory split data.
- GRIDMIX_USR_RSV - Static variable in class org.apache.hadoop.mapred.gridmix.Gridmix
-
Class used to resolve users in the trace to the list of target users
on the cluster.