| Package | Description | 
|---|---|
| com.hazelcast.instance | This package contains Hazelcast Instance functionality. | 
| com.hazelcast.internal.storage | This package contains storage functionality for Hazelcast. | 
| com.hazelcast.map.impl.record | Contains record specific classes. | 
| com.hazelcast.spi | Provides interfaces/classes for Hazelcast SPI. | 
| com.hazelcast.spi.impl | Contains implementations for Hazelcast SPI. | 
| Modifier and Type | Method and Description | 
|---|---|
| Storage<DataRef> | DefaultNodeExtension. getNativeDataStorage() | 
| Storage<DataRef> | NodeExtension. getNativeDataStorage()Deprecated.   | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | Storage<REF extends DataRef>Plain storage interface for off-heap, disk etc access. | 
| Constructor and Description | 
|---|
| NativeRecordFactory(MapConfig config,
                   Storage<DataRef> storage,
                   SerializationService serializationService,
                   PartitioningStrategy partitionStrategy) | 
| Modifier and Type | Method and Description | 
|---|---|
| Storage<DataRef> | NodeEngine. getOffHeapStorage()Returns the offheap  Storage. | 
| Modifier and Type | Method and Description | 
|---|---|
| Storage<DataRef> | NodeEngineImpl. getOffHeapStorage() | 
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.