Uses of Enum Class
dev.aahmedlab.concurrent.RejectionPolicy
-
Uses of RejectionPolicy in dev.aahmedlab.concurrent
Methods in dev.aahmedlab.concurrent that return RejectionPolicyModifier and TypeMethodDescriptionstatic RejectionPolicyReturns the enum constant of this class with the specified name.static RejectionPolicy[]RejectionPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in dev.aahmedlab.concurrent with parameters of type RejectionPolicyModifierConstructorDescriptionBoundedExecutor(int poolSize, int capacity, RejectionPolicy rejectionPolicy) Creates a bounded executor with the specified parameters.