Uses of Interface
org.springframework.batch.core.step.skip.SkipPolicy
Packages that use SkipPolicy
Package
Description
Parsers for XML based configuration
Step level builders for java based job configuration.
Factories for step level components.
Specific implementations of step concerns for item-oriented approach.
Specific implementations of skip concerns for items in a step.
-
Uses of SkipPolicy in org.springframework.batch.core.configuration.xml
Methods in org.springframework.batch.core.configuration.xml with parameters of type SkipPolicyModifier and TypeMethodDescriptionvoidStepParserStepFactoryBean.setSkipPolicy(SkipPolicy skipPolicy) Public setter for a skip policy. -
Uses of SkipPolicy in org.springframework.batch.core.step.builder
Methods in org.springframework.batch.core.step.builder that return SkipPolicyModifier and TypeMethodDescriptionprotected SkipPolicyFaultTolerantStepBuilder.createSkipPolicy()protected SkipPolicyFaultTolerantStepBuilder.getFatalExceptionAwareProxy(SkipPolicy skipPolicy) Wrap aSkipPolicyand make it consistent with known fatal exceptions.Methods in org.springframework.batch.core.step.builder with parameters of type SkipPolicyModifier and TypeMethodDescriptionprotected SkipPolicyFaultTolerantStepBuilder.getFatalExceptionAwareProxy(SkipPolicy skipPolicy) Wrap aSkipPolicyand make it consistent with known fatal exceptions.FaultTolerantStepBuilder.skipPolicy(SkipPolicy skipPolicy) Provide an explicit policy for managing skips. -
Uses of SkipPolicy in org.springframework.batch.core.step.factory
Methods in org.springframework.batch.core.step.factory with parameters of type SkipPolicyModifier and TypeMethodDescriptionvoidFaultTolerantStepFactoryBean.setSkipPolicy(SkipPolicy skipPolicy) ASkipPolicythat determines the outcome of an exception when processing an item. -
Uses of SkipPolicy in org.springframework.batch.core.step.item
Methods in org.springframework.batch.core.step.item with parameters of type SkipPolicyModifier and TypeMethodDescriptionvoidFaultTolerantChunkProcessor.setProcessSkipPolicy(SkipPolicy SkipPolicy) voidFaultTolerantChunkProvider.setSkipPolicy(SkipPolicy skipPolicy) The policy that determines whether exceptions can be skipped on read.voidFaultTolerantChunkProcessor.setWriteSkipPolicy(SkipPolicy SkipPolicy) -
Uses of SkipPolicy in org.springframework.batch.core.step.skip
Classes in org.springframework.batch.core.step.skip that implement SkipPolicyModifier and TypeClassDescriptionclassImplementation of theSkipPolicyinterface that will always return that an item should be skipped.classclassASkipPolicythat depends on an exception classifier to make its decision, and then delegates to the classifier result.classSkipPolicythat determines whether or not reading should continue based upon how many items have been skipped.classSkipPolicyimplementation that always returns false, indicating that an item should not be skipped.Methods in org.springframework.batch.core.step.skip with parameters of type SkipPolicyModifier and TypeMethodDescriptionvoidCompositeSkipPolicy.setSkipPolicies(SkipPolicy[] skipPolicies) Method parameters in org.springframework.batch.core.step.skip with type arguments of type SkipPolicyModifier and TypeMethodDescriptionvoidExceptionClassifierSkipPolicy.setExceptionClassifier(org.springframework.classify.SubclassClassifier<Throwable, SkipPolicy> classifier) The classifier that will be used to choose a delegate policy.voidExceptionClassifierSkipPolicy.setPolicyMap(Map<Class<? extends Throwable>, SkipPolicy> policyMap) Setter for policy map.Constructors in org.springframework.batch.core.step.skip with parameters of type SkipPolicy