类 FunctionCacheEntry
java.lang.Object
org.apache.pulsar.functions.utils.functioncache.FunctionCacheEntry
- 所有已实现的接口:
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.
-
字段概要
字段 -
方法概要
修饰符和类型方法说明voidclose()voidregister(String eid, Collection<String> requiredJarFiles, Collection<URL> requiredClassPaths) booleanunregister(String eid)
-
字段详细资料
-
JAVA_INSTANCE_JAR_PROPERTY
- 另请参阅:
-
-
方法详细资料
-
register
public void register(String eid, Collection<String> requiredJarFiles, Collection<URL> requiredClassPaths) -
unregister
-
close
public void close()- 指定者:
close在接口中AutoCloseable
-