| Package | Description |
|---|---|
| org.apache.ignite.internal.mem | |
| org.apache.ignite.internal.mem.file | |
| org.apache.ignite.internal.mem.unsafe | |
| org.apache.ignite.internal.processors.cache.persistence.pagemem |
This package contains page memory implementation for case persitence is enabled.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UnsafeChunk |
| Modifier and Type | Method and Description |
|---|---|
DirectMemoryRegion |
DirectMemoryProvider.nextRegion()
Attempts to allocate next memory region.
|
DirectMemoryRegion |
UnsafeChunk.slice(long offset)
Gets a sub-region of this region starting from the given offset.
|
DirectMemoryRegion |
DirectMemoryRegion.slice(long offset)
Gets a sub-region of this region starting from the given offset.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MappedFile |
| Modifier and Type | Method and Description |
|---|---|
DirectMemoryRegion |
MappedFileMemoryProvider.nextRegion()
Attempts to allocate next memory region.
|
DirectMemoryRegion |
MappedFile.slice(long offset)
Gets a sub-region of this region starting from the given offset.
|
| Modifier and Type | Method and Description |
|---|---|
DirectMemoryRegion |
UnsafeMemoryProvider.nextRegion()
Attempts to allocate next memory region.
|
| Modifier and Type | Field and Description |
|---|---|
protected DirectMemoryRegion |
PagePool.region
Direct memory region.
|
| Constructor and Description |
|---|
PagePool(int idx,
DirectMemoryRegion region,
int sysPageSize,
OffheapReadWriteLock rwLock) |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.10.0 Release Date : March 10 2021