Uses of Class
org.apache.ignite.internal.util.GridAtomicLong
-
Packages that use GridAtomicLong Package Description org.apache.ignite.internal.cache.query.index org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation. -
-
Uses of GridAtomicLong in org.apache.ignite.internal.cache.query.index
Methods in org.apache.ignite.internal.cache.query.index with parameters of type GridAtomicLong Modifier and Type Method Description voidIndexProcessor. destroyOrphanIndex(GridKernalContext ctx, RootPage page, String indexName, int grpId, PageMemory pageMemory, GridAtomicLong removeId, ReuseList reuseList)Destroy founded index which belongs to stopped cache. -
Uses of GridAtomicLong in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache that return GridAtomicLong Modifier and Type Method Description GridAtomicLongIgniteCacheOffheapManager. globalRemoveId()GridAtomicLongIgniteCacheOffheapManagerImpl. globalRemoveId()
-