Package | Description |
---|---|
com.hazelcast.core | |
com.hazelcast.examples | |
com.hazelcast.impl |
Modifier and Type | Method and Description |
---|---|
void |
EntryAdapter.entryAdded(EntryEvent<K,V> event) |
void |
EntryListener.entryAdded(EntryEvent<K,V> event)
Invoked when an entry is added.
|
void |
EntryAdapter.entryEvicted(EntryEvent<K,V> event) |
void |
EntryListener.entryEvicted(EntryEvent<K,V> event)
Invoked when an entry is evicted.
|
void |
EntryAdapter.entryRemoved(EntryEvent<K,V> event) |
void |
EntryListener.entryRemoved(EntryEvent<K,V> event)
Invoked when an entry is removed.
|
void |
EntryAdapter.entryUpdated(EntryEvent<K,V> event) |
void |
EntryListener.entryUpdated(EntryEvent<K,V> event)
Invoked when an entry is updated.
|
Modifier and Type | Method and Description |
---|---|
void |
TestApp.entryAdded(EntryEvent event) |
void |
TestApp.entryEvicted(EntryEvent event) |
void |
TestApp.entryRemoved(EntryEvent event) |
void |
TestApp.entryUpdated(EntryEvent event) |
Modifier and Type | Class and Description |
---|---|
class |
DataAwareEntryEvent |
Modifier and Type | Method and Description |
---|---|
void |
ClientEndpoint.entryAdded(EntryEvent event) |
void |
ClientEndpoint.entryEvicted(EntryEvent event) |
void |
ClientEndpoint.entryRemoved(EntryEvent event) |
void |
ClientEndpoint.entryUpdated(EntryEvent event) |
Copyright © 2013 Hazelcast, Inc.. All rights reserved.