GigaSpaces XAP 8.0 API

Uses of Class
com.gigaspaces.log.LogEntries

Packages that use LogEntries
com.gigaspaces.log   
com.sun.jini.reggie Provides implementations of ServiceRegistrar
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)
           
 

Constructors in com.gigaspaces.log with parameters of type LogEntries
AfterEntryLogEntryMatcher(LogEntries logEntries, LogEntry logEntry)
           
AfterEntryLogEntryMatcher(LogEntries logEntries, LogEntry logEntry, boolean inclusive)
           
AfterEntryLogEntryMatcher(LogEntries logEntries, LogEntry logEntry, boolean inclusive, LogEntryMatcher matcher)
           
AfterEntryLogEntryMatcher(LogEntries logEntries, LogEntry logEntry, LogEntryMatcher matcher)
           
BeforeEntryLogEntryMatcher(LogEntries logEntries, LogEntry logEntry)
           
BeforeEntryLogEntryMatcher(LogEntries logEntries, LogEntry logEntry, boolean inclusive)
           
BeforeEntryLogEntryMatcher(LogEntries logEntries, LogEntry logEntry, boolean inclusive, LogEntryMatcher matcher)
           
BeforeEntryLogEntryMatcher(LogEntries logEntries, LogEntry logEntry, LogEntryMatcher matcher)
           
CompoundLogEntries(LogEntries[] entries)
          Constructs a new instance with an array of LogEntries (some values can be null within the array).
LogEntryMatcher.InitializationContext(LogEntries entries)
           
SameFileLogEntryMatcher(LogEntries logEntries, LogEntry logEntry)
           
SameFileLogEntryMatcher(LogEntries logEntries, LogEntry logEntry, LogEntryMatcher matcher)
           
 

Uses of LogEntries in com.sun.jini.reggie
 

Methods in com.sun.jini.reggie that return LogEntries
 LogEntries GigaRegistrar.logEntriesDirect(LogEntryMatcher matcher)
           
 

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 8.0 API

Copyright © GigaSpaces.