| Package | Description |
|---|---|
| org.apache.ignite.internal.util.offheap | |
| org.apache.ignite.internal.util.offheap.unsafe |
| Modifier and Type | Method and Description |
|---|---|
static GridOffHeapMap |
GridOffHeapMapFactory.unsafeMap(int concurrency,
float load,
long initCap)
Creates off-heap map based on
Unsafe implementation. |
static <K> GridOffHeapMap |
GridOffHeapMapFactory.unsafeMap(int concurrency,
float load,
long initCap,
long totalMem,
short lruStripes,
GridOffHeapEvictListener lsnr)
Creates off-heap map based on
Unsafe implementation with limited
memory and LRU-based eviction. |
static GridOffHeapMap |
GridOffHeapMapFactory.unsafeMap(int concurrency,
long initCap)
Creates off-heap map based on
Unsafe implementation. |
static GridOffHeapMap |
GridOffHeapMapFactory.unsafeMap(int concurrency,
long initCap,
long totalMem,
short lruStripes,
GridOffHeapEvictListener lsnr)
Creates off-heap map based on
Unsafe implementation with limited
memory and LRU-based eviction. |
static GridOffHeapMap |
GridOffHeapMapFactory.unsafeMap(long initCap)
Creates off-heap map based on
Unsafe implementation with
unlimited memory. |
static GridOffHeapMap |
GridOffHeapMapFactory.unsafeMap(long initCap,
long totalMem,
short lruStripes)
Creates off-heap map based on
Unsafe implementation with limited
memory and LRU-based eviction. |
static GridOffHeapMap |
GridOffHeapMapFactory.unsafeMap(long initCap,
long totalMem,
short lruStripes,
GridOffHeapEvictListener lsnr)
Creates off-heap map based on
Unsafe implementation with limited
memory and LRU-based eviction. |
| Modifier and Type | Class and Description |
|---|---|
class |
GridUnsafeMap
Off-heap map based on
Unsafe implementation. |
Follow @ApacheIgnite
Ignite Fabric : ver. 2.1.0 Release Date : July 20 2017