public class EntryEvents extends AbstractEvents implements EntryOperationEvents
eventMap, lock, readLock, writeLockEVENT_ENTRY_ADDED, EVENT_ENTRY_DESTROYED, EVENT_ENTRY_DESTROYEDLOCAL, EVENT_ENTRY_INVALIDATED, EVENT_ENTRY_INVALIDATEDLOCAL, EVENT_ENTRY_PUTIFABSENT, EVENT_ENTRY_READ, EVENT_ENTRY_REMOVED, EVENT_ENTRY_REPLACED, EVENT_ENTRY_UPDATED| Constructor and Description |
|---|
EntryEvents() |
EntryEvents(Map<String,List<OperationEvent>> eventMap) |
| Modifier and Type | Method and Description |
|---|---|
void |
entryAdded(String regionName,
String key,
Object value) |
void |
entryDestroyed(String regionName,
String key) |
void |
entryDestroyedLocal(String regionName,
String key) |
void |
entryInvalidated(String regionName,
String key) |
void |
entryInvalidatedLocal(String regionName,
String key) |
void |
entryPutIfAbsent(String regionName,
String key,
Object value) |
void |
entryRead(String regionName,
String key) |
void |
entryRemoved(String regionName,
String key) |
void |
entryReplaced(String regionName,
String key,
Object value) |
void |
entryUpdated(String regionName,
String key,
Object value) |
addEvent, addEvents, clearEvents, exportToBlackBoard, getAllEvents, getEvents, getUniqueEventsAcrossAll, getUniqueEventsForClient, importFromBlackBoard, importFromBlackBoard, printEvents, processIndexespublic EntryEvents()
public EntryEvents(Map<String,List<OperationEvent>> eventMap)
public void entryAdded(String regionName, String key, Object value)
entryAdded in interface EntryOperationEventspublic void entryInvalidated(String regionName, String key)
entryInvalidated in interface EntryOperationEventspublic void entryDestroyed(String regionName, String key)
entryDestroyed in interface EntryOperationEventspublic void entryUpdated(String regionName, String key, Object value)
entryUpdated in interface EntryOperationEventspublic void entryRead(String regionName, String key)
entryRead in interface EntryOperationEventspublic void entryInvalidatedLocal(String regionName, String key)
entryInvalidatedLocal in interface EntryOperationEventspublic void entryDestroyedLocal(String regionName, String key)
entryDestroyedLocal in interface EntryOperationEventspublic void entryPutIfAbsent(String regionName, String key, Object value)
entryPutIfAbsent in interface EntryOperationEventspublic void entryRemoved(String regionName, String key)
entryRemoved in interface EntryOperationEventspublic void entryReplaced(String regionName, String key, Object value)
entryReplaced in interface EntryOperationEventsCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.