Package | Description |
---|---|
com.gigaspaces.internal.log | |
org.openspaces.admin.gsa |
Support for managing of Grid Service Agent(s) through the Admin API.
|
org.openspaces.admin.internal.gsa |
Internally Used.
|
Modifier and Type | Method and Description |
---|---|
static CompoundLogEntries |
InternalLogHelper.logEntries(LogProcessType[] types,
long[] pids,
LogEntryMatcher matcher) |
static CompoundLogEntries |
InternalLogHelper.logEntries(LogProcessType type,
LogEntryMatcher matcher) |
Modifier and Type | Method and Description |
---|---|
CompoundLogEntries |
GridServiceAgent.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.
|
CompoundLogEntries |
GridServiceAgent.liveLogEntries(LogEntryMatcher matcher)
Extracts all the log entries of all the "live" runtime components that this agent is running
matching the given matcher.
|
Modifier and Type | Method and Description |
---|---|
CompoundLogEntries |
DefaultGridServiceAgent.allLogEntries(LogProcessType type,
LogEntryMatcher matcher) |
CompoundLogEntries |
DefaultGridServiceAgent.liveLogEntries(LogEntryMatcher matcher) |
Copyright © GigaSpaces.