Uses of Class
org.apache.ignite.internal.util.offheap.GridOffHeapOutOfMemoryException
-
Packages that use GridOffHeapOutOfMemoryException Package Description org.apache.ignite.internal.processors.cache.persistence.pagemem This package contains page memory implementation for case persitence is enabled.org.apache.ignite.internal.util.offheap.unsafe -
-
Uses of GridOffHeapOutOfMemoryException in org.apache.ignite.internal.processors.cache.persistence.pagemem
Methods in org.apache.ignite.internal.processors.cache.persistence.pagemem that throw GridOffHeapOutOfMemoryException Modifier and Type Method Description longPagePool. borrowOrAllocateFreePage(int tag)Allocates a new free page. -
Uses of GridOffHeapOutOfMemoryException in org.apache.ignite.internal.util.offheap.unsafe
Methods in org.apache.ignite.internal.util.offheap.unsafe that throw GridOffHeapOutOfMemoryException Modifier and Type Method Description longGridUnsafeMemory. allocate(long size)Allocates memory of given size in bytes.longGridUnsafeMemory. allocate(long size, boolean init)Allocates memory of given size in bytes.longGridUnsafeMemory. allocate(long size, boolean init, boolean reserved)Allocates memory of given size in bytes.longGridUnsafeMemory. allocateSystem(long size, boolean init)Allocates memory of given size in bytes, adds to system memory counter.
-