Uses of Interface
cloud.opencode.base.pool.factory.KeyedPooledObjectFactory
Packages that use KeyedPooledObjectFactory
Package
Description
Pool Package - High-Performance Object Pool (JDK 25)
Pool包 - 高性能对象池 (JDK 25)
Factory Package - Pooled Object Factories
工厂包 - 池化对象工厂
Impl Package - Pool Implementations
实现包 - 池实现
-
Uses of KeyedPooledObjectFactory in cloud.opencode.base.pool
Methods in cloud.opencode.base.pool with parameters of type KeyedPooledObjectFactoryModifier 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 KeyedPooledObjectFactory in cloud.opencode.base.pool.factory
Classes in cloud.opencode.base.pool.factory that implement KeyedPooledObjectFactoryModifier and TypeClassDescriptionclassBaseKeyedPooledObjectFactory - Base Keyed Pooled Object Factory BaseKeyedPooledObjectFactory - 基础键控池化对象工厂 -
Uses of KeyedPooledObjectFactory in cloud.opencode.base.pool.impl
Constructors in cloud.opencode.base.pool.impl with parameters of type KeyedPooledObjectFactoryModifierConstructorDescriptionGenericKeyedObjectPool(KeyedPooledObjectFactory<K, V> factory) Creates a keyed pool with default configuration.GenericKeyedObjectPool(KeyedPooledObjectFactory<K, V> factory, PoolConfig config) Creates a keyed pool with custom configuration.