Package | Description |
---|---|
org.jberet.job.model | |
org.jberet.runtime.runner |
Modifier and Type | Method and Description |
---|---|
protected RefArtifact |
RefArtifact.clone() |
RefArtifact |
Partition.getAnalyzer()
Gets the partition analyzer.
|
RefArtifact |
Step.getBatchlet()
Gets the step's batchlet as a
RefArtifact . |
RefArtifact |
Chunk.getCheckpointAlgorithm()
Gets the chunk's checkpoint algorithm as a
RefArtifact . |
RefArtifact |
Partition.getCollector()
Gets the partition collector.
|
RefArtifact |
Partition.getMapper()
Gets the partition mapper.
|
RefArtifact |
Chunk.getProcessor()
Gets the chunk's item processor as a
RefArtifact . |
RefArtifact |
Chunk.getReader()
Gets the chunk's item reader as a
RefArtifact . |
RefArtifact |
Partition.getReducer()
Gets the partition reducer.
|
RefArtifact |
Chunk.getWriter()
Gets the chunk's item writer as a
RefArtifact . |
Modifier and Type | Method and Description |
---|---|
List<RefArtifact> |
Listeners.getListeners()
Gets the list of listeners as
List<RefArtifact> . |
Modifier and Type | Method and Description |
---|---|
void |
Listeners.setListeners(List<RefArtifact> listeners)
Sets the list of listeners.
|
Constructor and Description |
---|
BatchletRunner(StepContextImpl stepContext,
CompositeExecutionRunner enclosingRunner,
StepExecutionRunner stepRunner,
RefArtifact batchlet) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.