Uses of Interface
com.gigaspaces.log.LogEntryMatcher
Packages that use LogEntryMatcher
Package
Description
Provides implementations of
ServiceRegistrar.Entry point for Admin API, allowing to use AdminFactory in order to create an Admin instance.
Support for managing of Grid Service Agent(s) through the Admin API.
Internally Used.
Internally Used.
Internally Used.
Internally Used.
-
Uses of LogEntryMatcher in com.gigaspaces.internal.log
Methods in com.gigaspaces.internal.log with parameters of type LogEntryMatcherModifier and TypeMethodDescriptionstatic LogEntriesInternalLogHelper.clientSideProcess(LogEntryMatcher matcher, LogEntries entries) static CompoundLogEntriesInternalLogHelper.logEntries(LogProcessType[] types, long[] pids, LogEntryMatcher matcher) static LogEntriesInternalLogHelper.logEntries(LogProcessType type, long pid, LogEntryMatcher matcher) static CompoundLogEntriesInternalLogHelper.logEntries(LogProcessType type, LogEntryMatcher matcher) static LogEntriesInternalLogHelper.logEntriesDirect(LogProcessType type, LogEntryMatcher matcher) static LogEntriesInternalLogHelper.logEntriesDirect(File[] files, long pid, LogProcessType type, LogEntryMatcher matcher) Retrieves the log entries.InternalLogProvider.logEntriesDirect(LogEntryMatcher matcher) -
Uses of LogEntryMatcher in com.gigaspaces.log
Subinterfaces of LogEntryMatcher in com.gigaspaces.logModifier and TypeInterfaceDescriptioninterfaceA marker interface for a specificLogEntryMatchermarking it as needed to have extra processing step when it is received on the client side.interfaceA marker interface indicating that a log entry matcher can be used for streaming (i.e.Classes in com.gigaspaces.log that implement LogEntryMatcherModifier and TypeClassDescriptionclassA matcher filter that will return log entries that happened from (after) the provided log entry.classA matcher filter that will match only on log entries that occurred after the specified time.classA matcher that returns all the log entries.classA matcher filter that will return log entries that happened till the provided log entry.classA matcher filter that will match only on log entries that occurred before the specified time.classA matcher filter that will filter out all log entries that do not contain the provided string.classA reusable matcher (not thread safe) which accepts a matcher that returns the log entries for the first call, and for any other call, aAfterEntryLogEntryMatcherwill be used with the last log entry returned.classA matcher that will be executed only on the first log file.classA forward chunk that iterates over all the log files, from start to end.classReturns the last N log entries.classA base class for entry matchers that act as filters to a delegated matcher.classA log entry matcher filter that matches on nothing.classA log entry matcher filter that will match on log entries which match on the given regular expression.classA streaming log entry matcher that allows to traverse the log entries in a streaming manner in a reverse order.classA log entry matcher filter that matches on logs that only exists within the same log file.classA matcher that returns only stores the last N entries but does not break (basically, will return the last N elements processed).Methods in com.gigaspaces.log with parameters of type LogEntryMatcherModifier and TypeMethodDescriptionstatic AfterEntryLogEntryMatcherLogEntryMatchers.afterEntry(LogEntries logEntries, LogEntry logEntry, boolean inclusive, LogEntryMatcher matcher) static AfterEntryLogEntryMatcherLogEntryMatchers.afterEntry(LogEntries logEntries, LogEntry logEntry, LogEntryMatcher matcher) static AfterTimeLogEntryMatcherLogEntryMatchers.afterTime(long timestamp, boolean inclusive, LogEntryMatcher matcher) static AfterTimeLogEntryMatcherLogEntryMatchers.afterTime(long timestamp, LogEntryMatcher matcher) static AfterTimeLogEntryMatcherLogEntryMatchers.afterTime(String time, boolean inclusive, LogEntryMatcher matcher) static AfterTimeLogEntryMatcherLogEntryMatchers.afterTime(String time, LogEntryMatcher matcher) static AfterTimeLogEntryMatcherLogEntryMatchers.afterTime(String time, String format, boolean inclusive, LogEntryMatcher matcher) static AfterTimeLogEntryMatcherLogEntryMatchers.afterTime(String time, String format, LogEntryMatcher matcher) static BeforeEntryLogEntryMatcherLogEntryMatchers.beforeEntry(LogEntries logEntries, LogEntry logEntry, boolean inclusive, LogEntryMatcher matcher) static BeforeEntryLogEntryMatcherLogEntryMatchers.beforeEntry(LogEntries logEntries, LogEntry logEntry, LogEntryMatcher matcher) static BeforeTimeLogEntryMatcherLogEntryMatchers.beforeTime(long timestamp, boolean inclusive, LogEntryMatcher matcher) static BeforeTimeLogEntryMatcherLogEntryMatchers.beforeTime(long timestamp, LogEntryMatcher matcher) static BeforeTimeLogEntryMatcherLogEntryMatchers.beforeTime(String time, boolean inclusive, LogEntryMatcher matcher) static BeforeTimeLogEntryMatcherLogEntryMatchers.beforeTime(String time, LogEntryMatcher matcher) static BeforeTimeLogEntryMatcherLogEntryMatchers.beforeTime(String time, String format, boolean inclusive, LogEntryMatcher matcher) static BeforeTimeLogEntryMatcherLogEntryMatchers.beforeTime(String time, String format, LogEntryMatcher matcher) LogEntryMatchers.containsString(String str, LogEntryMatcher matcher) static ContinuousLogEntryMatcherLogEntryMatchers.continuous(LogEntryMatcher initialMatcher) static ContinuousLogEntryMatcherLogEntryMatchers.continuous(LogEntryMatcher initialMatcher, LogEntryMatcher continousMatcher) static FirstFileLogEntryMatcherLogEntryMatchers.firstFile(LogEntryMatcher matcher) static ForwardChunkLogEntryMatcherLogEntryMatchers.forwardChunk(LogEntryMatcher matcher) static LastNLogEntryMatcherLogEntryMatchers.lastN(int lastN, LogEntryMatcher matcher) static RegexLogEntryMatcherLogEntryMatchers.regex(String regex, LogEntryMatcher matcher) static ReverseLogEntryMatcherLogEntryMatchers.reverse(LogEntryMatcher matcher) Constructors in com.gigaspaces.log with parameters of type LogEntryMatcherModifierConstructorDescriptionAfterEntryLogEntryMatcher(LogEntries logEntries, LogEntry logEntry, boolean inclusive, LogEntryMatcher matcher) AfterEntryLogEntryMatcher(LogEntries logEntries, LogEntry logEntry, LogEntryMatcher matcher) AfterTimeLogEntryMatcher(long timestamp, boolean inclusive, LogEntryMatcher matcher) AfterTimeLogEntryMatcher(long timestamp, LogEntryMatcher matcher) AfterTimeLogEntryMatcher(String time, boolean inclusive, LogEntryMatcher matcher) AfterTimeLogEntryMatcher(String time, LogEntryMatcher matcher) AfterTimeLogEntryMatcher(String time, String format, boolean inclusive, LogEntryMatcher matcher) AfterTimeLogEntryMatcher(String time, String format, LogEntryMatcher matcher) BeforeEntryLogEntryMatcher(LogEntries logEntries, LogEntry logEntry, boolean inclusive, LogEntryMatcher matcher) BeforeEntryLogEntryMatcher(LogEntries logEntries, LogEntry logEntry, LogEntryMatcher matcher) BeforeTimeLogEntryMatcher(long timestamp, boolean inclusive, LogEntryMatcher matcher) BeforeTimeLogEntryMatcher(long timestamp, LogEntryMatcher matcher) BeforeTimeLogEntryMatcher(String time, boolean inclusive, LogEntryMatcher matcher) BeforeTimeLogEntryMatcher(String time, LogEntryMatcher matcher) BeforeTimeLogEntryMatcher(String time, String format, boolean inclusive, LogEntryMatcher matcher) BeforeTimeLogEntryMatcher(String time, String format, LogEntryMatcher matcher) ContainsStringLogEntryMatcher(String str, LogEntryMatcher matcher) ContinuousLogEntryMatcher(LogEntryMatcher initialMatcher, LogEntryMatcher continousMatcher) FirstFileLogEntryMatcher(LogEntryMatcher matcher) LastNLogEntryMatcher(int lastN, LogEntryMatcher matcher) protectedLogEntryMatcherFilter(LogEntryMatcher matcher) RegexLogEntryMatcher(String regex, LogEntryMatcher matcher) ReverseLogEntryMatcher(LogEntryMatcher matcher) SameFileLogEntryMatcher(long filePosition, LogEntryMatcher matcher) SameFileLogEntryMatcher(LogEntries logEntries, LogEntry logEntry, LogEntryMatcher matcher) -
Uses of LogEntryMatcher in com.sun.jini.reggie
Methods in com.sun.jini.reggie with parameters of type LogEntryMatcher -
Uses of LogEntryMatcher in org.openspaces.admin
Methods in org.openspaces.admin with parameters of type LogEntryMatcherModifier and TypeMethodDescriptionLogProviderGridComponent.logEntries(LogEntryMatcher matcher) Returns the log entries matching the given matcher for the specific grid component.LogProviderGridComponent.logEntriesDirect(LogEntryMatcher matcher) Same asLogProviderGridComponent.logEntries(com.gigaspaces.log.LogEntryMatcher), but does not try and get the logs from the agent. -
Uses of LogEntryMatcher in org.openspaces.admin.gsa
Methods in org.openspaces.admin.gsa with parameters of type LogEntryMatcherModifier and TypeMethodDescriptionGridServiceAgent.allLogEntries(LogProcessType type, LogEntryMatcher matcher) Extracts all the log entries for the provided process type including both "live" runtime components and ones that are no longer running.GridServiceAgent.liveLogEntries(LogEntryMatcher matcher) Extracts all the log entries of all the "live" runtime components that this agent is running matching the given matcher.GridServiceAgent.logEntries(LogProcessType type, long pid, LogEntryMatcher matcher) Extract the log entries matching the provided matcher for the process type and process id. -
Uses of LogEntryMatcher in org.openspaces.admin.internal.gsa
Methods in org.openspaces.admin.internal.gsa with parameters of type LogEntryMatcherModifier and TypeMethodDescriptionDefaultGridServiceAgent.allLogEntries(LogProcessType type, LogEntryMatcher matcher) DefaultGridServiceAgent.liveLogEntries(LogEntryMatcher matcher) DefaultGridServiceAgent.logEntries(LogEntryMatcher matcher) DefaultGridServiceAgent.logEntries(LogProcessType type, long pid, LogEntryMatcher matcher) DefaultGridServiceAgent.logEntriesDirect(LogEntryMatcher matcher) -
Uses of LogEntryMatcher in org.openspaces.admin.internal.gsc
Methods in org.openspaces.admin.internal.gsc with parameters of type LogEntryMatcherModifier and TypeMethodDescriptionDefaultGridServiceContainer.logEntries(LogEntryMatcher matcher) DefaultGridServiceContainer.logEntriesDirect(LogEntryMatcher matcher) -
Uses of LogEntryMatcher in org.openspaces.admin.internal.gsm
Methods in org.openspaces.admin.internal.gsm with parameters of type LogEntryMatcherModifier and TypeMethodDescriptionDefaultGridServiceManager.logEntries(LogEntryMatcher matcher) DefaultGridServiceManager.logEntriesDirect(LogEntryMatcher matcher) -
Uses of LogEntryMatcher in org.openspaces.admin.internal.lus
Methods in org.openspaces.admin.internal.lus with parameters of type LogEntryMatcherModifier and TypeMethodDescriptionDefaultLookupService.logEntries(LogEntryMatcher matcher) DefaultLookupService.logEntriesDirect(LogEntryMatcher matcher)