Uses of Interface
org.springframework.batch.repeat.CompletionPolicy
Packages that use CompletionPolicy
Package
Description
Infrastructure implementations of repeat policy concerns.
Infrastructure implementations of repeat support concerns.
-
Uses of CompletionPolicy in org.springframework.batch.repeat.policy
Classes in org.springframework.batch.repeat.policy that implement CompletionPolicyModifier and TypeClassDescriptionclassVery simple base class forCompletionPolicyimplementations.classComposite policy that loops through a list of delegate policies and answers calls by a consensus.classAbstract 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.classVery simpleCompletionPolicythat bases its decision on the result of a batch operation.classPolicy for terminating a batch after a fixed number of operations.classTermination policy that times out after a fixed period.Methods in org.springframework.batch.repeat.policy with parameters of type CompletionPolicyModifier and TypeMethodDescriptionvoidCompositeCompletionPolicy.setPolicies(CompletionPolicy[] policies) Setter for the policies. -
Uses of CompletionPolicy in org.springframework.batch.repeat.support
Methods in org.springframework.batch.repeat.support with parameters of type CompletionPolicyModifier and TypeMethodDescriptionvoidRepeatTemplate.setCompletionPolicy(CompletionPolicy terminationPolicy) Setter for policy to decide when the batch is complete.