Package | Description |
---|---|
com.gigaspaces.internal.log | |
com.gigaspaces.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 LogProcessType |
InternalLogHelper.parseProcessTypeFromSystemProperty() |
Modifier and Type | Method and Description |
---|---|
static CompoundLogEntries |
InternalLogHelper.logEntries(LogProcessType[] types,
long[] pids,
LogEntryMatcher matcher) |
static CompoundLogEntries |
InternalLogHelper.logEntries(LogProcessType type,
LogEntryMatcher matcher) |
static LogEntries |
InternalLogHelper.logEntries(LogProcessType type,
long pid,
LogEntryMatcher matcher) |
static LogEntries |
InternalLogHelper.logEntriesDirect(File[] files,
long pid,
LogProcessType type,
LogEntryMatcher matcher)
Retrieves the log entries.
|
static LogEntries |
InternalLogHelper.logEntriesDirect(LogProcessType type,
LogEntryMatcher matcher) |
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.
|
Modifier and Type | Method and Description |
---|---|
CompoundLogEntries |
DefaultGridServiceAgent.allLogEntries(LogProcessType type,
LogEntryMatcher matcher) |
LogEntries |
DefaultGridServiceAgent.logEntries(LogProcessType type,
long pid,
LogEntryMatcher matcher) |
Copyright © GigaSpaces.