Class ApacheLogDirectory
java.lang.Object
org.aksw.commons.util.apache.ApacheLogDirectory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetIterator(Date low, Date high, boolean lowInclusive, boolean highInclusive) lowInclusive and highInclusive are ignored if the respective bound in null (unbounded).voidstatic InputStream
-
Constructor Details
-
ApacheLogDirectory
- Throws:
IOException
-
-
Method Details
-
open
- Throws:
IOException
-
getIterator
public ApacheLogRangeEntryIterator getIterator(Date low, Date high, boolean lowInclusive, boolean highInclusive) lowInclusive and highInclusive are ignored if the respective bound in null (unbounded).- Parameters:
low-high-lowInclusive-highInclusive-- Returns:
-
main
-