Class HistoryCleanupRemovalTime
java.lang.Object
org.camunda.bpm.engine.impl.jobexecutor.historycleanup.HistoryCleanupHandler
org.camunda.bpm.engine.impl.jobexecutor.historycleanup.HistoryCleanupRemovalTime
- All Implemented Interfaces:
TransactionListener
- Author:
- Tassilo Weidner
-
Nested Class Summary
Nested classes/interfaces inherited from class org.camunda.bpm.engine.impl.jobexecutor.historycleanup.HistoryCleanupHandler
HistoryCleanupHandler.HistoryCleanupHandlerCmd
-
Field Summary
Fields inherited from class org.camunda.bpm.engine.impl.jobexecutor.historycleanup.HistoryCleanupHandler
commandExecutor, configuration, jobId, MAX_BATCH_SIZE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
protected Integer
protected boolean
protected DbOperation
void
protected Map<Class<? extends DbEntity>,
DbOperation> protected Map<Class<? extends DbEntity>,
DbOperation> protected DbOperation
protected boolean
Methods inherited from class org.camunda.bpm.engine.impl.jobexecutor.historycleanup.HistoryCleanupHandler
execute, getConfiguration, setCommandExecutor, setConfiguration, setJobId
-
Field Details
-
deleteOperations
-
-
Constructor Details
-
HistoryCleanupRemovalTime
public HistoryCleanupRemovalTime()
-
-
Method Details
-
performCleanup
public void performCleanup() -
performDmnCleanup
-
performProcessCleanup
-
performBatchCleanup
-
performTaskMetricsCleanup
-
reportMetrics
-
isDmnEnabled
protected boolean isDmnEnabled() -
getTaskMetricsTimeToLive
-
shouldRescheduleNow
protected boolean shouldRescheduleNow() -
getBatchSize
public int getBatchSize()
-