Uses of Interface
com.atlassian.diagnostics.internal.dao.MinimalAlertEntity
Packages that use MinimalAlertEntity
-
Uses of MinimalAlertEntity in com.atlassian.diagnostics.internal.dao
Classes in com.atlassian.diagnostics.internal.dao that implement MinimalAlertEntityMethod parameters in com.atlassian.diagnostics.internal.dao with type arguments of type MinimalAlertEntityModifier and TypeMethodDescriptionvoidAlertEntityDao.streamMinimalAlerts(AlertCriteria criteria, RowCallback<MinimalAlertEntity> callback, PageRequest pageRequest) Streamsminimal alertsmatching the suppliedcriteriaordered by timestamp (descending), then ID (descending) until the callbacksignalsthat it's done or until no more matching alerts are found.voidInMemoryAlertEntityDao.streamMinimalAlerts(AlertCriteria criteria, RowCallback<MinimalAlertEntity> callback, PageRequest pageRequest)