Uses of Class
com.gigaspaces.log.LogEntry
Packages that use LogEntry
-
Uses of LogEntry in com.gigaspaces.log
Methods in com.gigaspaces.log that return LogEntryModifier and TypeMethodDescriptionLogEntries.findFileMarkerFor(LogEntry logEntry) Finds the log entry of typeLogEntry.Type.FILE_MARKERthat corresponds the the provided log entry.Methods in com.gigaspaces.log that return types with arguments of type LogEntryModifier and TypeMethodDescriptionAllLogEntryMatcher.entries()ContinuousLogEntryMatcher.entries()ForwardChunkLogEntryMatcher.entries()LogEntryMatcher.entries()Returns all the relevant entries this matcher accumulated.LogEntryMatcherFilter.entries()ReverseLogEntryMatcher.entries()SizeLogEntryMatcher.entries()LogEntries.getEntries()The list of log entries.LogEntries.iterator()LogEntries.logEntries()Returns a list of all theLogEntrywhich are of the log type (represent an actual log line).LogEntries.typeEntries(LogEntry.Type type) Returns a list of all theLogEntrywhich are of the prvided type.Methods in com.gigaspaces.log with parameters of type LogEntryModifier and TypeMethodDescriptionstatic AfterEntryLogEntryMatcherLogEntryMatchers.afterEntry(LogEntries logEntries, LogEntry logEntry) static AfterEntryLogEntryMatcherLogEntryMatchers.afterEntry(LogEntries logEntries, LogEntry logEntry, boolean inclusive) static AfterEntryLogEntryMatcherLogEntryMatchers.afterEntry(LogEntries logEntries, LogEntry logEntry, boolean inclusive, LogEntryMatcher matcher) static AfterEntryLogEntryMatcherLogEntryMatchers.afterEntry(LogEntries logEntries, LogEntry logEntry, LogEntryMatcher matcher) static BeforeEntryLogEntryMatcherLogEntryMatchers.beforeEntry(LogEntries logEntries, LogEntry logEntry) static BeforeEntryLogEntryMatcherLogEntryMatchers.beforeEntry(LogEntries logEntries, LogEntry logEntry, boolean inclusive) static BeforeEntryLogEntryMatcherLogEntryMatchers.beforeEntry(LogEntries logEntries, LogEntry logEntry, boolean inclusive, LogEntryMatcher matcher) static BeforeEntryLogEntryMatcherLogEntryMatchers.beforeEntry(LogEntries logEntries, LogEntry logEntry, LogEntryMatcher matcher) protected LogEntryMatcher.Operationprotected LogEntryMatcher.Operationprotected LogEntryMatcher.Operationprotected LogEntryMatcher.Operationprotected LogEntryMatcher.Operationprotected LogEntryMatcher.Operationprotected LogEntryMatcher.Operationprotected abstract LogEntryMatcher.OperationShould the operation be filtered or not.protected LogEntryMatcher.Operationprotected LogEntryMatcher.Operationprotected LogEntryMatcher.OperationLogEntries.findFileMarkerFor(LogEntry logEntry) Finds the log entry of typeLogEntry.Type.FILE_MARKERthat corresponds the the provided log entry.Controls if the traversal of the log file should continue, or break.Constructors in com.gigaspaces.log with parameters of type LogEntryModifierConstructorDescriptionAfterEntryLogEntryMatcher(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 LogEntryModifierConstructorDescriptionLogEntries(LogProcessType processType, List<LogEntry> entries, int totalLogFiles, long pid, long latestTimestamp, String hostName, String hostAddress)