|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CompletionPolicySupport | |
---|---|
org.springframework.batch.repeat.policy | Infrastructure implementations of repeat policy concerns. |
Uses of CompletionPolicySupport in org.springframework.batch.repeat.policy |
---|
Subclasses of CompletionPolicySupport in org.springframework.batch.repeat.policy | |
---|---|
class |
CountingCompletionPolicy
Abstract base class for policies that need to count the number of occurrences of some event (e.g. an exception type in the context), and terminate based on a limit for the counter. |
class |
DefaultResultCompletionPolicy
Very simple CompletionPolicy that bases its decision on the result of
a batch operation. |
class |
SimpleCompletionPolicy
Policy for terminating a batch after a fixed number of operations. |
class |
TimeoutTerminationPolicy
Termination policy that times out after a fixed period. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |