public static enum ConfigHelper.IgniteEventType extends Enum<ConfigHelper.IgniteEventType>
Enum Constant and Description |
---|
EVT_CACHE_ENTRY_CREATED |
EVT_CACHE_ENTRY_DESTROYED |
EVT_CACHE_ENTRY_EVICTED |
EVT_CACHE_OBJECT_EXPIRED |
EVT_CACHE_OBJECT_LOCKED |
EVT_CACHE_OBJECT_PUT |
EVT_CACHE_OBJECT_READ |
EVT_CACHE_OBJECT_REMOVED |
EVT_CACHE_OBJECT_UNLOCKED |
Modifier and Type | Method and Description |
---|---|
int |
toInt() |
static ConfigHelper.IgniteEventType |
valueOf(int eventType) |
static ConfigHelper.IgniteEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigHelper.IgniteEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfigHelper.IgniteEventType EVT_CACHE_ENTRY_CREATED
public static final ConfigHelper.IgniteEventType EVT_CACHE_ENTRY_DESTROYED
public static final ConfigHelper.IgniteEventType EVT_CACHE_ENTRY_EVICTED
public static final ConfigHelper.IgniteEventType EVT_CACHE_OBJECT_PUT
public static final ConfigHelper.IgniteEventType EVT_CACHE_OBJECT_READ
public static final ConfigHelper.IgniteEventType EVT_CACHE_OBJECT_REMOVED
public static final ConfigHelper.IgniteEventType EVT_CACHE_OBJECT_LOCKED
public static final ConfigHelper.IgniteEventType EVT_CACHE_OBJECT_UNLOCKED
public static final ConfigHelper.IgniteEventType EVT_CACHE_OBJECT_EXPIRED
public static ConfigHelper.IgniteEventType[] values()
for (ConfigHelper.IgniteEventType c : ConfigHelper.IgniteEventType.values()) System.out.println(c);
public static ConfigHelper.IgniteEventType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static ConfigHelper.IgniteEventType valueOf(int eventType)
public int toInt()
Copyright © 2021 Eclipse. All rights reserved.