com.gigaspaces.log
Class AfterEntryLogEntryMatcher
java.lang.Object
com.gigaspaces.log.LogEntryMatcherFilter
com.gigaspaces.log.AfterEntryLogEntryMatcher
- All Implemented Interfaces:
- LogEntryMatcher, Serializable
public class AfterEntryLogEntryMatcher
- extends LogEntryMatcherFilter
A matcher filter that will return log entries that happened from (after) the provided log entry.
- Author:
- kimchy
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AfterEntryLogEntryMatcher
public AfterEntryLogEntryMatcher(LogEntries logEntries,
LogEntry logEntry)
AfterEntryLogEntryMatcher
public AfterEntryLogEntryMatcher(LogEntries logEntries,
LogEntry logEntry,
boolean inclusive)
AfterEntryLogEntryMatcher
public AfterEntryLogEntryMatcher(LogEntries logEntries,
LogEntry logEntry,
LogEntryMatcher matcher)
AfterEntryLogEntryMatcher
public AfterEntryLogEntryMatcher(LogEntries logEntries,
LogEntry logEntry,
boolean inclusive,
LogEntryMatcher matcher)
filterJustLogs
protected boolean filterJustLogs()
- Description copied from class:
LogEntryMatcherFilter
- Should this filter only filter log type entries. Defaults to
true
.
- Overrides:
filterJustLogs
in class LogEntryMatcherFilter
filter
protected LogEntryMatcher.Operation filter(LogEntry entry)
- Description copied from class:
LogEntryMatcherFilter
- Should the operation be filtered or not.
LogEntryMatcher.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.
- Specified by:
filter
in class LogEntryMatcherFilter
Copyright © GigaSpaces.