public enum ClusterMonitorType extends java.lang.Enum<ClusterMonitorType>
HazelcastClusterMonitorMessageProducer,
DistributedObjectListener,
LifecycleListener| Enum Constant and Description |
|---|
CLIENT
The client listener mode.
|
DISTRIBUTED_OBJECT
The distributed object listener mode.
|
LIFECYCLE
The listener listener mode.
|
MEMBERSHIP
The membership listener mode.
|
MIGRATION
The migration listener mode.
|
| Modifier and Type | Method and Description |
|---|---|
static ClusterMonitorType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ClusterMonitorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClusterMonitorType MEMBERSHIP
public static final ClusterMonitorType DISTRIBUTED_OBJECT
public static final ClusterMonitorType MIGRATION
public static final ClusterMonitorType LIFECYCLE
public static final ClusterMonitorType CLIENT
public static ClusterMonitorType[] values()
for (ClusterMonitorType c : ClusterMonitorType.values()) System.out.println(c);
public static ClusterMonitorType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null