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
 
 public class HistoryCleanupRemovalTime extends HistoryCleanupHandler - Author:
- Tassilo Weidner
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class org.camunda.bpm.engine.impl.jobexecutor.historycleanup.HistoryCleanupHandlerHistoryCleanupHandler.HistoryCleanupHandlerCmd
 
- 
 - 
Field SummaryFields Modifier and Type Field Description protected java.util.Map<java.lang.Class<? extends DbEntity>,DbOperation>deleteOperations- 
Fields inherited from class org.camunda.bpm.engine.impl.jobexecutor.historycleanup.HistoryCleanupHandlercommandExecutor, configuration, jobId, MAX_BATCH_SIZE
 
- 
 - 
Constructor SummaryConstructors Constructor Description HistoryCleanupRemovalTime()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetBatchSize()protected java.lang.IntegergetTaskMetricsTimeToLive()protected booleanisDmnEnabled()protected DbOperationperformBatchCleanup()voidperformCleanup()protected java.util.Map<java.lang.Class<? extends DbEntity>,DbOperation>performDmnCleanup()protected java.util.Map<java.lang.Class<? extends DbEntity>,DbOperation>performProcessCleanup()protected DbOperationperformTaskMetricsCleanup()protected java.util.Map<java.lang.String,java.lang.Long>reportMetrics()protected booleanshouldRescheduleNow()- 
Methods inherited from class org.camunda.bpm.engine.impl.jobexecutor.historycleanup.HistoryCleanupHandlerexecute, getConfiguration, setCommandExecutor, setConfiguration, setJobId
 
- 
 
- 
- 
- 
Field Detail- 
deleteOperationsprotected java.util.Map<java.lang.Class<? extends DbEntity>,DbOperation> deleteOperations 
 
- 
 - 
Method Detail- 
performCleanuppublic void performCleanup() 
 - 
performDmnCleanupprotected java.util.Map<java.lang.Class<? extends DbEntity>,DbOperation> performDmnCleanup() 
 - 
performProcessCleanupprotected java.util.Map<java.lang.Class<? extends DbEntity>,DbOperation> performProcessCleanup() 
 - 
performBatchCleanupprotected DbOperation performBatchCleanup() 
 - 
performTaskMetricsCleanupprotected DbOperation performTaskMetricsCleanup() 
 - 
reportMetricsprotected java.util.Map<java.lang.String,java.lang.Long> reportMetrics() 
 - 
isDmnEnabledprotected boolean isDmnEnabled() 
 - 
getTaskMetricsTimeToLiveprotected java.lang.Integer getTaskMetricsTimeToLive() 
 - 
shouldRescheduleNowprotected boolean shouldRescheduleNow() 
 - 
getBatchSizepublic int getBatchSize() 
 
- 
 
-