Uses of Class
com.atlassian.diagnostics.PageRequest
Packages that use PageRequest
-
Uses of PageRequest in com.atlassian.diagnostics
Methods in com.atlassian.diagnostics that return PageRequestModifier and TypeMethodDescriptionPageRequest.Builder.build()Page.getRequest()static PageRequestPageRequest.of(int start, int limit) static PageRequestPageRequest.ofSize(int limit) Methods in com.atlassian.diagnostics that return types with arguments of type PageRequestModifier and TypeMethodDescriptionPage.getNextRequest()PageSummary.getNextRequest()Page.getPrevRequest()PageSummary.getPrevRequest()Methods in com.atlassian.diagnostics with parameters of type PageRequestModifier and TypeMethodDescriptionvoidAbstractPageCallback.onStart(PageRequest pageRequest) default voidPageCallback.onStart(PageRequest pageRequest) Called before the first item is encountered.<T> TMonitoringService.streamAlertCounts(AlertCriteria criteria, PageCallback<? super AlertCount, T> callback, PageRequest pageRequest) <T> TMonitoringService.streamAlerts(AlertCriteria criteria, PageCallback<? super Alert, T> callback, PageRequest pageRequest) <T> TMonitoringService.streamAlertsWithElisions(AlertCriteria criteria, PageCallback<? super AlertWithElisions, T> callback, PageRequest pageRequest) Constructors in com.atlassian.diagnostics with parameters of type PageRequestModifierConstructorDescriptionBuilder(PageRequest other) Page(PageRequest request, List<T> values)