public interface LogSource extends Iterable<LogEntry>
Modifier and Type | Method and Description |
---|---|
long |
getEndTime() |
long |
getStartTime() |
LogIterator |
iterator() |
LogIterator |
iterator(long starttime,
long endtime) |
LogIterator |
iterator(long starttime,
long endtime,
FilterOp filter) |
boolean |
overlapsRange(long starttime,
long endtime) |
long |
size() |
forEach, spliterator
LogIterator iterator(long starttime, long endtime, FilterOp filter) throws IllegalArgumentException, FilterException
LogIterator iterator(long starttime, long endtime) throws IllegalArgumentException
IllegalArgumentException
LogIterator iterator() throws IllegalArgumentException
iterator
in interface Iterable<LogEntry>
IllegalArgumentException
boolean overlapsRange(long starttime, long endtime)
long size()
long getStartTime()
long getEndTime()
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.