Package | Description |
---|---|
com.gigaspaces.log | |
org.openspaces.admin.gsa |
Support for managing of Grid Service Agent(s) through the Admin API.
|
Modifier and Type | Method and Description |
---|---|
LogProcessType |
LogEntries.getProcessType()
The process type that generated the logs.
|
static LogProcessType |
LogProcessType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogProcessType[] |
LogProcessType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
InitializationContext(String hostAddress,
String hostName,
long pid,
LogProcessType processType) |
LogEntries(LogProcessType processType,
List<LogEntry> entries,
int totalLogFiles,
long pid,
long latestTimestamp,
String hostName,
String hostAddress) |
LogEntries(LogProcessType processType,
long pid,
String hostName,
String hostAddress)
Empty LogEntries
|
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.
|
LogEntries |
GridServiceAgent.logEntries(LogProcessType type,
long pid,
LogEntryMatcher matcher)
Extract the log entries matching the provided matcher for the process type and process id.
|
Copyright © GigaSpaces.