Package | Description |
---|---|
org.jboss.cache | |
org.jboss.cache.eviction |
Modifier and Type | Method and Description |
---|---|
EvictionEvent |
Region.registerEvictionEvent(Fqn fqn,
EvictionEvent.Type eventType)
An overloaded version of
Region.registerEvictionEvent(Fqn, org.jboss.cache.eviction.EvictionEvent.Type, int, DataCommand, Transaction) which
uses a default elementDifference value. |
EvictionEvent |
RegionImpl.registerEvictionEvent(Fqn fqn,
EvictionEvent.Type eventType) |
EvictionEvent |
Region.registerEvictionEvent(Fqn fqn,
EvictionEvent.Type eventType,
int elementDifference,
DataCommand command,
Transaction tx)
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,
DataCommand command,
Transaction tx) |
Modifier and Type | Method and Description |
---|---|
EvictionEvent.Type |
EvictionEvent.getEventType() |
static EvictionEvent.Type |
EvictionEvent.Type.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
BaseEvictionAlgorithm.canIgnoreEvent(EvictionEvent.Type eventType) |
boolean |
ExpirationAlgorithm.canIgnoreEvent(EvictionEvent.Type eventType) |
boolean |
EvictionAlgorithm.canIgnoreEvent(EvictionEvent.Type eventType)
Tests whether the algorithm would ignore certain event types on certain Fqns.
|
boolean |
NullEvictionAlgorithm.canIgnoreEvent(EvictionEvent.Type eventType) |
void |
EvictionEvent.setEventType(EvictionEvent.Type event) |
Constructor and Description |
---|
EvictedEventNode(Fqn fqn,
EvictionEvent.Type type,
int elementDifference)
Deprecated.
|
EvictionEvent(Fqn fqn,
EvictionEvent.Type type,
int elementDifference,
DataCommand command,
Transaction tx) |
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.