| Package | Description |
|---|---|
| com.hazelcast.instance | |
| com.hazelcast.map.record | |
| com.hazelcast.spi |
Provides interfaces/classes for Hazelcast SPI.
|
| com.hazelcast.spi.impl |
| Modifier and Type | Method and Description |
|---|---|
Storage<DataRef> |
NodeInitializer.getOffHeapStorage() |
Storage<DataRef> |
DefaultNodeInitializer.getOffHeapStorage() |
| Constructor and Description |
|---|
OffHeapRecord(Storage<DataRef> storage,
Data key,
Data value,
boolean statisticsEnabled) |
OffHeapRecordFactory(MapConfig config,
Storage<DataRef> storage,
SerializationService serializationService,
PartitioningStrategy partitionStrategy) |
| Modifier and Type | Method and Description |
|---|---|
Storage<DataRef> |
NodeEngine.getOffHeapStorage() |
| Modifier and Type | Method and Description |
|---|---|
Storage<DataRef> |
NodeEngineImpl.getOffHeapStorage() |
Copyright © 2021 Hazelcast, Inc.. All rights reserved.