Uses of Class
com.gigaspaces.log.CompoundLogEntries
Packages that use CompoundLogEntries
Package
Description
Support for managing of Grid Service Agent(s) through the Admin API.
Internally Used.
-
Uses of CompoundLogEntries in com.gigaspaces.internal.log
Methods in com.gigaspaces.internal.log that return CompoundLogEntriesModifier and TypeMethodDescriptionstatic CompoundLogEntriesInternalLogHelper.logEntries(LogProcessType[] types, long[] pids, LogEntryMatcher matcher) static CompoundLogEntriesInternalLogHelper.logEntries(LogProcessType type, LogEntryMatcher matcher) -
Uses of CompoundLogEntries in org.openspaces.admin.gsa
Methods in org.openspaces.admin.gsa that return CompoundLogEntriesModifier 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. -
Uses of CompoundLogEntries in org.openspaces.admin.internal.gsa
Methods in org.openspaces.admin.internal.gsa that return CompoundLogEntriesModifier and TypeMethodDescriptionDefaultGridServiceAgent.allLogEntries(LogProcessType type, LogEntryMatcher matcher) DefaultGridServiceAgent.liveLogEntries(LogEntryMatcher matcher)