public interface IndexFailureService extends PersistedService
Modifier and Type | Method and Description |
---|---|
List<IndexFailure> |
all(int limit,
int offset) |
long |
countSince(org.joda.time.DateTime since) |
long |
totalCount() |
destroy, destroyAll, save, saveWithoutValidation, validate, validate, validate
List<IndexFailure> all(int limit, int offset)
long countSince(org.joda.time.DateTime since)
long totalCount()
Copyright © 2012-2015 Graylog, Inc.. All Rights Reserved.