public class BatchSettings extends Object
Constructor and Description |
---|
BatchSettings() |
Modifier and Type | Method and Description |
---|---|
Integer |
getBatchSeparationInSeconds() |
Integer |
getTaskFailureToleranceLimit() |
Integer |
getTaskFailureToleranceLimitPerBatch() |
Boolean |
isPauseAfterFirstBatch() |
void |
setBatchSeparationInSeconds(Integer batchSeparationInSeconds) |
void |
setPauseAfterFirstBatch(Boolean pauseAfterFirstBatch) |
void |
setTaskFailureToleranceLimit(Integer taskFailureTolerance) |
void |
setTaskFailureToleranceLimitPerBatch(Integer taskFailureTolerancePerBatch) |
public Integer getBatchSeparationInSeconds()
public void setBatchSeparationInSeconds(Integer batchSeparationInSeconds)
public Integer getTaskFailureToleranceLimit()
public void setTaskFailureToleranceLimit(Integer taskFailureTolerance)
public Integer getTaskFailureToleranceLimitPerBatch()
public Boolean isPauseAfterFirstBatch()
public void setPauseAfterFirstBatch(Boolean pauseAfterFirstBatch)
public void setTaskFailureToleranceLimitPerBatch(Integer taskFailureTolerancePerBatch)
Copyright © 2022 Apache Software Foundation. All rights reserved.