@Deprecated public interface RegionRoleListener<K,V> extends CacheListener<K,V>
MembershipAttributes
.
Instead of implementing this interface it is recommended that you extend the
RegionRoleListenerAdapter
class.
Modifier and Type | Method and Description |
---|---|
void |
afterRoleGain(RoleEvent<K,V> event)
Deprecated.
Invoked when a required role has returned to the distributed system after being absent.
|
void |
afterRoleLoss(RoleEvent<K,V> event)
Deprecated.
Invoked when a required role is no longer available in the distributed system.
|
afterCreate, afterDestroy, afterInvalidate, afterRegionClear, afterRegionCreate, afterRegionDestroy, afterRegionInvalidate, afterRegionLive, afterUpdate
close
init, initialize