| Package | Description | 
|---|---|
| com.gigaspaces.log | 
| Modifier and Type | Method and Description | 
|---|---|
LogEntry | 
LogEntries.findFileMarkerFor(LogEntry logEntry)
Finds the log entry of type  
LogEntry.Type.FILE_MARKER
 that corresponds the the provided log entry. | 
| Modifier and Type | Method and Description | 
|---|---|
List<LogEntry> | 
AllLogEntryMatcher.entries()  | 
List<LogEntry> | 
ContinuousLogEntryMatcher.entries()  | 
List<LogEntry> | 
ForwardChunkLogEntryMatcher.entries()  | 
List<LogEntry> | 
LogEntryMatcher.entries()
Returns all the relevant entries this matcher accumulated. 
 | 
List<LogEntry> | 
LogEntryMatcherFilter.entries()  | 
List<LogEntry> | 
ReverseLogEntryMatcher.entries()  | 
List<LogEntry> | 
SizeLogEntryMatcher.entries()  | 
List<LogEntry> | 
LogEntries.getEntries()
The list of log entries. 
 | 
Iterator<LogEntry> | 
LogEntries.iterator()  | 
List<LogEntry> | 
LogEntries.logEntries()
Returns a list of all the  
LogEntry which are of the
 log type (represent an actual log line). | 
List<LogEntry> | 
LogEntries.typeEntries(LogEntry.Type type)
Returns a list of all the  
LogEntry which are of the
 prvided type. | 
| Modifier and Type | Method and Description | 
|---|---|
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)  | 
protected LogEntryMatcher.Operation | 
AfterEntryLogEntryMatcher.filter(LogEntry entry)  | 
protected LogEntryMatcher.Operation | 
AfterTimeLogEntryMatcher.filter(LogEntry entry)  | 
protected LogEntryMatcher.Operation | 
BeforeEntryLogEntryMatcher.filter(LogEntry entry)  | 
protected LogEntryMatcher.Operation | 
BeforeTimeLogEntryMatcher.filter(LogEntry entry)  | 
protected LogEntryMatcher.Operation | 
ContainsStringLogEntryMatcher.filter(LogEntry entry)  | 
protected LogEntryMatcher.Operation | 
FirstFileLogEntryMatcher.filter(LogEntry entry)  | 
protected LogEntryMatcher.Operation | 
LastNLogEntryMatcher.filter(LogEntry entry)  | 
protected abstract LogEntryMatcher.Operation | 
LogEntryMatcherFilter.filter(LogEntry entry)
Should the operation be filtered or not. 
 | 
protected LogEntryMatcher.Operation | 
NoneLogEntryMatcher.filter(LogEntry entry)  | 
protected LogEntryMatcher.Operation | 
RegexLogEntryMatcher.filter(LogEntry entry)  | 
protected LogEntryMatcher.Operation | 
SameFileLogEntryMatcher.filter(LogEntry entry)  | 
LogEntry | 
LogEntries.findFileMarkerFor(LogEntry logEntry)
Finds the log entry of type  
LogEntry.Type.FILE_MARKER
 that corresponds the the provided log entry. | 
LogEntryMatcher.Operation | 
AllLogEntryMatcher.match(LogEntry entry)  | 
LogEntryMatcher.Operation | 
ContinuousLogEntryMatcher.match(LogEntry entry)  | 
LogEntryMatcher.Operation | 
ForwardChunkLogEntryMatcher.match(LogEntry entry)  | 
LogEntryMatcher.Operation | 
LogEntryMatcher.match(LogEntry entry)
Controls if the traversal of the log file should continue, or break. 
 | 
LogEntryMatcher.Operation | 
LogEntryMatcherFilter.match(LogEntry entry)  | 
LogEntryMatcher.Operation | 
ReverseLogEntryMatcher.match(LogEntry entry)  | 
LogEntryMatcher.Operation | 
SizeLogEntryMatcher.match(LogEntry entry)  | 
| Constructor and Description | 
|---|
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)  | 
SameFileLogEntryMatcher(LogEntries logEntries,
                       LogEntry logEntry)  | 
SameFileLogEntryMatcher(LogEntries logEntries,
                       LogEntry logEntry,
                       LogEntryMatcher matcher)  | 
| Constructor and Description | 
|---|
LogEntries(LogProcessType processType,
          List<LogEntry> entries,
          int totalLogFiles,
          long pid,
          long latestTimestamp,
          String hostName,
          String hostAddress)  | 
Copyright © GigaSpaces.