Uses of Class
org.apache.hadoop.mapred.JobTrackerProxies.ProxyAndInfo

Packages that use JobTrackerProxies.ProxyAndInfo
org.apache.hadoop.mapred A software framework for easily writing applications which process vast amounts of data (multi-terabyte data-sets) parallelly on large clusters (thousands of nodes) built of commodity hardware in a reliable, fault-tolerant manner. 
 

Uses of JobTrackerProxies.ProxyAndInfo in org.apache.hadoop.mapred
 

Methods in org.apache.hadoop.mapred that return JobTrackerProxies.ProxyAndInfo
static
<T> JobTrackerProxies.ProxyAndInfo<T>
JobTrackerProxies.createNonHAProxy(org.apache.hadoop.conf.Configuration conf, java.net.InetSocketAddress jtAddr, java.lang.Class<T> xface, org.apache.hadoop.security.UserGroupInformation ugi, boolean withRetries)
           
static
<T> JobTrackerProxies.ProxyAndInfo<T>
JobTrackerProxies.createProxy(org.apache.hadoop.conf.Configuration conf, java.lang.String jtAddress, java.lang.Class<T> xface)
           
 



Copyright © 2009 The Apache Software Foundation