|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UserResolver | |
|---|---|
| org.apache.hadoop.mapred.gridmix | |
| Uses of UserResolver in org.apache.hadoop.mapred.gridmix |
|---|
| Classes in org.apache.hadoop.mapred.gridmix that implement UserResolver | |
|---|---|
class |
EchoUserResolver
Echos the UGI offered. |
class |
RoundRobinUserResolver
|
class |
SubmitterUserResolver
Resolves all UGIs to the submitting user. |
| Methods in org.apache.hadoop.mapred.gridmix that return UserResolver | |
|---|---|
UserResolver |
Gridmix.getCurrentUserResolver()
|
| Methods in org.apache.hadoop.mapred.gridmix with parameters of type UserResolver | |
|---|---|
protected org.apache.hadoop.mapred.gridmix.JobFactory |
Gridmix.createJobFactory(org.apache.hadoop.mapred.gridmix.JobSubmitter submitter,
String traceIn,
org.apache.hadoop.fs.Path scratchDir,
org.apache.hadoop.conf.Configuration conf,
CountDownLatch startFlag,
UserResolver resolver)
|
protected org.apache.hadoop.mapred.gridmix.JobSubmitter |
Gridmix.createJobSubmitter(org.apache.hadoop.mapred.gridmix.JobMonitor monitor,
int threads,
int queueDepth,
org.apache.hadoop.mapred.gridmix.FilePool pool,
UserResolver resolver,
Statistics statistics)
|
| Constructors in org.apache.hadoop.mapred.gridmix with parameters of type UserResolver | |
|---|---|
SerialJobFactory(org.apache.hadoop.mapred.gridmix.JobSubmitter submitter,
org.apache.hadoop.tools.rumen.JobStoryProducer jobProducer,
org.apache.hadoop.fs.Path scratch,
org.apache.hadoop.conf.Configuration conf,
CountDownLatch startFlag,
UserResolver resolver)
Creating a new instance does not start the thread. |
|
StressJobFactory(org.apache.hadoop.mapred.gridmix.JobSubmitter submitter,
org.apache.hadoop.tools.rumen.JobStoryProducer jobProducer,
org.apache.hadoop.fs.Path scratch,
org.apache.hadoop.conf.Configuration conf,
CountDownLatch startFlag,
UserResolver resolver)
Creating a new instance does not start the thread. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||