예제 #1
0
        protected internal virtual ResourceTracker GetRMClient()
        {
            Configuration conf = GetConfig();

            return(ServerRMProxy.CreateRMProxy <ResourceTracker>(conf));
        }
예제 #2
0
 /// <exception cref="System.IO.IOException"/>
 private ResourceTracker GetRMClient()
 {
     return(ServerRMProxy.CreateRMProxy <ResourceTracker>(this.conf));
 }