Interface JobMetricEntityManager
- All Superinterfaces:
org.flowable.common.engine.impl.persistence.entity.EntityManager<JobMetricEntity>
- All Known Implementing Classes:
JobMetricEntityManagerImpl
public interface JobMetricEntityManager
extends org.flowable.common.engine.impl.persistence.entity.EntityManager<JobMetricEntity>
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoiddeleteJobMetricsTimestampBefore(Instant timestampBefore) voiddeleteJobMetricsTimestampBeforeAndMetricDurationRange(Instant timestampBefore, Duration metricDurationMin, Duration metricDurationMax) voidMethods inherited from interface org.flowable.common.engine.impl.persistence.entity.EntityManager
create, delete, delete, delete, findById, insert, insert, update, update
-
Method Details
-
deleteJobMetricsTimestampBefore
-
deleteJobMetricsTimestampBeforeAndMetricDurationRange
-
getJobMetrics
List<JobMetricEntity> getJobMetrics() -
insertJobMetricAggregations
-
deleteJobMetricsByLevels
-