Uses of Record Class
fr.becpg.repo.audit.service.impl.DatabaseAuditServiceImpl.ScanResult
Packages that use DatabaseAuditServiceImpl.ScanResult
-
Uses of DatabaseAuditServiceImpl.ScanResult in fr.becpg.repo.audit.service.impl
Methods in fr.becpg.repo.audit.service.impl that return DatabaseAuditServiceImpl.ScanResultModifier and TypeMethodDescriptionDatabaseAuditServiceImpl.scanWindows(DatabaseAuditPlugin plugin, AuditQuery auditQuery, DatabaseAuditServiceImpl.IdRange range) Walk through the identifier range, window by window, until the page is filled, the range is exhausted or the window budget is spent.Methods in fr.becpg.repo.audit.service.impl with parameters of type DatabaseAuditServiceImpl.ScanResultModifier and TypeMethodDescriptionprivate booleanDatabaseAuditServiceImpl.isScanInterrupted(DatabaseAuditServiceImpl.ScanResult scan, AuditQuery auditQuery, int pageSize) True when the scan spent its window budget without filling the page: the caller has to resume it to know whether further entries match.private LongDatabaseAuditServiceImpl.resumeId(DatabaseAuditServiceImpl.ScanResult scan, AuditQuery auditQuery, int pageSize) The identifier the next page starts after: the last entry of this page when the scan left matching entries behind it, the last identifier it read when it stopped earlier, and none when it reached the end of the audit application.