Uses of Class
org.apache.ignite.internal.processors.cache.persistence.DataRowCacheAware
-
Packages that use DataRowCacheAware Package Description 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 DataRowCacheAware in org.apache.ignite.internal.processors.cache
Method parameters in org.apache.ignite.internal.processors.cache with type arguments of type DataRowCacheAware Modifier and Type Method Description voidIgniteCacheOffheapManager.CacheDataStore. insertRows(Collection<DataRowCacheAware> rows, IgnitePredicateX<CacheDataRow> initPred)Insert rows into page memory.voidIgniteCacheOffheapManagerImpl.CacheDataStoreImpl. insertRows(Collection<DataRowCacheAware> rows, IgnitePredicateX<CacheDataRow> initPred)Insert rows into page memory. -
Uses of DataRowCacheAware in org.apache.ignite.internal.processors.cache.persistence
Method parameters in org.apache.ignite.internal.processors.cache.persistence with type arguments of type DataRowCacheAware Modifier and Type Method Description voidGridCacheOffheapManager.GridCacheDataStore. insertRows(Collection<DataRowCacheAware> rows, IgnitePredicateX<CacheDataRow> initPred)Insert rows into page memory.
-