Package | Description |
---|---|
com.gigaspaces.log | |
org.openspaces.admin |
Entry point for Admin API, allowing to use AdminFactory in order to create an Admin instance.
|
org.openspaces.admin.gsa |
Support for managing of Grid Service Agent(s) through the Admin API.
|
org.openspaces.grid.esm |
Modifier and Type | Method and Description |
---|---|
LogEntries |
ClientLogEntryMatcherCallback.clientSideProcess(LogEntries entries)
Process the log entries and use the resulted entries.
|
LogEntries |
ContinuousLogEntryMatcher.clientSideProcess(LogEntries entries) |
LogEntries |
ForwardChunkLogEntryMatcher.clientSideProcess(LogEntries entries) |
LogEntries |
ReverseLogEntryMatcher.clientSideProcess(LogEntries entries) |
LogEntries[] |
CompoundLogEntries.getEntries()
Returns the
LogEntries array. |
LogEntries[] |
CompoundLogEntries.getSafeEntries()
Returns a
LogEntries array with no null values. |
Modifier and Type | Method and Description |
---|---|
static AfterEntryLogEntryMatcher |
LogEntryMatchers.afterEntry(LogEntries logEntries,
LogEntry logEntry) |
static AfterEntryLogEntryMatcher |
LogEntryMatchers.afterEntry(LogEntries logEntries,
LogEntry logEntry,
boolean inclusive) |
static AfterEntryLogEntryMatcher |
LogEntryMatchers.afterEntry(LogEntries logEntries,
LogEntry logEntry,
boolean inclusive,
LogEntryMatcher matcher) |
static AfterEntryLogEntryMatcher |
LogEntryMatchers.afterEntry(LogEntries logEntries,
LogEntry logEntry,
LogEntryMatcher matcher) |
static BeforeEntryLogEntryMatcher |
LogEntryMatchers.beforeEntry(LogEntries logEntries,
LogEntry logEntry) |
static BeforeEntryLogEntryMatcher |
LogEntryMatchers.beforeEntry(LogEntries logEntries,
LogEntry logEntry,
boolean inclusive) |
static BeforeEntryLogEntryMatcher |
LogEntryMatchers.beforeEntry(LogEntries logEntries,
LogEntry logEntry,
boolean inclusive,
LogEntryMatcher matcher) |
static BeforeEntryLogEntryMatcher |
LogEntryMatchers.beforeEntry(LogEntries logEntries,
LogEntry logEntry,
LogEntryMatcher matcher) |
LogEntries |
ClientLogEntryMatcherCallback.clientSideProcess(LogEntries entries)
Process the log entries and use the resulted entries.
|
LogEntries |
ContinuousLogEntryMatcher.clientSideProcess(LogEntries entries) |
LogEntries |
ForwardChunkLogEntryMatcher.clientSideProcess(LogEntries entries) |
LogEntries |
ReverseLogEntryMatcher.clientSideProcess(LogEntries entries) |
Modifier and Type | Method and Description |
---|---|
LogEntries |
LogProviderGridComponent.logEntries(LogEntryMatcher matcher)
Returns the log entries matching the given matcher for the specific grid component.
|
LogEntries |
LogProviderGridComponent.logEntriesDirect(LogEntryMatcher matcher)
Same as
LogProviderGridComponent.logEntries(com.gigaspaces.log.LogEntryMatcher) , but does not try and get the logs
from the agent. |
Modifier and Type | Method and Description |
---|---|
LogEntries |
GridServiceAgent.logEntries(LogProcessType type,
long pid,
LogEntryMatcher matcher)
Extract the log entries matching the provided matcher for the process type and process id.
|
Modifier and Type | Method and Description |
---|---|
LogEntries |
ESMImpl.logEntriesDirect(LogEntryMatcher matcher) |
Copyright © GigaSpaces.