public class RegionEvents extends AbstractEvents implements RegionOperationEvents
eventMap, lock, readLock, writeLockEVENT_REGION_ADDED, EVENT_REGION_CLEARED, EVENT_REGION_CLOSED, EVENT_REGION_DESTROYED, EVENT_REGION_INVALIDATED| Constructor and Description |
|---|
RegionEvents() |
RegionEvents(Map<String,List<OperationEvent>> eventMap) |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
getAllRegions()
This method returns all regions created and updated in blackboard so far.
|
static List<String> |
getAllRegions(String givenClientName)
This method returns all regions created and updated in blackboard so far for given clientName
It does not LOOK up to REGION_DESTROYED events
|
static List<String> |
getCurrentRegions()
This method returns all regions created and updated (destroyed regions are subtracted from the set) in blackboard so far
|
List<String> |
getLocalRegions() |
void |
regionAdded(com.gemstone.gemfire.cache.Region region) |
void |
regionAdded(String regionPath) |
void |
regionCleared(String name) |
void |
regionClosed(String name) |
void |
regionDestroyed(String name,
Set<String> chlildren) |
void |
regionInvalidated(String name) |
addEvent, addEvents, clearEvents, exportToBlackBoard, getAllEvents, getEvents, getUniqueEventsAcrossAll, getUniqueEventsForClient, importFromBlackBoard, importFromBlackBoard, printEvents, processIndexespublic RegionEvents(Map<String,List<OperationEvent>> eventMap)
public RegionEvents()
public void regionAdded(com.gemstone.gemfire.cache.Region region)
regionAdded in interface RegionOperationEventspublic void regionAdded(String regionPath)
regionAdded in interface RegionOperationEventspublic void regionDestroyed(String name, Set<String> chlildren)
regionDestroyed in interface RegionOperationEventspublic void regionInvalidated(String name)
regionInvalidated in interface RegionOperationEventspublic void regionClosed(String name)
regionClosed in interface RegionOperationEventspublic void regionCleared(String name)
regionCleared in interface RegionOperationEventspublic static List<String> getAllRegions()
public static List<String> getCurrentRegions()
public static List<String> getAllRegions(String givenClientName)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.