public class AfterTimeLogEntryMatcher extends LogEntryMatcherFilter
LogEntryMatcher.InitializationContext, LogEntryMatcher.Operation
Modifier and Type | Field and Description |
---|---|
protected long |
timestamp |
Constructor and Description |
---|
AfterTimeLogEntryMatcher(long timestamp) |
AfterTimeLogEntryMatcher(long timestamp,
boolean inclusive) |
AfterTimeLogEntryMatcher(long timestamp,
boolean inclusive,
LogEntryMatcher matcher) |
AfterTimeLogEntryMatcher(long timestamp,
LogEntryMatcher matcher) |
AfterTimeLogEntryMatcher(String time) |
AfterTimeLogEntryMatcher(String time,
boolean inclusive) |
AfterTimeLogEntryMatcher(String time,
boolean inclusive,
LogEntryMatcher matcher) |
AfterTimeLogEntryMatcher(String time,
LogEntryMatcher matcher) |
AfterTimeLogEntryMatcher(String time,
String format) |
AfterTimeLogEntryMatcher(String time,
String format,
boolean inclusive) |
AfterTimeLogEntryMatcher(String time,
String format,
boolean inclusive,
LogEntryMatcher matcher) |
AfterTimeLogEntryMatcher(String time,
String format,
LogEntryMatcher matcher) |
Modifier and Type | Method and Description |
---|---|
protected LogEntryMatcher.Operation |
filter(LogEntry entry)
Should the operation be filtered or not.
|
entries, filterJustLogs, initialize, match
public AfterTimeLogEntryMatcher(String time) throws ParseException
ParseException
public AfterTimeLogEntryMatcher(String time, boolean inclusive) throws ParseException
ParseException
public AfterTimeLogEntryMatcher(String time, String format) throws ParseException
ParseException
public AfterTimeLogEntryMatcher(String time, String format, boolean inclusive) throws ParseException
ParseException
public AfterTimeLogEntryMatcher(String time, boolean inclusive, LogEntryMatcher matcher) throws ParseException
ParseException
public AfterTimeLogEntryMatcher(String time, LogEntryMatcher matcher) throws ParseException
ParseException
public AfterTimeLogEntryMatcher(String time, String format, LogEntryMatcher matcher) throws ParseException
ParseException
public AfterTimeLogEntryMatcher(String time, String format, boolean inclusive, LogEntryMatcher matcher) throws ParseException
ParseException
public AfterTimeLogEntryMatcher(long timestamp)
public AfterTimeLogEntryMatcher(long timestamp, LogEntryMatcher matcher)
public AfterTimeLogEntryMatcher(long timestamp, boolean inclusive)
public AfterTimeLogEntryMatcher(long timestamp, boolean inclusive, LogEntryMatcher matcher)
protected LogEntryMatcher.Operation filter(LogEntry entry)
LogEntryMatcherFilter
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.filter
in class LogEntryMatcherFilter
Copyright © GigaSpaces.