Uses of Class
de.uplanet.lucy.server.monitor.log.GlobalReport.GlobalReportEntry
Packages that use GlobalReport.GlobalReportEntry
-
Uses of GlobalReport.GlobalReportEntry in de.uplanet.lucy.server.monitor.log
Methods in de.uplanet.lucy.server.monitor.log that return types with arguments of type GlobalReport.GlobalReportEntryModifier and TypeMethodDescriptionGlobalReport.resultsIterator()
Get an iterator over the report entries.Methods in de.uplanet.lucy.server.monitor.log with parameters of type GlobalReport.GlobalReportEntryModifier and TypeMethodDescriptionint
GlobalReport.OrderByHitsAsc.compare
(GlobalReport.GlobalReportEntry p_entry1, GlobalReport.GlobalReportEntry p_entry2) int
GlobalReport.OrderByHitsDesc.compare
(GlobalReport.GlobalReportEntry p_entry1, GlobalReport.GlobalReportEntry p_entry2) Method parameters in de.uplanet.lucy.server.monitor.log with type arguments of type GlobalReport.GlobalReportEntryModifier and TypeMethodDescriptionvoid
GlobalReport.prepareResults
(ILogFilter p_filter, IOrder<? super GlobalReport.GlobalReportEntry> p_order) Prepare the results collection.