Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.jobXML10 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
Chunk<T> |
Chunk.checkpointPolicy(String checkpointPolicy)
Sets the
checkpoint-policy attribute |
Chunk<Step<T>> |
Step.getOrCreateChunk()
If not already created, a new
chunk element with the given value will be created. |
Chunk<T> |
Chunk.itemCount(String itemCount)
Sets the
item-count attribute |
Chunk<T> |
Chunk.removeCheckpointAlgorithm()
Removes the
checkpoint-algorithm element |
Chunk<T> |
Chunk.removeCheckpointPolicy()
Removes the
checkpoint-policy attribute |
Chunk<T> |
Chunk.removeItemCount()
Removes the
item-count attribute |
Chunk<T> |
Chunk.removeNoRollbackExceptionClasses()
Removes the
no-rollback-exception-classes element |
Chunk<T> |
Chunk.removeProcessor()
Removes the
processor element |
Chunk<T> |
Chunk.removeReader()
Removes the
reader element |
Chunk<T> |
Chunk.removeRetryableExceptionClasses()
Removes the
retryable-exception-classes element |
Chunk<T> |
Chunk.removeRetryLimit()
Removes the
retry-limit attribute |
Chunk<T> |
Chunk.removeSkipLimit()
Removes the
skip-limit attribute |
Chunk<T> |
Chunk.removeSkippableExceptionClasses()
Removes the
skippable-exception-classes element |
Chunk<T> |
Chunk.removeTimeLimit()
Removes the
time-limit attribute |
Chunk<T> |
Chunk.removeWriter()
Removes the
writer element |
Chunk<T> |
Chunk.retryLimit(String retryLimit)
Sets the
retry-limit attribute |
Chunk<T> |
Chunk.skipLimit(String skipLimit)
Sets the
skip-limit attribute |
Chunk<T> |
Chunk.timeLimit(String timeLimit)
Sets the
time-limit attribute |
Modifier and Type | Method and Description |
---|---|
CheckpointAlgorithm<Chunk<T>> |
Chunk.getOrCreateCheckpointAlgorithm()
If not already created, a new
checkpoint-algorithm element with the given value will be created. |
ExceptionClassFilter<Chunk<T>> |
Chunk.getOrCreateNoRollbackExceptionClasses()
If not already created, a new
no-rollback-exception-classes element with the given value will be created. |
ItemProcessor<Chunk<T>> |
Chunk.getOrCreateProcessor()
If not already created, a new
processor element with the given value will be created. |
ItemReader<Chunk<T>> |
Chunk.getOrCreateReader()
If not already created, a new
reader element with the given value will be created. |
ExceptionClassFilter<Chunk<T>> |
Chunk.getOrCreateRetryableExceptionClasses()
If not already created, a new
retryable-exception-classes element with the given value will be created. |
ExceptionClassFilter<Chunk<T>> |
Chunk.getOrCreateSkippableExceptionClasses()
If not already created, a new
skippable-exception-classes element with the given value will be created. |
ItemWriter<Chunk<T>> |
Chunk.getOrCreateWriter()
If not already created, a new
writer element with the given value will be created. |
Copyright © 2021 JBoss by Red Hat. All rights reserved.