Uses of Class
com.atlassian.diagnostics.internal.dao.AlertMetric
Packages that use AlertMetric
-
Uses of AlertMetric in com.atlassian.diagnostics.internal.dao
Method parameters in com.atlassian.diagnostics.internal.dao with type arguments of type AlertMetricModifier and TypeMethodDescriptionvoidAlertEntityDao.streamMetrics(AlertCriteria criteria, RowCallback<AlertMetric> callback, PageRequest pageRequest) Streamsalert metricsfor allalertsmatching the suppliedcriteriaordered by timestamp (descending) until the callbacksignalsthat it's done or all available metrics have been provided.voidInMemoryAlertEntityDao.streamMetrics(AlertCriteria criteria, RowCallback<AlertMetric> callback, PageRequest pageRequest)