Package | Description |
---|---|
com.hazelcast.instance | |
com.hazelcast.map.record | |
com.hazelcast.spi |
Provides interfaces/classes for Hazelcast SPI.
|
com.hazelcast.spi.impl | |
com.hazelcast.storage |
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() |
Modifier and Type | Interface and Description |
---|---|
interface |
Storage<REF extends DataRef>
Plain storage interface for off-heap, disk etc access.
|
Copyright © 2014 Hazelcast, Inc.. All rights reserved.