public interface PruneMapper
Modifier and Type | Method and Description |
---|---|
Integer |
getAmountOfPotentiallyDeletedLogs(double pruneAfter)
Get amount of logs that would be deleted that don't belong to a workflow execution
|
Integer |
getAmountOfPotentiallyDeletedWorkflowLogs(double pruneAfter,
List<WorkflowExecution> workflowExecutions)
Get amount of logs that would be deleted that belong to passed workflow executions
|
List<WorkflowExecution> |
getAmountOfPotentiallyDeletedWorkflows(double pruneAfter)
Get workflow executions that would be deleted if settings were changed to a given value
|
Integer getAmountOfPotentiallyDeletedLogs(double pruneAfter)
pruneAfter
- new settingsList<WorkflowExecution> getAmountOfPotentiallyDeletedWorkflows(double pruneAfter)
pruneAfter
- new settingsInteger getAmountOfPotentiallyDeletedWorkflowLogs(@Param(value="pruneAfter") double pruneAfter, @Param(value="workflowExecutions") List<WorkflowExecution> workflowExecutions)
pruneAfter
- new settingsworkflowExecutions
- potentially deleted workflow executionsCopyright © 2020. All rights reserved.