Interface IReportLogStorage
- All Known Implementing Classes:
ReportLogDB
public interface IReportLogStorage
-
Method Summary
Modifier and TypeMethodDescriptiongetCount()
getReportLogs
(long limitMin, long limitMax) getReportLogs
(UserIdentity identity) getReportLogs
(String guildMemberId) void
shutdown()
-
Method Details
-
add
-
update
-
getCount
CompletableFuture<Long> getCount() -
getReportLogs
-
getReportLogs
-
getUnsubmittedReports
CompletableFuture<List<ReportLog>> getUnsubmittedReports() -
shutdown
void shutdown()
-