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.configurationMethods in org.apache.ignite.configuration that return EventStorageSpi Modifier and Type Method Description EventStorageSpiIgniteConfiguration. getEventStorageSpi()Should return fully configured event SPI implementation.Methods in org.apache.ignite.configuration with parameters of type EventStorageSpi Modifier and Type Method Description IgniteConfigurationIgniteConfiguration. setEventStorageSpi(EventStorageSpi evtSpi)Sets fully configured instance ofEventStorageSpi.
- 
Uses of EventStorageSpi in org.apache.ignite.spi.eventstorageClasses in org.apache.ignite.spi.eventstorage that implement EventStorageSpi Modifier and Type Class Description classNoopEventStorageSpiNo-op implementation ofEventStorageSpi.
- 
Uses of EventStorageSpi in org.apache.ignite.spi.eventstorage.memoryClasses in org.apache.ignite.spi.eventstorage.memory that implement EventStorageSpi Modifier and Type Class Description classMemoryEventStorageSpiIn-memoryEventStorageSpiimplementation.
 
-