Package org.graylog2.indexer
Interface IndexFailureService
- All Superinterfaces:
PersistedService
- All Known Implementing Classes:
IndexFailureServiceImpl
- Author:
- Dennis Oelkers <dennis@torch.sh>
-
Method Summary
Modifier and TypeMethodDescriptionall(int limit, int offset) longcountSince(org.joda.time.DateTime since) longMethods inherited from interface org.graylog2.plugin.database.PersistedService
destroy, destroyAll, save, saveWithoutValidation, validate, validate, validate
-
Method Details
-
all
-
countSince
long countSince(org.joda.time.DateTime since) -
totalCount
long totalCount()
-