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:
    RegionRoleListener
    • Method Detail

      • getRequiredRoles

        java.util.Set<java.lang.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