Uses of Enum
org.apache.commons.jcs3.utils.threadpool.PoolConfiguration.WhenBlockedPolicy
Packages that use PoolConfiguration.WhenBlockedPolicy
-
Uses of PoolConfiguration.WhenBlockedPolicy in org.apache.commons.jcs3.utils.threadpool
Methods in org.apache.commons.jcs3.utils.threadpool that return PoolConfiguration.WhenBlockedPolicyModifier and TypeMethodDescriptionPoolConfiguration.getWhenBlockedPolicy()
Returns the enum constant of this type with the specified name.static PoolConfiguration.WhenBlockedPolicy[]
PoolConfiguration.WhenBlockedPolicy.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.commons.jcs3.utils.threadpool with parameters of type PoolConfiguration.WhenBlockedPolicyModifier and TypeMethodDescriptionvoid
PoolConfiguration.setWhenBlockedPolicy
(PoolConfiguration.WhenBlockedPolicy whenBlockedPolicy) Constructors in org.apache.commons.jcs3.utils.threadpool with parameters of type PoolConfiguration.WhenBlockedPolicyModifierConstructorDescriptionPoolConfiguration
(boolean useBoundary, int boundarySize, int maximumPoolSize, int minimumPoolSize, int keepAliveTime, PoolConfiguration.WhenBlockedPolicy whenBlockedPolicy, int startUpSize) Construct a completely configured instance.