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.
|
com.hazelcast.storage |
This package contains storage functionality for Hazelcast.
|
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() |
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.