Package | Description |
---|---|
com.hazelcast.client.console |
This package contains ClientConsoleApp
|
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. |
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 |
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 |
EntryListener.entryAdded(EntryEvent<K,V> event)
Invoked when an entry is added.
|
void |
EntryAdapter.entryAdded(EntryEvent<K,V> event) |
void |
EntryListener.entryEvicted(EntryEvent<K,V> event)
Invoked when an entry is evicted.
|
void |
EntryAdapter.entryEvicted(EntryEvent<K,V> event) |
void |
EntryListener.entryRemoved(EntryEvent<K,V> event)
Invoked when an entry is removed.
|
void |
EntryAdapter.entryRemoved(EntryEvent<K,V> event) |
void |
EntryListener.entryUpdated(EntryEvent<K,V> event)
Invoked when an entry is updated.
|
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 |
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.