VMware GemFire Java API Reference
Package org.apache.geode.admin
Interface SystemMemberRegionEvent
-
- All Superinterfaces:
SystemMemberCacheEvent,SystemMembershipEvent
@Deprecated public interface SystemMemberRegionEvent extends SystemMemberCacheEvent
Deprecated.as of 7.0 use themanagementpackage insteadAn event that describes an operation on a region. Instances of this are delivered to aSystemMemberCacheListenerwhen a a region comes or goes.- Since:
- GemFire 5.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description StringgetRegionPath()Deprecated.Returns the full path of the region the event was done on.-
Methods inherited from interface org.apache.geode.admin.SystemMemberCacheEvent
getOperation
-
Methods inherited from interface org.apache.geode.admin.SystemMembershipEvent
getDistributedMember, getMemberId
-
-
-
-
Method Detail
-
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
-
-