public static interface AccessLogLoader.ProgressListener
| Modifier and Type | Method and Description |
|---|---|
void |
lineProcessed(int line,
int queryCount,
int resultCount,
Entry entry)
This method is called whenever a line from the access.log is
processed.
|
void lineProcessed(int line,
int queryCount,
int resultCount,
Entry entry)
line - the number of lines parsed so far.queryCount - the number of queries loaded so far.resultCount - the number of results loaded so far.entry - the entry read from the log or null
if the line did not create an entry.Copyright © 2010 - 2020 Adobe. All Rights Reserved