Uses of Interface
org.apache.ignite.spi.eventstorage.EventStorageSpi
-
Packages that use EventStorageSpi Package Description org.apache.ignite.configuration Contains configuration-related classes.org.apache.ignite.spi.eventstorage Contains APIs for event storage SPI.org.apache.ignite.spi.eventstorage.memory Contains default in-memory implementation for event storage SPI. -
-
Uses of EventStorageSpi in org.apache.ignite.configuration
Methods in org.apache.ignite.configuration that return EventStorageSpi Modifier and Type Method Description EventStorageSpi
IgniteConfiguration. getEventStorageSpi()
Should return fully configured event SPI implementation.Methods in org.apache.ignite.configuration with parameters of type EventStorageSpi Modifier and Type Method Description IgniteConfiguration
IgniteConfiguration. setEventStorageSpi(EventStorageSpi evtSpi)
Sets fully configured instance ofEventStorageSpi
. -
Uses of EventStorageSpi in org.apache.ignite.spi.eventstorage
Classes in org.apache.ignite.spi.eventstorage that implement EventStorageSpi Modifier and Type Class Description class
NoopEventStorageSpi
No-op implementation ofEventStorageSpi
. -
Uses of EventStorageSpi in org.apache.ignite.spi.eventstorage.memory
Classes in org.apache.ignite.spi.eventstorage.memory that implement EventStorageSpi Modifier and Type Class Description class
MemoryEventStorageSpi
In-memoryEventStorageSpi
implementation.
-