Uses of Interface
org.apache.ignite.internal.processors.query.GridQueryRowCacheCleaner
-
Packages that use GridQueryRowCacheCleaner Package Description org.apache.ignite.internal.cache.query.index.sorted org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation.org.apache.ignite.internal.processors.cache.persistence This package contain cache with persistence implementation. -
-
Uses of GridQueryRowCacheCleaner in org.apache.ignite.internal.cache.query.index.sorted
Classes in org.apache.ignite.internal.cache.query.index.sorted that implement GridQueryRowCacheCleaner Modifier and Type Class Description classIndexRowCacheH2 row cache. -
Uses of GridQueryRowCacheCleaner in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache with parameters of type GridQueryRowCacheCleaner Modifier and Type Method Description voidIgniteCacheOffheapManager.CacheDataStore. setRowCacheCleaner(GridQueryRowCacheCleaner rowCacheCleaner)Inject rows cache cleaner.voidIgniteCacheOffheapManagerImpl.CacheDataStoreImpl. setRowCacheCleaner(GridQueryRowCacheCleaner rowCacheCleaner)Inject rows cache cleaner. -
Uses of GridQueryRowCacheCleaner in org.apache.ignite.internal.processors.cache.persistence
Methods in org.apache.ignite.internal.processors.cache.persistence with parameters of type GridQueryRowCacheCleaner Modifier and Type Method Description voidGridCacheOffheapManager.GridCacheDataStore. setRowCacheCleaner(GridQueryRowCacheCleaner rowCacheCleaner)Inject rows cache cleaner.Method parameters in org.apache.ignite.internal.processors.cache.persistence with type arguments of type GridQueryRowCacheCleaner Modifier and Type Method Description voidRowStore. setRowCacheCleaner(Supplier<GridQueryRowCacheCleaner> rowCacheCleaner)Inject rows cache cleaner.
-