| Package | Description |
|---|---|
| com.hazelcast.map |
Contains Hazelcast map module classes.
|
| com.hazelcast.map.impl |
Contains implementation specific classes of
com.hazelcast.map package. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
EntryStore<K,V>
This is an extension to
MapStore. |
| Modifier and Type | Class and Description |
|---|---|
class |
MapStoreAdapter<K,V>
Adapter for MapStore.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LatencyTrackingMapStore<K,V> |
class |
MapStoreWrapper |
| Modifier and Type | Method and Description |
|---|---|
MapStore |
MapStoreWrapper.getMapStore() |
| Constructor and Description |
|---|
LatencyTrackingMapStore(MapStore<K,V> delegate,
StoreLatencyPlugin plugin,
String mapName) |
Copyright © 2019 Hazelcast, Inc.. All rights reserved.