public interface GridEventStorageSpi extends GridSpi
Grid.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.GridEvent| Modifier and Type | Method and Description |
|---|---|
<T extends GridEvent> |
localEvents(GridPredicate<T> p)
Queries locally-stored events only.
|
void |
record(GridEvent evt)
Records single event.
|
getName, getNodeAttributes, onContextDestroyed, onContextInitialized, spiStart, spiStop<T extends GridEvent> Collection<T> localEvents(GridPredicate<T> p)
p - Event predicate filter.void record(GridEvent evt) throws GridSpiException
evt - Event that should be recorded.GridSpiException - If event recording failed for any reason.Copyright © 2014. All rights reserved.