public interface RegionOperationEvents
| Modifier and Type | Field and Description |
|---|---|
static String |
EVENT_REGION_ADDED |
static String |
EVENT_REGION_CLEARED |
static String |
EVENT_REGION_CLOSED |
static String |
EVENT_REGION_DESTROYED |
static String |
EVENT_REGION_INVALIDATED |
| Modifier and Type | Method and Description |
|---|---|
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) |
static final String EVENT_REGION_ADDED
static final String EVENT_REGION_DESTROYED
static final String EVENT_REGION_CLOSED
static final String EVENT_REGION_INVALIDATED
static final String EVENT_REGION_CLEARED
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.