Package org.jgroups.util
Class ProgressCheckRejectionPolicy
java.lang.Object
org.jgroups.util.ProgressCheckRejectionPolicy
- All Implemented Interfaces:
RejectedExecutionHandler
Detects
- Since:
- 1/29/13
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate RejectedExecutionHandlerprivate longprivate longstatic final Stringprivate longNot changed count of executed tasks for this period will trigger an exception -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrejectedExecution(Runnable r, ThreadPoolExecutor executor)
-
Field Details
-
NAME
- See Also:
-
period
private long periodNot changed count of executed tasks for this period will trigger an exception -
last_completed
private long last_completed -
last_change
private long last_change -
fallback
-
-
Constructor Details
-
ProgressCheckRejectionPolicy
-
-
Method Details
-
rejectedExecution
- Specified by:
rejectedExecutionin interfaceRejectedExecutionHandler
-