Uses of Class
com.gigaspaces.log.LogEntries
Packages that use LogEntries
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 LogEntries in com.gigaspaces.internal.log
Methods in com.gigaspaces.internal.log that return LogEntriesModifier and TypeMethodDescriptionstatic LogEntriesInternalLogHelper.clientSideProcess(LogEntryMatcher matcher, LogEntries entries) static LogEntriesInternalLogHelper.logEntries(LogProcessType type, long pid, 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) Methods in com.gigaspaces.internal.log with parameters of type LogEntriesModifier and TypeMethodDescriptionstatic LogEntriesInternalLogHelper.clientSideProcess(LogEntryMatcher matcher, LogEntries entries) -
Uses of LogEntries in com.gigaspaces.log
Methods in com.gigaspaces.log that return LogEntriesModifier and TypeMethodDescriptionClientLogEntryMatcherCallback.clientSideProcess(LogEntries entries) Process the log entries and use the resulted entries.ContinuousLogEntryMatcher.clientSideProcess(LogEntries entries) ForwardChunkLogEntryMatcher.clientSideProcess(LogEntries entries) ReverseLogEntryMatcher.clientSideProcess(LogEntries entries) CompoundLogEntries.getEntries()Returns theLogEntriesarray.CompoundLogEntries.getSafeEntries()Returns aLogEntriesarray with no null values.Methods in com.gigaspaces.log with parameters of type LogEntriesModifier 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) ClientLogEntryMatcherCallback.clientSideProcess(LogEntries entries) Process the log entries and use the resulted entries.ContinuousLogEntryMatcher.clientSideProcess(LogEntries entries) ForwardChunkLogEntryMatcher.clientSideProcess(LogEntries entries) ReverseLogEntryMatcher.clientSideProcess(LogEntries entries) Constructors in com.gigaspaces.log with parameters of type LogEntriesModifierConstructorDescriptionAfterEntryLogEntryMatcher(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) CompoundLogEntries(LogEntries[] entries) Constructs a new instance with an array ofLogEntries(some values can be null within the array).InitializationContext(LogEntries entries) SameFileLogEntryMatcher(LogEntries logEntries, LogEntry logEntry) SameFileLogEntryMatcher(LogEntries logEntries, LogEntry logEntry, LogEntryMatcher matcher) -
Uses of LogEntries in com.sun.jini.reggie
Methods in com.sun.jini.reggie that return LogEntries -
Uses of LogEntries in org.openspaces.admin
Methods in org.openspaces.admin that return LogEntriesModifier 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 LogEntries in org.openspaces.admin.gsa
Methods in org.openspaces.admin.gsa that return LogEntriesModifier and TypeMethodDescriptionGridServiceAgent.logEntries(LogProcessType type, long pid, LogEntryMatcher matcher) Extract the log entries matching the provided matcher for the process type and process id. -
Uses of LogEntries in org.openspaces.admin.internal.gsa
Methods in org.openspaces.admin.internal.gsa that return LogEntriesModifier and TypeMethodDescriptionDefaultGridServiceAgent.logEntries(LogEntryMatcher matcher) DefaultGridServiceAgent.logEntries(LogProcessType type, long pid, LogEntryMatcher matcher) DefaultGridServiceAgent.logEntriesDirect(LogEntryMatcher matcher) -
Uses of LogEntries in org.openspaces.admin.internal.gsc
Methods in org.openspaces.admin.internal.gsc that return LogEntriesModifier and TypeMethodDescriptionDefaultGridServiceContainer.logEntries(LogEntryMatcher matcher) DefaultGridServiceContainer.logEntriesDirect(LogEntryMatcher matcher) -
Uses of LogEntries in org.openspaces.admin.internal.gsm
Methods in org.openspaces.admin.internal.gsm that return LogEntriesModifier and TypeMethodDescriptionDefaultGridServiceManager.logEntries(LogEntryMatcher matcher) DefaultGridServiceManager.logEntriesDirect(LogEntryMatcher matcher) -
Uses of LogEntries in org.openspaces.admin.internal.lus
Methods in org.openspaces.admin.internal.lus that return LogEntriesModifier and TypeMethodDescriptionDefaultLookupService.logEntries(LogEntryMatcher matcher) DefaultLookupService.logEntriesDirect(LogEntryMatcher matcher)