Class CleanableHistoricBatchesReportResultEntity
java.lang.Object
org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricBatchesReportResultEntity
- All Implemented Interfaces:
CleanableHistoricBatchReportResult
public class CleanableHistoricBatchesReportResultEntity
extends Object
implements CleanableHistoricBatchReportResult
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the batch type.long
Returns the amount of cleanable historic batches.long
Returns the amount of finished historic batches.Returns the history time to live for the selected batch type.void
setBatchType
(String batchType) void
setCleanableBatchesCount
(long cleanableBatchCount) void
setFinishedBatchesCount
(long finishedBatchCount) void
setHistoryTimeToLive
(Integer historyTimeToLive) toString()
-
Field Details
-
batchType
-
historyTimeToLive
-
finishedBatchesCount
protected long finishedBatchesCount -
cleanableBatchesCount
protected long cleanableBatchesCount
-
-
Constructor Details
-
CleanableHistoricBatchesReportResultEntity
public CleanableHistoricBatchesReportResultEntity()
-
-
Method Details
-
getBatchType
Description copied from interface:CleanableHistoricBatchReportResult
Returns the batch type.- Specified by:
getBatchType
in interfaceCleanableHistoricBatchReportResult
-
setBatchType
-
getHistoryTimeToLive
Description copied from interface:CleanableHistoricBatchReportResult
Returns the history time to live for the selected batch type.- Specified by:
getHistoryTimeToLive
in interfaceCleanableHistoricBatchReportResult
-
setHistoryTimeToLive
-
getFinishedBatchesCount
public long getFinishedBatchesCount()Description copied from interface:CleanableHistoricBatchReportResult
Returns the amount of finished historic batches.- Specified by:
getFinishedBatchesCount
in interfaceCleanableHistoricBatchReportResult
-
setFinishedBatchesCount
public void setFinishedBatchesCount(long finishedBatchCount) -
getCleanableBatchesCount
public long getCleanableBatchesCount()Description copied from interface:CleanableHistoricBatchReportResult
Returns the amount of cleanable historic batches.- Specified by:
getCleanableBatchesCount
in interfaceCleanableHistoricBatchReportResult
-
setCleanableBatchesCount
public void setCleanableBatchesCount(long cleanableBatchCount) -
toString
-