|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LogReader.LogFilter | |
---|---|
thredds.logs |
Uses of LogReader.LogFilter in thredds.logs |
---|
Classes in thredds.logs that implement LogReader.LogFilter | |
---|---|
static class |
LogReader.DateFilter
|
static class |
LogReader.ErrorOnlyFilter
|
static class |
LogReader.FilterNoop
|
static class |
LogReader.IpFilter
|
Methods in thredds.logs with parameters of type LogReader.LogFilter | |
---|---|
void |
LogReader.readAll(File dir,
FileFilter ff,
LogReader.Closure closure,
LogReader.LogFilter logf,
LogReader.Stats stat)
Read all the files in a directory and process them. |
void |
LogReader.scanLogFile(File file,
LogReader.Closure closure,
LogReader.LogFilter logf,
LogReader.Stats stat)
Read a log file. |
Constructors in thredds.logs with parameters of type LogReader.LogFilter | |
---|---|
LogReader.DateFilter(long start,
long end,
LogReader.LogFilter chain)
|
|
LogReader.ErrorOnlyFilter(LogReader.LogFilter chain)
|
|
LogReader.IpFilter(String[] match,
LogReader.LogFilter chain)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |