Package org.graylog2.indexer
Class IndexFailureServiceImpl
java.lang.Object
org.graylog2.database.PersistedServiceImpl
org.graylog2.indexer.IndexFailureServiceImpl
- All Implemented Interfaces:
IndexFailureService,PersistedService
@Singleton
public class IndexFailureServiceImpl
extends PersistedServiceImpl
implements IndexFailureService
-
Field Summary
Fields inherited from class org.graylog2.database.PersistedServiceImpl
mongoConnection -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionall(int limit, int offset) longcountSince(org.joda.time.DateTime since) longMethods inherited from class org.graylog2.database.PersistedServiceImpl
collection, collection, count, count, cursorToList, destroy, destroy, destroyAll, destroyAll, destroyAll, embed, fieldTransformations, findOne, findOne, findOne, findOne, get, get, get, query, query, query, query, query, removeEmbedded, removeEmbedded, save, saveWithoutValidation, totalCount, totalCount, validate, validate, validateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.graylog2.plugin.database.PersistedService
destroy, destroyAll, save, saveWithoutValidation, validate, validate, validate
-
Constructor Details
-
IndexFailureServiceImpl
-
-
Method Details
-
all
- Specified by:
allin interfaceIndexFailureService
-
countSince
public long countSince(org.joda.time.DateTime since) - Specified by:
countSincein interfaceIndexFailureService
-
totalCount
public long totalCount()- Specified by:
totalCountin interfaceIndexFailureService
-