Enum Class ClusterMonitorType

java.lang.Object
java.lang.Enum<ClusterMonitorType>
org.springframework.integration.hazelcast.ClusterMonitorType
All Implemented Interfaces:
Serializable, Comparable<ClusterMonitorType>, Constable

public enum ClusterMonitorType extends Enum<ClusterMonitorType>
Enumeration of Hazelcast Cluster Monitor Types.
Since:
6.0
Author:
Eren Avsarogullari, Artem Bilan
See Also:
  • Enum Constant Details

    • MEMBERSHIP

      public static final ClusterMonitorType MEMBERSHIP
      The membership listener mode.
    • DISTRIBUTED_OBJECT

      public static final ClusterMonitorType DISTRIBUTED_OBJECT
      The distributed object listener mode.
    • MIGRATION

      public static final ClusterMonitorType MIGRATION
      The migration listener mode.
    • LIFECYCLE

      public static final ClusterMonitorType LIFECYCLE
      The listener listener mode.
    • CLIENT

      public static final ClusterMonitorType CLIENT
      The client listener mode.
  • Method Details

    • values

      public static ClusterMonitorType[] 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 ClusterMonitorType 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