Interface IndexFailureService

All Superinterfaces:
PersistedService
All Known Implementing Classes:
IndexFailureServiceImpl

public interface IndexFailureService extends PersistedService
Author:
Dennis Oelkers <[email protected]>
  • Method Details

    • all

      List<IndexFailure> all(int limit, int offset)
    • countSince

      long countSince(org.joda.time.DateTime since)
    • totalCount

      long totalCount()