Interface LibraryCacheManager

    • Method Detail

      • registerClassLoaderLease

        LibraryCacheManager.ClassLoaderLease registerClassLoaderLease​(JobID jobId)
        Registers a new class loader lease for the given jobId. The user code class loader for this job will be valid as long as there exists a valid lease for this job.
        Parameters:
        jobId - jobId for which to register a new class loader lease
        Returns:
        a new class loader lease for the given job
      • shutdown

        void shutdown()
        Shuts the library cache manager down. Thereby it will close all open LibraryCacheManager.ClassLoaderLease and release all registered user code class loaders.