Gemfire JavaDocs
Package org.apache.geode.admin
Interface SystemMemberRegionEvent
-
- All Superinterfaces:
SystemMemberCacheEvent
,SystemMembershipEvent
@Deprecated public interface SystemMemberRegionEvent extends SystemMemberCacheEvent
Deprecated.as of 7.0 use themanagement
package insteadAn event that describes an operation on a region. Instances of this are delivered to aSystemMemberCacheListener
when 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 java.lang.String
getRegionPath()
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
-
-