public interface LogContextService
Modifier and Type | Method and Description |
---|---|
List<? extends Log> |
getContextForLog(Long logId)
Get logs that happened before and after the given log
|
List<? extends Log> |
loadEarlier(Long logId,
long offset,
long amount)
Load logs that occurred BEFORE the wanted log that have the same metaata and occurred in the same thread
|
List<? extends Log> |
loadLater(Long logId,
long offset,
long amount)
Load logs that occurred AFTER the wanted log
|
List<? extends Log> loadLater(Long logId, long offset, long amount)
logId
- id of the root logoffset
- amount of logs already loadedamount
- amount to loadList<? extends Log> loadEarlier(Long logId, long offset, long amount)
logId
- id of the root logoffset
- amount of logs already loadedamount
- amount to loadCopyright © 2020. All rights reserved.