public static interface LibraryCacheManager.ClassLoaderLease extends LibraryCacheManager.ClassLoaderHandle
限定符和类型 | 方法和说明 |
---|---|
void |
release()
Releases the lease to the user code class loader for the associated job.
|
getOrResolveClassLoader
void release()
This method signals that the lease holder not longer needs the user code class loader for the associated job. Once all leases for a job are released, the library cache manager is allowed to release the associated user code class loader.
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.