public class HistoryCleanupRemovalTime extends HistoryCleanupHandler
| Modifier and Type | Field and Description |
|---|---|
protected Map<Class<? extends DbEntity>,DbOperation> |
deleteOperations |
commandExecutor, configuration, isRescheduleNow, jobId, MAX_BATCH_SIZE, report| Constructor and Description |
|---|
HistoryCleanupRemovalTime() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(CommandContext commandContext) |
int |
getBatchSizePerDeleteOperation() |
protected boolean |
isDmnEnabled() |
protected boolean |
isMaxBatchExceeded() |
void |
performCleanup() |
protected Map<Class<? extends DbEntity>,DbOperation> |
performDmnCleanup() |
protected Map<Class<? extends DbEntity>,DbOperation> |
performProcessCleanup() |
protected void |
reportMetrics() |
getConfiguration, reportValue, setCommandExecutor, setConfiguration, setJobId, setRescheduleNowprotected Map<Class<? extends DbEntity>,DbOperation> deleteOperations
public void performCleanup()
public void execute(CommandContext commandContext)
execute in interface TransactionListenerexecute in class HistoryCleanupHandlerprotected Map<Class<? extends DbEntity>,DbOperation> performDmnCleanup()
protected Map<Class<? extends DbEntity>,DbOperation> performProcessCleanup()
protected boolean isDmnEnabled()
protected void reportMetrics()
protected boolean isMaxBatchExceeded()
public int getBatchSizePerDeleteOperation()
Copyright © 2018 camunda services GmbH. All rights reserved.