@ConfigurationProperties(prefix="spring.batch.job") public class SingleStepJobProperties extends Object
| Constructor and Description |
|---|
SingleStepJobProperties() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getChunkSize()
The number of items to process per transaction/chunk.
|
String |
getJobName()
The name of the job.
|
String |
getStepName()
Name of the step in the single step job.
|
void |
setChunkSize(Integer chunkSize)
Set the number of items within a transaction/chunk.
|
void |
setJobName(String jobName)
Set the name of the job.
|
void |
setStepName(String stepName)
Set the name of the step.
|
public String getStepName()
public void setStepName(String stepName)
stepName - namepublic Integer getChunkSize()
public void setChunkSize(Integer chunkSize)
chunkSize - number of itemspublic String getJobName()
public void setJobName(String jobName)
jobName - nameCopyright © 2021 Pivotal Software, Inc.. All rights reserved.