Class InterestType

java.lang.Object
org.apache.geode.cache.operations.InterestType

@Immutable public final class InterestType extends Object
Enumeration for various interest types.
Since:
GemFire 5.5
  • Field Details

  • Method Details

    • isKey

      public boolean isKey()
      Returns true if this is a key interest type.
      Returns:
      whether this is a key interest type
    • isList

      public boolean isList()
      Returns true if this is a key list interest type.
      Returns:
      whether this is a key list interest type
    • isRegularExpression

      public boolean isRegularExpression()
      Returns true if this is a regular expression interest type.
      Returns:
      whether this is a regular expression interest type
    • fromOrdinal

      public static InterestType fromOrdinal(byte ordinal)
      Returns the InterestType represented by specified ordinal.
      Parameters:
      ordinal - the ordinal of the InterestType to return
      Returns:
      the InterestType represented by specified ordinal
    • toOrdinal

      public byte toOrdinal()
      Returns the ordinal for this interest type.
      Returns:
      the ordinal of this interest type.
    • toString

      public String toString()
      Returns a string representation for this interest type.
      Overrides:
      toString in class Object
      Returns:
      the name of this interest type.