|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EvictionEvent.Type | |
|---|---|
| org.jboss.cache | |
| org.jboss.cache.eviction | |
| Uses of EvictionEvent.Type in org.jboss.cache |
|---|
| Methods in org.jboss.cache with parameters of type EvictionEvent.Type | |
|---|---|
EvictionEvent |
Region.registerEvictionEvent(Fqn fqn,
EvictionEvent.Type eventType)
An overloaded version of Region.registerEvictionEvent(Fqn, org.jboss.cache.eviction.EvictionEvent.Type, int) which
uses a default elementDifference value. |
EvictionEvent |
RegionImpl.registerEvictionEvent(Fqn fqn,
EvictionEvent.Type eventType)
|
EvictionEvent |
Region.registerEvictionEvent(Fqn fqn,
EvictionEvent.Type eventType,
int elementDifference)
Registers an eviction event on the region's eviction event queue for later processing by Region.processEvictionQueues(). |
EvictionEvent |
RegionImpl.registerEvictionEvent(Fqn fqn,
EvictionEvent.Type eventType,
int elementDifference)
|
| Uses of EvictionEvent.Type in org.jboss.cache.eviction |
|---|
| Methods in org.jboss.cache.eviction that return EvictionEvent.Type | |
|---|---|
EvictionEvent.Type |
EvictionEvent.getEventType()
|
static EvictionEvent.Type |
EvictionEvent.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static EvictionEvent.Type[] |
EvictionEvent.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.jboss.cache.eviction with parameters of type EvictionEvent.Type | |
|---|---|
boolean |
EvictionAlgorithm.canIgnoreEvent(EvictionEvent.Type eventType)
Tests whether the algorithm would ignore certain event types on certain Fqns. |
boolean |
NullEvictionAlgorithm.canIgnoreEvent(EvictionEvent.Type eventType)
|
boolean |
BaseEvictionAlgorithm.canIgnoreEvent(EvictionEvent.Type eventType)
|
boolean |
ExpirationAlgorithm.canIgnoreEvent(EvictionEvent.Type eventType)
|
void |
EvictionEvent.setEventType(EvictionEvent.Type event)
|
| Constructors in org.jboss.cache.eviction with parameters of type EvictionEvent.Type | |
|---|---|
EvictedEventNode(Fqn fqn,
EvictionEvent.Type type,
int elementDifference)
Deprecated. |
|
EvictionEvent(Fqn fqn,
EvictionEvent.Type type,
int elementDifference)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||