Package | Description |
---|---|
com.gigaspaces.log |
Modifier and Type | Method and Description |
---|---|
protected LogEntryMatcher.Operation |
RegexLogEntryMatcher.filter(LogEntry entry) |
protected LogEntryMatcher.Operation |
FirstFileLogEntryMatcher.filter(LogEntry entry) |
protected LogEntryMatcher.Operation |
BeforeTimeLogEntryMatcher.filter(LogEntry entry) |
protected LogEntryMatcher.Operation |
SameFileLogEntryMatcher.filter(LogEntry entry) |
protected LogEntryMatcher.Operation |
AfterEntryLogEntryMatcher.filter(LogEntry entry) |
protected LogEntryMatcher.Operation |
BeforeEntryLogEntryMatcher.filter(LogEntry entry) |
protected abstract LogEntryMatcher.Operation |
LogEntryMatcherFilter.filter(LogEntry entry)
Should the operation be filtered or not.
|
protected LogEntryMatcher.Operation |
LastNLogEntryMatcher.filter(LogEntry entry) |
protected LogEntryMatcher.Operation |
ContainsStringLogEntryMatcher.filter(LogEntry entry) |
protected LogEntryMatcher.Operation |
NoneLogEntryMatcher.filter(LogEntry entry) |
protected LogEntryMatcher.Operation |
AfterTimeLogEntryMatcher.filter(LogEntry entry) |
LogEntryMatcher.Operation |
LogEntryMatcher.match(LogEntry entry)
Controls if the traversal of the log file should continue, or break.
|
LogEntryMatcher.Operation |
SizeLogEntryMatcher.match(LogEntry entry) |
LogEntryMatcher.Operation |
AllLogEntryMatcher.match(LogEntry entry) |
LogEntryMatcher.Operation |
ForwardChunkLogEntryMatcher.match(LogEntry entry) |
LogEntryMatcher.Operation |
ReverseLogEntryMatcher.match(LogEntry entry) |
LogEntryMatcher.Operation |
LogEntryMatcherFilter.match(LogEntry entry) |
LogEntryMatcher.Operation |
ContinuousLogEntryMatcher.match(LogEntry entry) |
static LogEntryMatcher.Operation |
LogEntryMatcher.Operation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogEntryMatcher.Operation[] |
LogEntryMatcher.Operation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © GigaSpaces.