Interface RoleEvent<K,V>

All Superinterfaces:
CacheEvent<K,V>, RegionEvent<K,V>

@Deprecated public interface RoleEvent<K,V> extends 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 Details

    • getRequiredRoles

      Set<String> 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