Class RegionRoleListenerAdapter<K,V>

All Implemented Interfaces:
CacheCallback, CacheListener<K,V>, Declarable, RegionMembershipListener<K,V>, RegionRoleListener<K,V>

@Deprecated public abstract class RegionRoleListenerAdapter<K,V> extends RegionMembershipListenerAdapter<K,V> implements RegionRoleListener<K,V>
Deprecated.
this feature is scheduled to be removed
Utility class that implements all methods in RegionRoleListener with empty implementations. Applications can subclass this class and only override the methods for the events of interest.
  • Constructor Details

    • RegionRoleListenerAdapter

      public RegionRoleListenerAdapter()
      Deprecated.
  • Method Details

    • afterRoleGain

      public void afterRoleGain(RoleEvent<K,V> event)
      Deprecated.
      Description copied from interface: RegionRoleListener
      Invoked when a required role has returned to the distributed system after being absent.
      Specified by:
      afterRoleGain in interface RegionRoleListener<K,V>
      Parameters:
      event - describes the member that fills the required role.
    • afterRoleLoss

      public void afterRoleLoss(RoleEvent<K,V> event)
      Deprecated.
      Description copied from interface: RegionRoleListener
      Invoked when a required role is no longer available in the distributed system.
      Specified by:
      afterRoleLoss in interface RegionRoleListener<K,V>
      Parameters:
      event - describes the member that last filled the required role.