public final class Chunk extends Object implements Serializable, Cloneable
Modifier and Type | Method and Description |
---|---|
protected Chunk |
clone() |
RefArtifact |
getCheckpointAlgorithm()
Gets the chunk's checkpoint algorithm as a
RefArtifact . |
String |
getCheckpointPolicy()
Gets the chunk's checkpoint policy, either "item" (default), or "custom".
|
String |
getItemCount()
Gets the chunk's
item-count attribute value as string. |
int |
getItemCountInt()
Gets the chunk's
item-count attribute value as int . |
ExceptionClassFilter |
getNoRollbackExceptionClasses()
Gets the chunk's no rollback exception classes filter.
|
RefArtifact |
getProcessor()
Gets the chunk's item processor as a
RefArtifact . |
RefArtifact |
getReader()
Gets the chunk's item reader as a
RefArtifact . |
ExceptionClassFilter |
getRetryableExceptionClasses()
Gets the chunk's retryable exception classes filter.
|
String |
getRetryLimit()
Gets the chunk's
retry-limit attribute value. |
String |
getSkipLimit()
Gets the chunk's
skip-limit attribute value. |
int |
getSkipLimitInt()
Gets the chunk's
skip-limit attribute value as int . |
ExceptionClassFilter |
getSkippableExceptionClasses()
Gets the chunk's skippable exception classes filter.
|
String |
getTimeLimit()
Gets the chunk's
time-limit attribute value as string. |
int |
getTimeLimitInt()
Gets the chunk's
time-limit attribute value as int . |
RefArtifact |
getWriter()
Gets the chunk's item writer as a
RefArtifact . |
public RefArtifact getReader()
RefArtifact
.public RefArtifact getProcessor()
RefArtifact
.public RefArtifact getWriter()
RefArtifact
.public RefArtifact getCheckpointAlgorithm()
RefArtifact
.public ExceptionClassFilter getSkippableExceptionClasses()
public ExceptionClassFilter getRetryableExceptionClasses()
public ExceptionClassFilter getNoRollbackExceptionClasses()
public String getCheckpointPolicy()
public String getItemCount()
item-count
attribute value as string.item-count
attribute value as stringpublic int getItemCountInt()
item-count
attribute value as int
.item-count
attribute value as intpublic String getTimeLimit()
time-limit
attribute value as string.time-limit
attribute value as stringpublic int getTimeLimitInt()
time-limit
attribute value as int
.time-limit
attribute value as intpublic String getSkipLimit()
skip-limit
attribute value.skip-limit
attribute valuepublic int getSkipLimitInt()
skip-limit
attribute value as int
.skip-limit
attribute value as intpublic String getRetryLimit()
retry-limit
attribute value.retry-limit
attribute valueCopyright © 2018 JBoss by Red Hat. All rights reserved.