Interface SystemMemberRegionEvent

All Superinterfaces:
SystemMemberCacheEvent, SystemMembershipEvent

@Deprecated public interface SystemMemberRegionEvent extends SystemMemberCacheEvent
Deprecated.
as of 7.0 use the management package instead
An event that describes an operation on a region. Instances of this are delivered to a SystemMemberCacheListener when a a region comes or goes.
Since:
GemFire 5.0
  • Method Details

    • getRegionPath

      String getRegionPath()
      Deprecated.
      Returns the full path of the region the event was done on.
      Returns:
      the full path of the region the event was done on