Package | Description |
---|---|
org.jboss.cache.eviction |
Modifier and Type | Method and Description |
---|---|
static EvictionEventType |
EvictionEventType.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static EvictionEventType[] |
EvictionEventType.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
BaseEvictionPolicy.canIgnoreEvent(Fqn fqn,
EvictionEventType eventType)
Deprecated.
|
boolean |
NullEvictionPolicy.canIgnoreEvent(Fqn fqn,
EvictionEventType eventType)
Deprecated.
Returns
true |
boolean |
EvictionPolicy.canIgnoreEvent(Fqn fqn,
EvictionEventType eventType)
Deprecated.
This method will be invoked prior to an event being processed for a node
with the specified Fqn.
|
boolean |
ExpirationPolicy.canIgnoreEvent(Fqn fqn,
EvictionEventType eventType)
Deprecated.
Returns true if it's a visit node event.
|
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.