GigaSpaces XAP 8.0 API

Uses of Class
com.gigaspaces.log.LogEntry

Packages that use LogEntry
com.gigaspaces.log   
 

Uses of LogEntry in com.gigaspaces.log
 

Methods in com.gigaspaces.log that return LogEntry
 LogEntry LogEntries.findFileMarkerFor(LogEntry logEntry)
          Finds the log entry of type LogEntry.Type.FILE_MARKER that corresponds the the provided log entry.
 

Methods in com.gigaspaces.log that return types with arguments of type LogEntry
 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.
 

Methods in com.gigaspaces.log with parameters of type LogEntry
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)
           
 

Constructors in com.gigaspaces.log with parameters of type LogEntry
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 parameters in com.gigaspaces.log with type arguments of type LogEntry
LogEntries(LogProcessType processType, List<LogEntry> entries, int totalLogFiles, long pid, long latestTimestamp, String hostName, String hostAddress)
           
 


GigaSpaces XAP 8.0 API

Copyright © GigaSpaces.