public class HistoryCleanupRemovalTime extends HistoryCleanupHandler
| Modifier and Type | Field and Description |
|---|---|
protected Map<Class<? extends DbEntity>,DbOperation> |
deleteOperations |
commandExecutor, configuration, jobId, MAX_BATCH_SIZE| Constructor and Description |
|---|
HistoryCleanupRemovalTime() |
| Modifier and Type | Method and Description |
|---|---|
int |
getBatchSize() |
protected Integer |
getTaskMetricsTimeToLive() |
protected boolean |
isDmnEnabled() |
protected DbOperation |
performBatchCleanup() |
void |
performCleanup() |
protected Map<Class<? extends DbEntity>,DbOperation> |
performDmnCleanup() |
protected Map<Class<? extends DbEntity>,DbOperation> |
performProcessCleanup() |
protected DbOperation |
performTaskMetricsCleanup() |
protected Map<String,Long> |
reportMetrics() |
protected boolean |
shouldRescheduleNow() |
execute, getConfiguration, setCommandExecutor, setConfiguration, setJobIdprotected Map<Class<? extends DbEntity>,DbOperation> deleteOperations
public void performCleanup()
protected Map<Class<? extends DbEntity>,DbOperation> performDmnCleanup()
protected Map<Class<? extends DbEntity>,DbOperation> performProcessCleanup()
protected DbOperation performBatchCleanup()
protected DbOperation performTaskMetricsCleanup()
protected boolean isDmnEnabled()
protected Integer getTaskMetricsTimeToLive()
protected boolean shouldRescheduleNow()
public int getBatchSize()
Copyright © 2013–2021 camunda services GmbH. All rights reserved.