| Interface | Description |
|---|---|
| ForcedEvictable<T> |
Mark
Storage as capable of running forced-evictions. |
| HotRestartStorage<R extends com.hazelcast.map.impl.record.Record> |
Provides transient versions of the modifying storage methods (
Storage.put(Object, Object),
Storage.updateRecordValue(Object, Object, Object), Storage.removeRecord(Object)) for
Hot Restart module. |
| Class | Description |
|---|---|
| EnterpriseMetadataRecordStoreMutationObserver | |
| EnterpriseRecordStore |
Enterprise specific extensions for
DefaultRecordStore. |
| HDStorageImpl |
Hi-Density backed
Storage implementation for IMap. |
| HDStorageSCHM |
An extended
SampleableElasticHashMap for Hi-Density
backed IMap. |
| HotRestartHDStorageImpl |
Hot Restart storage implementation for maps configured with in-memory-format
InMemoryFormat.NATIVE |
| HotRestartStorageImpl<R extends com.hazelcast.map.impl.record.Record> |
Hot Restart storage implementation for maps
not configured with in-memory-format:
InMemoryFormat.NATIVE
For InMemoryFormat.NATIVE please see HotRestartHDStorageImpl. |
| MetadataStore | |
| RamStoreHDImpl |
RamStore implementation for maps configured with in-memory-format:
InMemoryFormat.NATIVE |
| RamStoreImpl |
RamStore implementation for maps
not configured with in-memory-format:
InMemoryFormat.NATIVE
For InMemoryFormat.NATIVE please see RamStoreHDImpl. |
Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.