Enum Class ClientEvent.Type

java.lang.Object
java.lang.Enum<ClientEvent.Type>
org.infinispan.client.hotrod.event.ClientEvent.Type
All Implemented Interfaces:
Serializable, Comparable<ClientEvent.Type>, Constable
Enclosing interface:
ClientEvent

public static enum ClientEvent.Type extends Enum<ClientEvent.Type>
  • Enum Constant Details

    • CLIENT_CACHE_ENTRY_CREATED

      public static final ClientEvent.Type CLIENT_CACHE_ENTRY_CREATED
    • CLIENT_CACHE_ENTRY_MODIFIED

      public static final ClientEvent.Type CLIENT_CACHE_ENTRY_MODIFIED
    • CLIENT_CACHE_ENTRY_REMOVED

      public static final ClientEvent.Type CLIENT_CACHE_ENTRY_REMOVED
    • CLIENT_CACHE_ENTRY_EXPIRED

      public static final ClientEvent.Type CLIENT_CACHE_ENTRY_EXPIRED
    • CLIENT_CACHE_FAILOVER

      public static final ClientEvent.Type CLIENT_CACHE_FAILOVER
  • Method Details

    • values

      public static ClientEvent.Type[] 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 ClientEvent.Type 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