Uses of Enum Class
cloud.opencode.base.pool.policy.WaitPolicy
Packages that use WaitPolicy
Package
Description
Pool Package - High-Performance Object Pool (JDK 25)
Pool包 - 高性能对象池 (JDK 25)
Policy Package - Pool Policies (JDK 25 Sealed Types)
策略包 - 池策略 (JDK 25 密封类型)
-
Uses of WaitPolicy in cloud.opencode.base.pool
Methods in cloud.opencode.base.pool that return WaitPolicyModifier and TypeMethodDescriptionPoolConfig.waitPolicy()Returns the value of thewaitPolicyrecord component.Methods in cloud.opencode.base.pool with parameters of type WaitPolicyModifier and TypeMethodDescriptionPoolConfig.Builder.waitPolicy(WaitPolicy policy) Sets the wait policy.Constructors in cloud.opencode.base.pool with parameters of type WaitPolicyModifierConstructorDescriptionPoolConfig(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. -
Uses of WaitPolicy in cloud.opencode.base.pool.policy
Subclasses with type arguments of type WaitPolicy in cloud.opencode.base.pool.policyModifier and TypeClassDescriptionenumWaitPolicy - Wait Policy Enumeration WaitPolicy - 等待策略枚举Methods in cloud.opencode.base.pool.policy that return WaitPolicyModifier and TypeMethodDescriptionstatic WaitPolicyReturns the enum constant of this class with the specified name.static WaitPolicy[]WaitPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.