| 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 |
| Modifier and Type | Method and Description |
|---|---|
long |
PagePool.borrowOrAllocateFreePage(int tag)
Allocates a new free page.
|
| Modifier and Type | Method and Description |
|---|---|
long |
GridUnsafeMemory.allocate(long size)
Allocates memory of given size in bytes.
|
long |
GridUnsafeMemory.allocate(long size,
boolean init)
Allocates memory of given size in bytes.
|
long |
GridUnsafeMemory.allocate(long size,
boolean init,
boolean reserved)
Allocates memory of given size in bytes.
|
long |
GridUnsafeMemory.allocateSystem(long size,
boolean init)
Allocates memory of given size in bytes, adds to system memory counter.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.10.0 Release Date : March 10 2021