Package org.graylog2.indexer.ranges
Interface IndexRangeService
- All Known Implementing Classes:
MongoIndexRangeService
public interface IndexRangeService
-
Method Summary
Modifier and TypeMethodDescriptioncalculateRange(String index) createUnknownRange(String index) find(org.joda.time.DateTime begin, org.joda.time.DateTime end) findAll()booleanorg.mongojack.WriteResult<MongoIndexRange,org.bson.types.ObjectId> save(IndexRange indexRange)
-
Method Details
-
get
- Throws:
NotFoundException
-
find
-
findAll
SortedSet<IndexRange> findAll() -
save
-
remove
-
calculateRange
-
createUnknownRange
-