Interface InterestRegistrationEvent


  • public interface InterestRegistrationEvent
    Interface InterestRegistrationEvent encapsulated interest event information like region and keys of interest.
    Since:
    GemFire 6.0
    • Method Detail

      • getRegionName

        java.lang.String getRegionName()
        Returns the name of the region to which this interest event belongs.
        Returns:
        the name of the region to which this interest event belongs
      • getRegion

        Region<?,​?> getRegion()
        Returns the region to which this interest belongs.
        Returns:
        the region to which this interest belongs
      • getKeysOfInterest

        java.util.Set<?> getKeysOfInterest()
        Returns a Set of keys of interest.
        Returns:
        a Set of keys of interest
      • getInterestType

        int getInterestType()
        Returns this event's interest type.
        Returns:
        this event's interest type
      • isRegister

        boolean isRegister()
        Returns whether this event represents a register interest.
        Returns:
        whether this event represents a register interest
      • isKey

        boolean isKey()
        Returns whether this event's interest type is InterestType.KEY.
        Returns:
        whether this event's interest type is InterestType.KEY
      • isRegularExpression

        boolean isRegularExpression()
        Returns whether this event's interest type is InterestType.REGULAR_EXPRESSION.
        Returns:
        whether this event's interest type is InterestType.REGULAR_EXPRESSION