public interface IndexRangeService
Modifier and Type | Method and Description |
---|---|
IndexRange |
calculateRange(String index) |
IndexRange |
createUnknownRange(String index) |
SortedSet<IndexRange> |
find(org.joda.time.DateTime begin,
org.joda.time.DateTime end) |
SortedSet<IndexRange> |
findAll() |
IndexRange |
get(String index) |
boolean |
remove(String index) |
org.mongojack.WriteResult<MongoIndexRange,org.bson.types.ObjectId> |
save(IndexRange indexRange) |
IndexRange get(String index) throws NotFoundException
NotFoundException
SortedSet<IndexRange> find(org.joda.time.DateTime begin, org.joda.time.DateTime end)
SortedSet<IndexRange> findAll()
org.mongojack.WriteResult<MongoIndexRange,org.bson.types.ObjectId> save(IndexRange indexRange)
boolean remove(String index)
IndexRange calculateRange(String index)
IndexRange createUnknownRange(String index)
Copyright © 2012–2018 Graylog, Inc.. All rights reserved.