Class Hierarchy
- java.lang.Object
- java.util.EventObject (implements java.io.Serializable)
- com.hazelcast.map.AbstractIMapEvent (implements com.hazelcast.map.IMapEvent)
- com.hazelcast.map.MapEvent
- com.hazelcast.map.MapPartitionLostEvent
- com.hazelcast.map.AbstractIMapEvent (implements com.hazelcast.map.IMapEvent)
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- com.hazelcast.core.HazelcastException
- com.hazelcast.map.QueryResultSizeExceededException
- com.hazelcast.map.ReachedMaxSizeException
- com.hazelcast.core.HazelcastException
- java.lang.RuntimeException
- java.lang.Exception
- java.util.EventObject (implements java.io.Serializable)
Interface Hierarchy
- com.hazelcast.core.DistributedObject
- com.hazelcast.map.BaseMap<K,
V> - com.hazelcast.map.IMap<K,
V> (also extends java.util.concurrent.ConcurrentMap<K, V>, java.lang.Iterable<T>)
- com.hazelcast.map.IMap<K,
- com.hazelcast.map.BaseMap<K,
- com.hazelcast.map.EventJournalMapEvent<K,
V> - com.hazelcast.map.IMapEvent
- java.lang.Iterable<T>
- com.hazelcast.map.IMap<K,
V> (also extends com.hazelcast.map.BaseMap<K, V>, java.util.concurrent.ConcurrentMap<K, V>)
- com.hazelcast.map.IMap<K,
- com.hazelcast.instance.LocalInstanceStats
- com.hazelcast.map.LocalMapStats
- java.util.Map<K,
V> - java.util.concurrent.ConcurrentMap<K,
V>
- java.util.concurrent.ConcurrentMap<K,
- java.util.Map.Entry<K,
V> - com.hazelcast.map.ExtendedMapEntry<K,
V>
- com.hazelcast.map.ExtendedMapEntry<K,
- java.io.Serializable
- com.hazelcast.map.EntryProcessor<K,
V, R> - com.hazelcast.map.MapInterceptor
- com.hazelcast.map.EntryProcessor<K,