public static interface LibraryCacheManager.ClassLoaderLease extends LibraryCacheManager.ClassLoaderHandle
Modifier and Type | Method and Description |
---|---|
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–2024 The Apache Software Foundation. All rights reserved.