| Package | Description |
|---|---|
| com.hazelcast.cache.hidensity.impl.nativememory |
This package contains Hi-Density Native Memory based cache functionality.
|
| com.hazelcast.elastic.map |
Off-heap maps.
|
| com.hazelcast.internal.hidensity |
This package contains Enterprise Hi-Density functionality.
|
| com.hazelcast.internal.hidensity.impl |
This package contains Enterprise Hi-Density functionality implementations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CacheHiDensityRecordProcessor<R extends HiDensityRecord>
HiDensityRecordProcessor for Hi-Density cache implementation. |
| Modifier and Type | Field and Description |
|---|---|
protected MemoryBlockProcessor<V> |
BinaryElasticHashMap.memoryBlockProcessor |
| Constructor and Description |
|---|
BinaryElasticHashMap(int initialCapacity,
float loadFactor,
MemoryBlockProcessor<V> memoryBlockProcessor)
Creates a hash map with the given initial capacity,
load factor.
|
BinaryElasticHashMap(int initialCapacity,
MemoryBlockProcessor<V> memoryBlockProcessor)
Creates a hash map with the given initial capacity,
load factor.
|
SampleableElasticHashMap(int initialCapacity,
float loadFactor,
MemoryBlockProcessor<V> memoryBlockProcessor) |
SampleableElasticHashMap(int initialCapacity,
MemoryBlockProcessor<V> memoryBlockProcessor) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
HiDensityRecordProcessor<R extends HiDensityRecord>
Record processor implementation for:
Creating a new
HiDensityRecord
Accessing the data and value of HiDensityRecord
Disposing the data and value of HiDensityRecord
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultHiDensityRecordProcessor<R extends HiDensityRecord> |
Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.