Uses of Enum Class
cloud.opencode.base.classloader.leak.LeakDetection
Packages that use LeakDetection
Package
Description
-
Uses of LeakDetection in cloud.opencode.base.classloader.leak
Subclasses with type arguments of type LeakDetection in cloud.opencode.base.classloader.leakModifier and TypeClassDescriptionenumLeak detection level for ClassLoader lifecycle tracking ClassLoader 生命周期追踪的泄漏检测级别Methods in cloud.opencode.base.classloader.leak that return LeakDetectionModifier and TypeMethodDescriptionLeakReport.level()Returns the value of thelevelrecord component.static LeakDetectionReturns the enum constant of this class with the specified name.static LeakDetection[]LeakDetection.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cloud.opencode.base.classloader.leak with parameters of type LeakDetectionModifier and TypeMethodDescriptionvoidLeakDetector.track(ClassLoader classLoader, String name, LeakDetection level) Register a ClassLoader for leak tracking 注册一个 ClassLoader 进行泄漏追踪Constructors in cloud.opencode.base.classloader.leak with parameters of type LeakDetectionModifierConstructorDescriptionLeakReport(String name, LeakDetection level, StackTraceElement[] creationStack, int loadedClassCount, long createdAtNanos) Compact constructor with validation 带验证的紧凑构造器 -
Uses of LeakDetection in cloud.opencode.base.classloader.loader
Methods in cloud.opencode.base.classloader.loader that return LeakDetectionModifier and TypeMethodDescriptionIsoClassLoader.getLeakDetection()Get leak detection level 获取泄漏检测级别Methods in cloud.opencode.base.classloader.loader with parameters of type LeakDetectionModifier and TypeMethodDescriptionIsoClassLoader.Builder.leakDetection(LeakDetection leakDetection) Set leak detection level 设置泄漏检测级别 -
Uses of LeakDetection in cloud.opencode.base.classloader.plugin
Methods in cloud.opencode.base.classloader.plugin with parameters of type LeakDetectionModifier and TypeMethodDescriptionPluginManager.Builder.leakDetection(LeakDetection leakDetection) Set the leak detection level for plugin ClassLoaders 设置插件 ClassLoader 的泄漏检测级别