Classes in com.gigaspaces.log that implement StreamLogEntryMatcher |
class |
ContinuousLogEntryMatcher
A reusable matcher (not thread safe) which accepts a matcher that returns the log entries for the
first call, and for any other call, a AfterEntryLogEntryMatcher will be
used with the last log entry returned. |
class |
ForwardChunkLogEntryMatcher
A forward chunk that iterates over all the log files, from start to end. |
class |
ReverseLogEntryMatcher
A streaming log entry matcher that allows to traverse the log entries in a streaming manner in a
reverse order. |