| 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 |
| Class and Description |
|---|
| AfterEntryLogEntryMatcher
A matcher filter that will return log entries that happened from (after) the provided log entry.
|
| AfterTimeLogEntryMatcher
A matcher filter that will match only on log entries that occurred after the specified time.
|
| AllLogEntryMatcher
A matcher that returns all the log entries.
|
| BeforeEntryLogEntryMatcher
A matcher filter that will return log entries that happened till the provided log entry.
|
| BeforeTimeLogEntryMatcher
A matcher filter that will match only on log entries that occurred before the specified time.
|
| ClientLogEntryMatcherCallback
A marker interface for a specific
LogEntryMatcher
marking it as needed to have extra processing step when it is received on the client
side. |
| ContainsStringLogEntryMatcher
A matcher filter that will filter out all log entries that do not contain the provided
string.
|
| ContinuousLogEntryMatcher
A reusable matcher (not thread safe) which accepts a matcher that returns the log entries for the
first call, and for any other call, a
AfterEntryLogEntryMatcher will be
used with the last log entry returned. |
| FirstFileLogEntryMatcher
A matcher that will be executed only on the first log file.
|
| ForwardChunkLogEntryMatcher
A forward chunk that iterates over all the log files, from start to end.
|
| LastNLogEntryMatcher
Returns the last N log entries.
|
| LogEntries
A collection of log entries, including meta information such as process id, host information.
|
| LogEntry
Represents a log entry.
|
| LogEntry.Type
The type of the log entry.
|
| LogEntryMatcher
A matcher allowing to control the traversal of the log file.
|
| LogEntryMatcher.InitializationContext |
| LogEntryMatcher.Operation |
| LogEntryMatcherFilter
A base class for entry matchers that act as filters to a delegated matcher.
|
| LogProcessType
The type of process that generated the log.
|
| NoneLogEntryMatcher
A log entry matcher filter that matches on nothing.
|
| RegexLogEntryMatcher
A log entry matcher filter that will match on log entries which match on the given
regular expression.
|
| ReverseLogEntryMatcher
A streaming log entry matcher that allows to traverse the log entries in a streaming manner in a
reverse order.
|
| SizeLogEntryMatcher
A matcher that returns only stores the last N entries but does not break (basically,
will return the last N elements processed).
|
| StreamLogEntryMatcher
A marker interface indicating that a log entry matcher can be used for streaming (i.e. used repeatedly).
|
| Class and Description |
|---|
| LogEntries
A collection of log entries, including meta information such as process id, host information.
|
| LogEntryMatcher
A matcher allowing to control the traversal of the log file.
|
| Class and Description |
|---|
| CompoundLogEntries
Holds a list of
LogEntries. |
| LogEntries
A collection of log entries, including meta information such as process id, host information.
|
| LogEntryMatcher
A matcher allowing to control the traversal of the log file.
|
| LogProcessType
The type of process that generated the log.
|
| Class and Description |
|---|
| LogEntries
A collection of log entries, including meta information such as process id, host information.
|
| LogEntryMatcher
A matcher allowing to control the traversal of the log file.
|
Copyright © GigaSpaces.