org.apache.hadoop.yarn.util
Class ApplicationClassLoader

java.lang.Object
  extended by java.lang.ClassLoader
      extended by java.security.SecureClassLoader
          extended by java.net.URLClassLoader
              extended by org.apache.hadoop.util.ApplicationClassLoader
                  extended by org.apache.hadoop.yarn.util.ApplicationClassLoader

Deprecated.

@InterfaceAudience.Public
@InterfaceStability.Unstable
@Deprecated
public class ApplicationClassLoader
extends ApplicationClassLoader

This type has been deprecated in favor of ApplicationClassLoader. All new uses of ApplicationClassLoader should use that type instead.


Field Summary
 
Fields inherited from class org.apache.hadoop.util.ApplicationClassLoader
SYSTEM_CLASSES_DEFAULT
 
Constructor Summary
ApplicationClassLoader(String classpath, ClassLoader parent, List<String> systemClasses)
          Deprecated.  
ApplicationClassLoader(URL[] urls, ClassLoader parent, List<String> systemClasses)
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.apache.hadoop.util.ApplicationClassLoader
getResource, isSystemClass, loadClass, loadClass
 
Methods inherited from class java.net.URLClassLoader
addURL, definePackage, findClass, findResource, findResources, getPermissions, getURLs, newInstance, newInstance
 
Methods inherited from class java.security.SecureClassLoader
defineClass, defineClass
 
Methods inherited from class java.lang.ClassLoader
clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findLibrary, findLoadedClass, findSystemClass, getPackage, getPackages, getParent, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSigners
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationClassLoader

public ApplicationClassLoader(URL[] urls,
                              ClassLoader parent,
                              List<String> systemClasses)
Deprecated. 

ApplicationClassLoader

public ApplicationClassLoader(String classpath,
                              ClassLoader parent,
                              List<String> systemClasses)
                       throws MalformedURLException
Deprecated. 
Throws:
MalformedURLException


Copyright © 2014 Apache Software Foundation. All Rights Reserved.