| 
GigaSpaces XAP 7.1 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LogProcessType | |
|---|---|
| com.gigaspaces.log | |
| org.openspaces.admin.gsa | Support for managing of Grid Service Agent(s) through the Admin API. | 
| Uses of LogProcessType in com.gigaspaces.log | 
|---|
| Methods in com.gigaspaces.log that return LogProcessType | |
|---|---|
 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're declared.  | 
| Constructors in com.gigaspaces.log with parameters of type LogProcessType | |
|---|---|
LogEntries(LogProcessType processType,
           List<LogEntry> entries,
           int totalLogFiles,
           long pid,
           long latestTimestamp,
           String hostName,
           String hostAddress)
 | 
|
LogEntryMatcher.InitializationContext(String hostAddress,
                                      String hostName,
                                      long pid,
                                      LogProcessType processType)
 | 
|
| Uses of LogProcessType in org.openspaces.admin.gsa | 
|---|
| Methods in org.openspaces.admin.gsa with parameters of type LogProcessType | |
|---|---|
 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.  | 
  | 
GigaSpaces XAP 7.1 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||