public interface EventStorageSpi extends IgniteSpi
Ignite.configuration()
method to check its configuration properties or call other non-SPI
methods. Note again that calling methods from this interface on the obtained instance can lead
to undefined behavior and explicitly not supported.Event
Modifier and Type | Method and Description |
---|---|
<T extends Event> |
localEvents(IgnitePredicate<T> p)
Queries locally-stored events only.
|
void |
record(Event evt)
Records single event.
|
getName, getNodeAttributes, onClientDisconnected, onClientReconnected, onContextDestroyed, onContextInitialized, spiStart, spiStop
<T extends Event> Collection<T> localEvents(IgnitePredicate<T> p)
p
- Event predicate filter.void record(Event evt) throws IgniteSpiException
evt
- Event that should be recorded.IgniteSpiException
- If event recording failed for any reason.
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024