Uses of Enum Class
cloud.opencode.base.pool.factory.PooledObjectState
Packages that use PooledObjectState
Package
Description
Pool Package - High-Performance Object Pool (JDK 25)
Pool包 - 高性能对象池 (JDK 25)
Factory Package - Pooled Object Factories
工厂包 - 池化对象工厂
-
Uses of PooledObjectState in cloud.opencode.base.pool
Methods in cloud.opencode.base.pool that return PooledObjectStateMethods in cloud.opencode.base.pool with parameters of type PooledObjectStateModifier and TypeMethodDescriptionbooleanPooledObject.compareAndSetState(PooledObjectState expect, PooledObjectState update) Compares and sets the state atomically. -
Uses of PooledObjectState in cloud.opencode.base.pool.factory
Subclasses with type arguments of type PooledObjectState in cloud.opencode.base.pool.factoryModifier and TypeClassDescriptionenumPooledObjectState - Pooled Object State Enumeration PooledObjectState - 池化对象状态枚举Methods in cloud.opencode.base.pool.factory that return PooledObjectStateModifier and TypeMethodDescriptionDefaultPooledObject.getState()static PooledObjectStateReturns the enum constant of this class with the specified name.static PooledObjectState[]PooledObjectState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cloud.opencode.base.pool.factory with parameters of type PooledObjectStateModifier and TypeMethodDescriptionbooleanDefaultPooledObject.compareAndSetState(PooledObjectState expect, PooledObjectState update) voidDefaultPooledObject.setState(PooledObjectState newState) Sets the state directly (use with caution).