Package org.apache.hadoop.yarn.util
Class ApplicationClassLoader
java.lang.Object
java.lang.ClassLoader
java.security.SecureClassLoader
java.net.URLClassLoader
org.apache.hadoop.util.ApplicationClassLoader
org.apache.hadoop.yarn.util.ApplicationClassLoader
- All Implemented Interfaces:
Closeable,AutoCloseable
Deprecated.
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
ConstructorsConstructorDescriptionApplicationClassLoader(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, loadClassMethods inherited from class java.net.URLClassLoader
addURL, close, definePackage, findClass, findResource, findResources, getPermissions, getResourceAsStream, getURLs, newInstance, newInstanceMethods inherited from class java.security.SecureClassLoader
defineClass, defineClassMethods inherited from class java.lang.ClassLoader
clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findClass, findLibrary, findLoadedClass, findResource, findSystemClass, getClassLoadingLock, getDefinedPackage, getDefinedPackages, getName, getPackage, getPackages, getParent, getPlatformClassLoader, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, getUnnamedModule, isRegisteredAsParallelCapable, registerAsParallelCapable, resolveClass, resources, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSigners
-
Constructor Details
-
ApplicationClassLoader
Deprecated. -
ApplicationClassLoader
public ApplicationClassLoader(String classpath, ClassLoader parent, List<String> systemClasses) throws MalformedURLException Deprecated.- Throws:
MalformedURLException
-