Methods in com.gigaspaces.log with parameters of type LogEntries |
static AfterEntryLogEntryMatcher |
LogEntryMatchers.afterEntry(LogEntries logEntries,
LogEntry logEntry)
|
static AfterEntryLogEntryMatcher |
LogEntryMatchers.afterEntry(LogEntries logEntries,
LogEntry logEntry,
boolean inclusive)
|
static AfterEntryLogEntryMatcher |
LogEntryMatchers.afterEntry(LogEntries logEntries,
LogEntry logEntry,
boolean inclusive,
LogEntryMatcher matcher)
|
static AfterEntryLogEntryMatcher |
LogEntryMatchers.afterEntry(LogEntries logEntries,
LogEntry logEntry,
LogEntryMatcher matcher)
|
static BeforeEntryLogEntryMatcher |
LogEntryMatchers.beforeEntry(LogEntries logEntries,
LogEntry logEntry)
|
static BeforeEntryLogEntryMatcher |
LogEntryMatchers.beforeEntry(LogEntries logEntries,
LogEntry logEntry,
boolean inclusive)
|
static BeforeEntryLogEntryMatcher |
LogEntryMatchers.beforeEntry(LogEntries logEntries,
LogEntry logEntry,
boolean inclusive,
LogEntryMatcher matcher)
|
static BeforeEntryLogEntryMatcher |
LogEntryMatchers.beforeEntry(LogEntries logEntries,
LogEntry logEntry,
LogEntryMatcher matcher)
|
LogEntries |
ClientLogEntryMatcherCallback.clientSideProcess(LogEntries entries)
Process the log entries and use the resulted entries. |
LogEntries |
ContinuousLogEntryMatcher.clientSideProcess(LogEntries entries)
|
LogEntries |
ForwardChunkLogEntryMatcher.clientSideProcess(LogEntries entries)
|
LogEntries |
ReverseLogEntryMatcher.clientSideProcess(LogEntries entries)
|
Constructors in com.gigaspaces.log with parameters of type LogEntries |
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)
|
BeforeEntryLogEntryMatcher(LogEntries logEntries,
LogEntry logEntry)
|
BeforeEntryLogEntryMatcher(LogEntries logEntries,
LogEntry logEntry,
boolean inclusive)
|
BeforeEntryLogEntryMatcher(LogEntries logEntries,
LogEntry logEntry,
boolean inclusive,
LogEntryMatcher matcher)
|
BeforeEntryLogEntryMatcher(LogEntries logEntries,
LogEntry logEntry,
LogEntryMatcher matcher)
|
CompoundLogEntries(LogEntries[] entries)
Constructs a new instance with an array of LogEntries (some
values can be null within the array). |
LogEntryMatcher.InitializationContext(LogEntries entries)
|
SameFileLogEntryMatcher(LogEntries logEntries,
LogEntry logEntry)
|
SameFileLogEntryMatcher(LogEntries logEntries,
LogEntry logEntry,
LogEntryMatcher matcher)
|