public class AfterEntryLogEntryMatcher extends LogEntryMatcherFilter
LogEntryMatcher.InitializationContext, LogEntryMatcher.Operation| Constructor and Description |
|---|
AfterEntryLogEntryMatcher(LogEntries logEntries,
LogEntry logEntry) |
AfterEntryLogEntryMatcher(LogEntries logEntries,
LogEntry logEntry,
boolean inclusive) |
AfterEntryLogEntryMatcher(LogEntries logEntries,
LogEntry logEntry,
boolean inclusive,
LogEntryMatcher matcher) |
AfterEntryLogEntryMatcher(LogEntries logEntries,
LogEntry logEntry,
LogEntryMatcher matcher) |
| Modifier and Type | Method and Description |
|---|---|
protected LogEntryMatcher.Operation |
filter(LogEntry entry)
Should the operation be filtered or not.
|
protected boolean |
filterJustLogs()
Should this filter only filter log type entries.
|
entries, initialize, matchpublic AfterEntryLogEntryMatcher(LogEntries logEntries, LogEntry logEntry)
public AfterEntryLogEntryMatcher(LogEntries logEntries, LogEntry logEntry, boolean inclusive)
public AfterEntryLogEntryMatcher(LogEntries logEntries, LogEntry logEntry, LogEntryMatcher matcher)
public AfterEntryLogEntryMatcher(LogEntries logEntries, LogEntry logEntry, boolean inclusive, LogEntryMatcher matcher)
protected boolean filterJustLogs()
LogEntryMatcherFiltertrue.filterJustLogs in class LogEntryMatcherFilterprotected LogEntryMatcher.Operation filter(LogEntry entry)
LogEntryMatcherFilterLogEntryMatcher.Operation.BREAK
in order to break and finish the matching process. LogEntryMatcher.Operation.IGNORE
to ignore the current log entry (so it won't be passed to the delegated matcher). And
LogEntryMatcher.Operation.CONTINUE to pass the current log entry
to the delegated matcher.filter in class LogEntryMatcherFilterCopyright © GigaSpaces.