|
GemFire 6.6.4 | ||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RegionEvent | |
---|---|
com.gemstone.gemfire.cache | Provides an implementation of distributed object caching that can leverage GemFire's distribution capabilities. |
com.gemstone.gemfire.cache.util | Provides utilities for use with the Caching API in the
com.gemstone.gemfire.cache.util package. |
Uses of RegionEvent in com.gemstone.gemfire.cache |
---|
Subinterfaces of RegionEvent in com.gemstone.gemfire.cache | |
---|---|
interface |
RoleEvent<K,V>
Contains information about an event affecting a region reliability, including its identity and the circumstances of the event. |
Methods in com.gemstone.gemfire.cache with parameters of type RegionEvent | |
---|---|
void |
CacheListener.afterRegionClear(RegionEvent<K,V> event)
Handles the event of a region being cleared. |
void |
DynamicRegionListener.afterRegionCreate(RegionEvent<?,?> event)
Handles the 'after region creation' event of a dynamic region. |
void |
CacheListener.afterRegionCreate(RegionEvent<K,V> event)
Handles the event of a region being created. |
void |
DynamicRegionListener.afterRegionDestroy(RegionEvent<?,?> event)
Handles the 'after region destroyed' event of a dynamic region. |
void |
CacheListener.afterRegionDestroy(RegionEvent<K,V> event)
Handles the event of a region being destroyed. |
void |
CacheListener.afterRegionInvalidate(RegionEvent<K,V> event)
Handles the event of a region being invalidated. |
void |
CacheListener.afterRegionLive(RegionEvent<K,V> event)
Handles the event of a region being live after receiving the marker from the server. |
void |
RegionMembershipListener.afterRemoteRegionCrash(RegionEvent<K,V> event)
Invoked when another member's distributed region is no longer available to this cache because the member has crashed or is no longer reachable on the network. |
void |
RegionMembershipListener.afterRemoteRegionCreate(RegionEvent<K,V> event)
Invoked when another member has created the distributed region this listener is on. |
void |
RegionMembershipListener.afterRemoteRegionDeparture(RegionEvent<K,V> event)
Invoked when another member's distributed region is no longer available to this cache due to normal operations. |
void |
CacheWriter.beforeRegionClear(RegionEvent<K,V> event)
Called before a region is cleared. |
void |
DynamicRegionListener.beforeRegionDestroy(RegionEvent<?,?> event)
Handles the 'before region destroyed' event of a dynamic region. |
void |
CacheWriter.beforeRegionDestroy(RegionEvent<K,V> event)
Called before a region is destroyed. |
Uses of RegionEvent in com.gemstone.gemfire.cache.util |
---|
Methods in com.gemstone.gemfire.cache.util with parameters of type RegionEvent | |
---|---|
void |
CacheListenerAdapter.afterRegionClear(RegionEvent<K,V> event)
|
void |
CacheListenerAdapter.afterRegionCreate(RegionEvent<K,V> event)
|
void |
CacheListenerAdapter.afterRegionDestroy(RegionEvent<K,V> event)
|
void |
CacheListenerAdapter.afterRegionInvalidate(RegionEvent<K,V> event)
|
void |
CacheListenerAdapter.afterRegionLive(RegionEvent<K,V> event)
|
void |
RegionMembershipListenerAdapter.afterRemoteRegionCrash(RegionEvent<K,V> event)
|
void |
RegionMembershipListenerAdapter.afterRemoteRegionCreate(RegionEvent<K,V> event)
|
void |
RegionMembershipListenerAdapter.afterRemoteRegionDeparture(RegionEvent<K,V> event)
|
void |
BridgeWriter.beforeRegionClear(RegionEvent event)
Deprecated. Called before a region is cleared. |
void |
CacheWriterAdapter.beforeRegionClear(RegionEvent<K,V> event)
|
void |
BridgeWriter.beforeRegionDestroy(RegionEvent event)
Deprecated. Called before a region is destroyed. |
void |
CacheWriterAdapter.beforeRegionDestroy(RegionEvent<K,V> event)
|
|
GemFire 6.6.4 | ||||||||
PREV NEXT | FRAMES NO FRAMES |