| Interface | Description |
|---|---|
| ILogMap |
The interface with the methods for the map of logs.
|
| Class | Description |
|---|---|
| LogBufferedFileCache |
This class extends the LogFileCache adding the buffering of the logs
that must be written on disk.
|
| LogCache |
The class extends the cache on file keeping a set of logs in memory to avoid to access
the file for the most frequently accessed logs
|
| LogFileCache |
This class implements the cache in order to be able to manage
long log files.
|
| LogFileCache.LogCacheInfo |
An entry in the cache on disk.
|
| LogIterator | |
| LogMultiFileCache |
This class manages a set of LogBufferedFileCache objects allowing the storing of
logs in different files, though from the user point of view the logs are
stored or retrieved from single data store.
|
| MultiFileTableRecord |
This class defines a data set providing information on a single
LogBufferedFileCache object.
|
| Exception | Description |
|---|---|
| LogCacheException |
The exceptions generated by the cache
|