Uses of Interface
cloud.opencode.base.pool.KeyedObjectPool
Packages that use KeyedObjectPool
Package
Description
Pool Package - High-Performance Object Pool (JDK 25)
Pool包 - 高性能对象池 (JDK 25)
Impl Package - Pool Implementations
实现包 - 池实现
-
Uses of KeyedObjectPool in cloud.opencode.base.pool
Methods in cloud.opencode.base.pool that return KeyedObjectPoolModifier and TypeMethodDescriptionstatic <K,V> KeyedObjectPool <K, V> OpenPool.createKeyedPool(KeyedPooledObjectFactory<K, V> factory) Creates a keyed object pool with default configuration.static <K,V> KeyedObjectPool <K, V> OpenPool.createKeyedPool(KeyedPooledObjectFactory<K, V> factory, PoolConfig config) Creates a keyed object pool with custom configuration. -
Uses of KeyedObjectPool in cloud.opencode.base.pool.impl
Classes in cloud.opencode.base.pool.impl that implement KeyedObjectPoolModifier and TypeClassDescriptionclassGenericKeyedObjectPool - Generic Keyed Object Pool Implementation GenericKeyedObjectPool - 通用键控对象池实现