Package org.apache.geode.cache
Interface RoleEvent<K,V>
- All Superinterfaces:
CacheEvent<K,,V> RegionEvent<K,V>
Deprecated.
this feature is scheduled to be removed
Contains information about an event affecting a region reliability, including its identity and
the circumstances of the event. This is passed in to
RegionRoleListener.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns the required roles that were lost or gained because of this event.Methods inherited from interface org.apache.geode.cache.CacheEvent
getCallbackArgument, getDistributedMember, getOperation, getRegion, isCallbackArgumentAvailable, isOriginRemoteMethods inherited from interface org.apache.geode.cache.RegionEvent
isReinitializing
-
Method Details
-
getRequiredRoles
Deprecated.Returns the required roles that were lost or gained because of this event.- Returns:
- the required roles that were lost or gained because of this event
-