EvictionEvent.Type instead.@Deprecated public enum EvictionEventType extends Enum<EvictionEventType>
| Enum Constant and Description |
|---|
ADD_ELEMENT_EVENT
Deprecated.
|
ADD_NODE_EVENT
Deprecated.
|
MARK_IN_USE_EVENT
Deprecated.
|
REMOVE_ELEMENT_EVENT
Deprecated.
|
REMOVE_NODE_EVENT
Deprecated.
|
UNMARK_USE_EVENT
Deprecated.
|
VISIT_NODE_EVENT
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static EvictionEventType |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static EvictionEventType[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Deprecated public static final EvictionEventType ADD_NODE_EVENT
@Deprecated public static final EvictionEventType REMOVE_NODE_EVENT
@Deprecated public static final EvictionEventType VISIT_NODE_EVENT
@Deprecated public static final EvictionEventType ADD_ELEMENT_EVENT
@Deprecated public static final EvictionEventType REMOVE_ELEMENT_EVENT
@Deprecated public static final EvictionEventType MARK_IN_USE_EVENT
@Deprecated public static final EvictionEventType UNMARK_USE_EVENT
public static EvictionEventType[] values()
for (EvictionEventType c : EvictionEventType.values()) System.out.println(c);
public static EvictionEventType 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 nullCopyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.