Package org.apache.geode.admin
Interface SystemMemberCacheListener
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.Invoked after a cache is closed in any node of a distributed system.voidDeprecated.Invoked after a cache is created in any node of a distributed system.voidDeprecated.Invoked after a region is created in any node of distributed system.voidDeprecated.Invoked when a region is destroyed or closed in any node of distributed system.
-
Method Details
-
afterRegionCreate
Deprecated.Invoked after a region is created in any node of distributed system.- Parameters:
event- describes the region that was created.- See Also:
-
afterRegionLoss
Deprecated.Invoked when a region is destroyed or closed in any node of distributed system.- Parameters:
event- describes the region that was lost. The operation on this event can be used to determine the actual operation that caused the loss. Note thatRegionService.close()invokes this callback withOperation.CACHE_CLOSEfor each region in the closed cache and it invokesafterCacheClose(org.apache.geode.admin.SystemMemberCacheEvent).- See Also:
-
afterCacheCreate
Deprecated.Invoked after a cache is created in any node of a distributed system. Note that this callback will be done before any regions are created in the cache.- Parameters:
event- describes the member that created the cache.- See Also:
-
afterCacheClose
Deprecated.Invoked after a cache is closed in any node of a distributed system. This callback is done after those done for each region in the cache. This callback is not done if the distributed member that has a cache crashes.- Parameters:
event- describes the member that closed its cache.- See Also:
-
managementpackage instead