Package | Description |
---|---|
com.hazelcast.client.console |
This package contains ClientConsoleApp
|
com.hazelcast.client.impl.protocol.task.replicatedmap |
Client protocol tasks implementations for ReplicatedMap
|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
com.hazelcast.console |
This package contains classes related to ConsoleApp
|
com.hazelcast.core |
Provides core API interfaces/classes.
|
com.hazelcast.map.impl |
Contains implementation specific classes of
com.hazelcast.map package. |
com.hazelcast.map.impl.client |
Contains client requests for the
IMap |
com.hazelcast.map.listener |
Contains various
MapListener interfaces. |
Modifier and Type | Method and Description |
---|---|
void |
ClientConsoleApp.entryAdded(EntryEvent event) |
void |
ClientConsoleApp.entryEvicted(EntryEvent event) |
void |
ClientConsoleApp.entryRemoved(EntryEvent event) |
void |
ClientConsoleApp.entryUpdated(EntryEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractReplicatedMapAddEntryListenerMessageTask.entryAdded(EntryEvent<Object,Object> event) |
void |
AbstractReplicatedMapAddEntryListenerMessageTask.entryEvicted(EntryEvent<Object,Object> event) |
void |
AbstractReplicatedMapAddEntryListenerMessageTask.entryRemoved(EntryEvent<Object,Object> event) |
void |
AbstractReplicatedMapAddEntryListenerMessageTask.entryUpdated(EntryEvent<Object,Object> event) |
Modifier and Type | Method and Description |
---|---|
void |
EntryListenerConfig.MapListenerToEntryListenerAdapter.entryAdded(EntryEvent event) |
void |
EntryListenerConfig.MapListenerToEntryListenerAdapter.entryEvicted(EntryEvent event) |
void |
EntryListenerConfig.MapListenerToEntryListenerAdapter.entryRemoved(EntryEvent event) |
void |
EntryListenerConfig.MapListenerToEntryListenerAdapter.entryUpdated(EntryEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
ConsoleApp.entryAdded(EntryEvent event) |
void |
ConsoleApp.entryEvicted(EntryEvent event) |
void |
ConsoleApp.entryRemoved(EntryEvent event) |
void |
ConsoleApp.entryUpdated(EntryEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
EntryAdapter.entryAdded(EntryEvent<K,V> event) |
void |
EntryAdapter.entryEvicted(EntryEvent<K,V> event) |
void |
EntryAdapter.entryRemoved(EntryEvent<K,V> event) |
void |
EntryAdapter.entryUpdated(EntryEvent<K,V> event) |
void |
EntryAdapter.onEntryEvent(EntryEvent<K,V> event)
This method is called when an one of the methods of the
EntryListener is not
overridden. |
Modifier and Type | Class and Description |
---|---|
class |
DataAwareEntryEvent |
Modifier and Type | Method and Description |
---|---|
void |
MapListenerAdapter.entryAdded(EntryEvent<K,V> event) |
void |
MapListenerAdapter.entryEvicted(EntryEvent<K,V> event) |
void |
MapListenerAdapter.entryExpired(EntryEvent<K,V> event) |
void |
MapListenerAdapter.entryMerged(EntryEvent<K,V> event) |
void |
MapListenerAdapter.entryRemoved(EntryEvent<K,V> event) |
void |
MapListenerAdapter.entryUpdated(EntryEvent<K,V> event) |
void |
MapListenerAdapter.onEntryEvent(EntryEvent<K,V> event)
This method is called when an one of the methods of the
EntryListener is not
overridden. |
Modifier and Type | Method and Description |
---|---|
void |
ClientMapListener.onEntryEvent(EntryEvent<Object,Object> event) |
Modifier and Type | Method and Description |
---|---|
void |
EntryAddedListener.entryAdded(EntryEvent<K,V> event)
Invoked upon addition of an entry.
|
void |
EntryEvictedListener.entryEvicted(EntryEvent<K,V> event)
Invoked upon eviction of an entry.
|
void |
EntryExpiredListener.entryExpired(EntryEvent<K,V> event)
Invoked upon expiration of an entry.
|
void |
EntryMergedListener.entryMerged(EntryEvent<K,V> event)
Invoked after WAN replicated entry is merged.
|
void |
EntryRemovedListener.entryRemoved(EntryEvent<K,V> event)
Invoked upon removal of an entry.
|
void |
EntryUpdatedListener.entryUpdated(EntryEvent<K,V> event)
Invoked upon update of an entry.
|
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.