Package | Description |
---|---|
com.hazelcast.core |
Provides core API interfaces/classes.
|
com.hazelcast.map |
Contains Hazelcast map module classes.
|
com.hazelcast.map.impl |
Contains implementation specific classes of
com.hazelcast.map package. |
Modifier and Type | Class and Description |
---|---|
class |
EntryEvent<K,V>
Map Entry event.
|
class |
MapEvent
Used for map-wide events like
EntryEventType.EVICT_ALL
and EntryEventType.CLEAR_ALL . |
Modifier and Type | Class and Description |
---|---|
class |
MapPartitionLostEvent
Used for providing information about the lost partition for a map
|
Modifier and Type | Class and Description |
---|---|
class |
DataAwareEntryEvent<K,V> |
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.