| Constructor and Description |
|---|
MergedLogSource(String[] files) |
| Modifier and Type | Method and Description |
|---|---|
void |
addSource(String f) |
long |
getEndTime() |
long |
getStartTime() |
LogIterator |
iterator() |
LogIterator |
iterator(long starttime,
long endtime) |
LogIterator |
iterator(long starttime,
long endtime,
FilterOp filter) |
static void |
main(String[] args) |
boolean |
overlapsRange(long starttime,
long endtime) |
long |
size() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic MergedLogSource(String[] files) throws IOException
IOExceptionpublic boolean overlapsRange(long starttime,
long endtime)
overlapsRange in interface LogSourcepublic long getStartTime()
getStartTime in interface LogSourcepublic long getEndTime()
getEndTime in interface LogSourcepublic LogIterator iterator(long starttime, long endtime) throws IllegalArgumentException
iterator in interface LogSourceIllegalArgumentExceptionpublic LogIterator iterator(long starttime, long endtime, FilterOp filter) throws IllegalArgumentException, FilterException
iterator in interface LogSourceIllegalArgumentExceptionFilterExceptionpublic LogIterator iterator() throws IllegalArgumentException
public void addSource(String f) throws IOException
IOExceptionpublic static void main(String[] args) throws IOException
IOExceptionCopyright © 2008–2021 The Apache Software Foundation. All rights reserved.