T - the type of the items to processpublic class ChunkRequest<T> extends Object implements Serializable
| Constructor and Description |
|---|
ChunkRequest(int sequence,
Collection<? extends T> items,
long jobId,
org.springframework.batch.core.StepContribution stepContribution) |
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends T> |
getItems() |
long |
getJobId() |
int |
getSequence() |
org.springframework.batch.core.StepContribution |
getStepContribution() |
String |
toString() |
public ChunkRequest(int sequence,
Collection<? extends T> items,
long jobId,
org.springframework.batch.core.StepContribution stepContribution)
public long getJobId()
public Collection<? extends T> getItems()
public int getSequence()
public org.springframework.batch.core.StepContribution getStepContribution()
StepContribution for this chunkpublic String toString()
toString in class ObjectObject.toString()Copyright © 2015. All rights reserved.