| Modifier and Type | Method and Description | 
|---|---|
| void | YARNRunner. setResourceMgrDelegate(ResourceMgrDelegate resMgrDelegate) | 
| Constructor and Description | 
|---|
| ClientCache(org.apache.hadoop.conf.Configuration conf,
           ResourceMgrDelegate rm) | 
| ClientServiceDelegate(org.apache.hadoop.conf.Configuration conf,
                     ResourceMgrDelegate rm,
                     org.apache.hadoop.mapreduce.JobID jobId,
                     org.apache.hadoop.mapreduce.v2.api.MRClientProtocol historyServerProxy) | 
| YARNRunner(org.apache.hadoop.conf.Configuration conf,
          ResourceMgrDelegate resMgrDelegate)Similar to  YARNRunner(Configuration)but allowing injectingResourceMgrDelegate. | 
| YARNRunner(org.apache.hadoop.conf.Configuration conf,
          ResourceMgrDelegate resMgrDelegate,
          ClientCache clientCache)Similar to  YARNRunner(Configuration, ResourceMgrDelegate)but allowing injectingClientCache. | 
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.