Class FunctionCacheEntry

java.lang.Object
org.apache.pulsar.functions.utils.functioncache.FunctionCacheEntry
All Implemented Interfaces:
AutoCloseable

public class FunctionCacheEntry extends Object implements AutoCloseable
A cache entry in the function cache. Tracks which workers still reference the dependencies. Once none reference it any more, the class loaders will be cleaned up.