Uses of Interface
org.apache.ignite.cdc.CdcCacheEvent
-
Packages that use CdcCacheEvent Package Description org.apache.ignite.cdc org.apache.ignite.internal.cdc org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation. -
-
Uses of CdcCacheEvent in org.apache.ignite.cdc
Method parameters in org.apache.ignite.cdc with type arguments of type CdcCacheEvent Modifier and Type Method Description voidCdcConsumer. onCacheChange(Iterator<CdcCacheEvent> cacheEvents)Handles caches changes(create, edit) events. -
Uses of CdcCacheEvent in org.apache.ignite.internal.cdc
Method parameters in org.apache.ignite.internal.cdc with type arguments of type CdcCacheEvent Modifier and Type Method Description voidWalRecordsConsumer. onCacheEvents(Iterator<CdcCacheEvent> cacheEvts)Handles new cache events. -
Uses of CdcCacheEvent in org.apache.ignite.internal.processors.cache
Classes in org.apache.ignite.internal.processors.cache that implement CdcCacheEvent Modifier and Type Class Description classStoredCacheDataCache data to write to and read fromIgnitePageStoreManager.
-