Enum Class MatchTarget

java.lang.Object
java.lang.Enum<MatchTarget>
com.gigaspaces.internal.server.space.MatchTarget
All Implemented Interfaces:
Serializable, Comparable<MatchTarget>, java.lang.constant.Constable

public enum MatchTarget extends Enum<MatchTarget>
Since:
8.0.4
Author:
Niv Ingberg
  • Enum Constant Details

    • NOTIFY

      public static final MatchTarget NOTIFY
    • READ_TAKE

      public static final MatchTarget READ_TAKE
    • READ_TAKE_UPDATE

      public static final MatchTarget READ_TAKE_UPDATE
  • Method Details

    • values

      public static MatchTarget[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static MatchTarget valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null