Gemfire JavaDocs
Package org.apache.geode.admin
Interface SystemMemberCacheEvent
-
- All Superinterfaces:
SystemMembershipEvent
- All Known Subinterfaces:
SystemMemberRegionEvent
@Deprecated public interface SystemMemberCacheEvent extends SystemMembershipEvent
Deprecated.as of 7.0 use themanagement
package insteadAn event that describes an operation on a cache. Instances of this are delivered to aSystemMemberCacheListener
when a a cache is created or closed.- Since:
- GemFire 5.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Operation
getOperation()
Deprecated.Returns the actual operation that caused this event.-
Methods inherited from interface org.apache.geode.admin.SystemMembershipEvent
getDistributedMember, getMemberId
-
-
-
-
Method Detail
-
getOperation
Operation getOperation()
Deprecated.Returns the actual operation that caused this event.- Returns:
- the actual operation that caused this event
-
-