com.gemstone.gemfire.cache
Interface RegionEvent<K,V>
- All Superinterfaces:
- CacheEvent<K,V>
- All Known Subinterfaces:
- RoleEvent<K,V>
public interface RegionEvent<K,V>
- extends CacheEvent<K,V>
Contains information about an event affecting a region, including
its identity and the circumstances of the event.
This is passed in to CacheListener and CacheWriter.
- Since:
- 2.0
- See Also:
CacheListener,
CacheWriter,
EntryEvent
|
Method Summary |
boolean |
isReinitializing()
Return true if this region was destroyed but is being reinitialized,
for example if a snapshot was just loaded. |
isReinitializing
boolean isReinitializing()
- Return true if this region was destroyed but is being reinitialized,
for example if a snapshot was just loaded. Can only return true for
an event related to region destruction.
Copyright © 1997-2012 VMware, Inc. All rights reserved.