Uses of Class
org.apache.ignite.internal.util.lang.IgnitePredicateX
-
Packages that use IgnitePredicateX 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.org.apache.ignite.internal.util.typedef Contains typedefs definitions for frequently used classes. -
-
Uses of IgnitePredicateX in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache with parameters of type IgnitePredicateX 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.voidIgniteCacheOffheapManager. storeEntries(GridDhtLocalPartition part, Iterator<GridCacheEntryInfo> infos, IgnitePredicateX<CacheDataRow> initPred)Store entries.voidIgniteCacheOffheapManagerImpl. storeEntries(GridDhtLocalPartition part, Iterator<GridCacheEntryInfo> infos, IgnitePredicateX<CacheDataRow> initPred)Store entries. -
Uses of IgnitePredicateX in org.apache.ignite.internal.processors.cache.persistence
Methods in org.apache.ignite.internal.processors.cache.persistence with parameters of type IgnitePredicateX Modifier and Type Method Description voidGridCacheOffheapManager.GridCacheDataStore. insertRows(Collection<DataRowCacheAware> rows, IgnitePredicateX<CacheDataRow> initPred)Insert rows into page memory. -
Uses of IgnitePredicateX in org.apache.ignite.internal.util.typedef
Subclasses of IgnitePredicateX in org.apache.ignite.internal.util.typedef Modifier and Type Class Description classPX1<E1>DefinesaliasforIgnitePredicateXby extending it.
-