Package | Description |
---|---|
com.hazelcast.instance |
This package contains Hazelcast Instance functionality.
|
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.
|
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.