Interface LogProviderGridComponent
- All Superinterfaces:
AdminAware, DiscoverableComponent, GridComponent, MachineAware, OperatingSystemAware, TransportAware, VirtualMachineAware, ZoneAware
- All Known Subinterfaces:
GridServiceAgent, GridServiceContainer, GridServiceManager, InternalGridServiceAgent, InternalGridServiceContainer, InternalGridServiceManager, InternalLookupService, LookupService
- All Known Implementing Classes:
DefaultGridServiceAgent, DefaultGridServiceContainer, DefaultGridServiceManager, DefaultLookupService
A grid component that can provide the ability to extract logging information.
- Author:
- kimchy
-
Method Summary
Modifier and TypeMethodDescriptionlogEntries(LogEntryMatcher matcher) Returns the log entries matching the given matcher for the specific grid component.logEntriesDirect(LogEntryMatcher matcher) Same aslogEntries(com.gigaspaces.log.LogEntryMatcher), but does not try and get the logs from the agent.Methods inherited from interface AdminAware
getAdminMethods inherited from interface DiscoverableComponent
isDiscoveredMethods inherited from interface GridComponent
getUidMethods inherited from interface MachineAware
getMachineMethods inherited from interface OperatingSystemAware
getOperatingSystemMethods inherited from interface TransportAware
getTransportMethods inherited from interface VirtualMachineAware
getVirtualMachine
-
Method Details
-
logEntries
Returns the log entries matching the given matcher for the specific grid component. If it is managed by aGridServiceAgent, will get the log through it instead of creating a load on the actual grid component.- Throws:
AdminException
-
logEntriesDirect
Same aslogEntries(com.gigaspaces.log.LogEntryMatcher), but does not try and get the logs from the agent.- Throws:
AdminException
-