|
GigaSpaces XAP 7.1 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LogEntries | |
|---|---|
| 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 | |
| Uses of LogEntries in com.gigaspaces.log |
|---|
| Methods in com.gigaspaces.log that return LogEntries | |
|---|---|
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. |
| Methods in com.gigaspaces.log with parameters of type LogEntries | |
|---|---|
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)
|
| Uses of LogEntries in org.openspaces.admin |
|---|
| Methods in org.openspaces.admin that return LogEntries | |
|---|---|
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. |
| Uses of LogEntries in org.openspaces.admin.gsa |
|---|
| Methods in org.openspaces.admin.gsa that return LogEntries | |
|---|---|
LogEntries |
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 LogEntries in org.openspaces.grid.esm |
|---|
| Methods in org.openspaces.grid.esm that return LogEntries | |
|---|---|
LogEntries |
ESMImpl.logEntriesDirect(LogEntryMatcher matcher)
|
|
GigaSpaces XAP 7.1 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||