Uses of Class
org.apache.ignite.internal.mem.IgniteOutOfMemoryException
-
Packages that use IgniteOutOfMemoryException Package Description org.apache.ignite.internal.processors.cache.persistence This package contain cache with persistence implementation. -
-
Uses of IgniteOutOfMemoryException in org.apache.ignite.internal.processors.cache.persistence
Methods in org.apache.ignite.internal.processors.cache.persistence that throw IgniteOutOfMemoryException Modifier and Type Method Description voidIgniteCacheDatabaseSharedManager. ensureFreeSpaceForInsert(DataRegion region, int dataRowSize)Checks that the givenregionhas enough space for putting a new entry.
-