Package com.hazelcast.map
package com.hazelcast.map
Contains Hazelcast map module classes.
-
ClassDescriptionThe abstract class for a map event
IMapEvent
.BaseMap<K,V> Base interface for Hazelcast distributed maps.EntryProcessor<K,V, R> An EntryProcessor processes aMap.Entry
.EventJournalMapEvent<K,V> The event for the map event journal.ExtendedMapEntry<K,V> Interface to provide parity with IMap set and put operations.IMap<K,V> Concurrent, distributed, observable and queryable map.Map events common contract.Local map statistics.Used for map-wide events likeEntryEventType.EVICT_ALL
andEntryEventType.CLEAR_ALL
.MapInterceptor is used to intercept changes to the map, allowing access to the values before and after adding them to the map.Used for providing information about the lost partition for a mapThis exception is thrown when a query exceeds a configurable result size limit.Exception thrown when a write-behindMapStore
rejects to accept a new element.