|
GigaSpaces XAP 10.0.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LogEntryMatcher
A matcher allowing to control the traversal of the log file. Also accumulates the required log entries to be processed in order to return them.
Nested Class Summary | |
---|---|
static class |
LogEntryMatcher.InitializationContext
|
static class |
LogEntryMatcher.Operation
|
Method Summary | |
---|---|
List<LogEntry> |
entries()
Returns all the relevant entries this matcher accumulated. |
void |
initialize(LogEntryMatcher.InitializationContext context)
Called on the loggable component side (server) before starting to traverse the log file. |
LogEntryMatcher.Operation |
match(LogEntry entry)
Controls if the traversal of the log file should continue, or break. |
Method Detail |
---|
void initialize(LogEntryMatcher.InitializationContext context) throws IOException
IOException
List<LogEntry> entries()
Note, for ease of use in implementing the matcher, the entries are assumed to be from newest to oldest (if the matcher value order).
LogEntryMatcher.Operation match(LogEntry entry)
entries()
accumulated will be returned.
|
GigaSpaces XAP 10.0.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |