Package org.apache.geode.admin
Interface SystemMemberRegionEvent
- All Superinterfaces:
SystemMemberCacheEvent,SystemMembershipEvent
Deprecated.
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 Summary
Modifier and TypeMethodDescriptionDeprecated.Returns the full path of the region the event was done on.Methods inherited from interface org.apache.geode.admin.SystemMemberCacheEvent
getOperationMethods inherited from interface org.apache.geode.admin.SystemMembershipEvent
getDistributedMember, getMemberId
-
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
-
managementpackage instead