public class PartitionDataWrapper extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PartitionDataWrapper.PartitionEventType |
| Constructor and Description |
|---|
PartitionDataWrapper() |
| Modifier and Type | Method and Description |
|---|---|
javax.batch.runtime.BatchStatus |
getBatchstatus() |
Serializable |
getCollectorData() |
PartitionDataWrapper.PartitionEventType |
getEventType() |
String |
getExitStatus() |
void |
setBatchStatus(javax.batch.runtime.BatchStatus batchStatus) |
void |
setCollectorData(Serializable collectorData) |
void |
setEventType(PartitionDataWrapper.PartitionEventType eventType) |
void |
setExitStatus(String exitStatus) |
public javax.batch.runtime.BatchStatus getBatchstatus()
public void setBatchStatus(javax.batch.runtime.BatchStatus batchStatus)
public String getExitStatus()
public void setExitStatus(String exitStatus)
public Serializable getCollectorData()
public void setCollectorData(Serializable collectorData)
public PartitionDataWrapper.PartitionEventType getEventType()
public void setEventType(PartitionDataWrapper.PartitionEventType eventType)
Copyright © 2022 The Apache Software Foundation. All rights reserved.