Uses of Interface
cloud.opencode.base.pool.PoolEventListener
Packages that use PoolEventListener
Package
Description
Pool Package - High-Performance Object Pool (JDK 25)
Pool包 - 高性能对象池 (JDK 25)
-
Uses of PoolEventListener in cloud.opencode.base.pool
Methods in cloud.opencode.base.pool that return PoolEventListenerModifier and TypeMethodDescriptionPoolConfig.eventListener()Returns the value of theeventListenerrecord component.Methods in cloud.opencode.base.pool with parameters of type PoolEventListenerModifier and TypeMethodDescriptionPoolConfig.Builder.eventListener(PoolEventListener<?> eventListener) Sets the pool event listener.Constructors in cloud.opencode.base.pool with parameters of type PoolEventListenerModifierConstructorDescriptionPoolConfig(int maxTotal, int maxIdle, int minIdle, Duration maxWait, Duration minEvictableIdleTime, Duration timeBetweenEvictionRuns, int numTestsPerEvictionRun, boolean testOnBorrow, boolean testOnReturn, boolean testOnCreate, boolean testWhileIdle, WaitPolicy waitPolicy, boolean lifo, EvictionPolicy<?> evictionPolicy, Duration maxObjectLifetime, PoolEventListener<?> eventListener) Creates an instance of aPoolConfigrecord class.