GigaSpaces XAP 9.7.2 API

org.openspaces.admin
Interface LogProviderGridComponent

All Superinterfaces:
AdminAware, DiscoverableComponent, GridComponent, MachineAware, OperatingSystemAware, TransportAware, VirtualMachineAware, ZoneAware
All Known Subinterfaces:
ElasticServiceManager, GridServiceAgent, GridServiceContainer, GridServiceManager, LookupService

public interface LogProviderGridComponent
extends GridComponent

A grid component that can provide the ability to extract logging information.

Author:
kimchy

Method Summary
 LogEntries logEntries(LogEntryMatcher matcher)
          Returns the log entries matching the given matcher for the specific grid component.
 LogEntries logEntriesDirect(LogEntryMatcher matcher)
          Same as logEntries(com.gigaspaces.log.LogEntryMatcher), but does not try and get the logs from the agent.
 
Methods inherited from interface org.openspaces.admin.GridComponent
getUid
 
Methods inherited from interface org.openspaces.admin.DiscoverableComponent
isDiscovered
 
Methods inherited from interface org.openspaces.admin.AdminAware
getAdmin
 
Methods inherited from interface org.openspaces.admin.machine.MachineAware
getMachine
 
Methods inherited from interface org.openspaces.admin.transport.TransportAware
getTransport
 
Methods inherited from interface org.openspaces.admin.os.OperatingSystemAware
getOperatingSystem
 
Methods inherited from interface org.openspaces.admin.vm.VirtualMachineAware
getVirtualMachine
 
Methods inherited from interface org.openspaces.admin.zone.ZoneAware
getZones
 

Method Detail

logEntries

LogEntries logEntries(LogEntryMatcher matcher)
                      throws AdminException
Returns the log entries matching the given matcher for the specific grid component. If it is managed by a GridServiceAgent, will get the log through it instead of creating a load on the actual grid component.

Throws:
AdminException

logEntriesDirect

LogEntries logEntriesDirect(LogEntryMatcher matcher)
                            throws AdminException
Same as logEntries(com.gigaspaces.log.LogEntryMatcher), but does not try and get the logs from the agent.

Throws:
AdminException

GigaSpaces XAP 9.7.2 API

Copyright © GigaSpaces.