| Package | Description |
|---|---|
| org.apache.batchee.container.modelresolver | |
| org.apache.batchee.container.modelresolver.impl | |
| org.apache.batchee.jaxb |
| Modifier and Type | Method and Description |
|---|---|
static PropertyResolver<ExceptionClassFilter> |
PropertyResolverFactory.createNoRollbackExceptionClassesPropertyResolver(boolean isPartitionedStep) |
static PropertyResolver<ExceptionClassFilter> |
PropertyResolverFactory.createRetryableExceptionClassesPropertyResolver(boolean isPartitionedStep) |
static PropertyResolver<ExceptionClassFilter> |
PropertyResolverFactory.createSkippableExceptionClassesPropertyResolver(boolean isPartitionedStep) |
| Modifier and Type | Method and Description |
|---|---|
ExceptionClassFilter |
ExceptionClassesPropertyResolver.substituteProperties(ExceptionClassFilter exceptionClassFilter,
Properties submittedProps,
Properties parentProps) |
| Modifier and Type | Method and Description |
|---|---|
ExceptionClassFilter |
ExceptionClassesPropertyResolver.substituteProperties(ExceptionClassFilter exceptionClassFilter,
Properties submittedProps,
Properties parentProps) |
| Modifier and Type | Field and Description |
|---|---|
protected ExceptionClassFilter |
Chunk.noRollbackExceptionClasses |
protected ExceptionClassFilter |
Chunk.retryableExceptionClasses |
protected ExceptionClassFilter |
Chunk.skippableExceptionClasses |
| Modifier and Type | Method and Description |
|---|---|
ExceptionClassFilter |
ObjectFactory.createExceptionClassFilter()
Create an instance of
ExceptionClassFilter |
ExceptionClassFilter |
Chunk.getNoRollbackExceptionClasses()
Gets the value of the noRollbackExceptionClasses property.
|
ExceptionClassFilter |
Chunk.getRetryableExceptionClasses()
Gets the value of the retryableExceptionClasses property.
|
ExceptionClassFilter |
Chunk.getSkippableExceptionClasses()
Gets the value of the skippableExceptionClasses property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Chunk.setNoRollbackExceptionClasses(ExceptionClassFilter value)
Sets the value of the noRollbackExceptionClasses property.
|
void |
Chunk.setRetryableExceptionClasses(ExceptionClassFilter value)
Sets the value of the retryableExceptionClasses property.
|
void |
Chunk.setSkippableExceptionClasses(ExceptionClassFilter value)
Sets the value of the skippableExceptionClasses property.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.