Package org.apache.geode.admin
Interface SystemMemberCacheEvent
- All Superinterfaces:
SystemMembershipEvent
- All Known Subinterfaces:
SystemMemberRegionEvent
Deprecated.
An event that describes an operation on a cache. Instances of this are delivered to a
SystemMemberCacheListener when a a cache is created or closed.- Since:
- GemFire 5.0
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns the actual operation that caused this event.Methods inherited from interface org.apache.geode.admin.SystemMembershipEvent
getDistributedMember, getMemberId
-
Method Details
-
getOperation
Operation getOperation()Deprecated.Returns the actual operation that caused this event.- Returns:
- the actual operation that caused this event
-
managementpackage instead