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. |
com.hazelcast.map.impl.nearcache |
Modifier and Type | Class and Description |
---|---|
class |
AbstractIMapEvent
The abstract class for a map event
IMapEvent . |
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 |
Modifier and Type | Method and Description |
---|---|
void |
InternalMapListenerAdapter.onEvent(IMapEvent event) |
Modifier and Type | Class and Description |
---|---|
class |
BatchNearCacheInvalidation |
class |
CleaningNearCacheInvalidation
Used when invalidating client near-caches.
|
class |
Invalidation
Root interface for near-cache invalidation data.
|
class |
SingleNearCacheInvalidation |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.