Package | Description |
---|---|
org.jberet.repository | |
org.jberet.runtime | |
org.jberet.runtime.context | |
org.jberet.runtime.metric | |
org.jberet.runtime.runner | |
org.jberet.spi |
Modifier and Type | Method and Description |
---|---|
void |
MongoRepository.savePersistentData(javax.batch.runtime.JobExecution jobExecution,
AbstractStepExecution stepOrPartitionExecution) |
void |
JdbcRepository.savePersistentData(javax.batch.runtime.JobExecution jobExecution,
AbstractStepExecution stepOrPartitionExecution) |
void |
InfinispanRepository.savePersistentData(javax.batch.runtime.JobExecution jobExecution,
AbstractStepExecution stepOrPartitionExecution) |
void |
AbstractRepository.savePersistentData(javax.batch.runtime.JobExecution jobExecution,
AbstractStepExecution stepOrPartitionExecution) |
void |
JobRepository.savePersistentData(javax.batch.runtime.JobExecution jobExecution,
AbstractStepExecution stepOrPartitionExecution) |
Modifier and Type | Class and Description |
---|---|
class |
PartitionExecutionImpl |
class |
StepExecutionImpl |
Modifier and Type | Method and Description |
---|---|
protected AbstractStepExecution |
AbstractStepExecution.clone() |
Constructor and Description |
---|
PartitionExecutionImpl(AbstractStepExecution stepExecution) |
Modifier and Type | Method and Description |
---|---|
AbstractStepExecution |
StepContextImpl.getStepExecution() |
Constructor and Description |
---|
StepContextImpl(Step step,
AbstractStepExecution stepExecution,
AbstractContext[] outerContexts) |
Modifier and Type | Method and Description |
---|---|
static long |
MetricImpl.getMetric(AbstractStepExecution stepExecution,
javax.batch.runtime.Metric.MetricType type) |
Modifier and Type | Method and Description |
---|---|
void |
ThreadPartitionWorker.partitionDone(AbstractStepExecution partitionExecution) |
void |
ThreadPartitionWorker.reportData(Serializable data,
AbstractStepExecution partitionExecution) |
Modifier and Type | Method and Description |
---|---|
void |
PartitionWorker.partitionDone(AbstractStepExecution partitionExecution) |
void |
PartitionWorker.reportData(Serializable data,
AbstractStepExecution partitionExecution) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.