|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Region | |
|---|---|
| org.jboss.cache | |
| org.jboss.cache.eviction | |
| org.jboss.cache.interceptors | |
| org.jboss.cache.invocation | |
| Uses of Region in org.jboss.cache |
|---|
| Classes in org.jboss.cache that implement Region | |
|---|---|
class |
RegionImpl
Default implementation of a Region |
| Methods in org.jboss.cache that return Region | |
|---|---|
Region |
Region.clone(Fqn cloneFqn)
|
Region |
Cache.getRegion(Fqn<?> fqn,
boolean createIfAbsent)
Retrieves a Region for a given Fqn. |
Region |
RegionManager.getRegion(Fqn fqn,
boolean createIfAbsent)
Returns a region by Fqn, creating it optionally if absent. |
Region |
RegionManager.getRegion(Fqn fqn,
Region.Type type,
boolean createIfAbsent)
An overloaded form of RegionManager.getRegion(Fqn,boolean) that takes an additional Region.Type
parameter to force regions of a specific type. |
Region |
RegionManager.getRegion(String fqn,
boolean createIfAbsent)
Returns a region using Fqn.fromString(fqn), calling RegionManager.getRegion(Fqn,boolean) |
Region |
RegionManager.getValidMarshallingRegion(Fqn fqn)
Retrieves a valid marshalling Region after taking into account that this may be a Buddy Backup Fqn. |
| Methods in org.jboss.cache that return types with arguments of type Region | |
|---|---|
List<Region> |
RegionManager.getAllRegions(Region.Type type)
Returns an ordered list of all regions. |
| Methods in org.jboss.cache with parameters of type Region | |
|---|---|
int |
RegionImpl.compareTo(Region other)
|
| Uses of Region in org.jboss.cache.eviction |
|---|
| Fields in org.jboss.cache.eviction declared as Region | |
|---|---|
protected Region |
BaseEvictionAlgorithm.region
Mapped region. |
| Methods in org.jboss.cache.eviction that return types with arguments of type Region | |
|---|---|
Set<Region> |
EvictionTimerTask.getProcessedRegions()
|
| Methods in org.jboss.cache.eviction with parameters of type Region | |
|---|---|
void |
EvictionTimerTask.addRegionToProcess(Region region)
Add a MarshRegion to process by the Eviction Thread. |
protected void |
BaseEvictionAlgorithm.initialize(Region region)
|
boolean |
EvictionTimerTask.isRegionRegisteredForProcessing(Region region)
|
void |
NullEvictionAlgorithm.process(Region region)
No-op |
void |
BaseEvictionAlgorithm.process(Region region)
Process the given region. |
void |
EvictionAlgorithm.process(Region region)
Entry point for evictin algorithm. |
protected void |
ExpirationAlgorithm.processQueues(Region region)
|
protected void |
BaseEvictionAlgorithm.processQueues(Region region)
Event processing for Evict/Add/Visiting of nodes. |
protected void |
BaseSortedEvictionAlgorithm.processQueues(Region region)
|
void |
EvictionTimerTask.removeRegionToProcess(Region region)
Remove a MarshRegion to process from the Eviction thread. |
void |
ExpirationAlgorithm.resetEvictionQueue(Region region)
|
void |
NullEvictionAlgorithm.resetEvictionQueue(Region region)
No-op |
void |
BaseEvictionAlgorithm.resetEvictionQueue(Region region)
|
void |
EvictionAlgorithm.resetEvictionQueue(Region region)
Reset the whole eviction queue. |
protected EvictionQueue |
ExpirationAlgorithm.setupEvictionQueue(Region region)
|
protected EvictionQueue |
LRUAlgorithm.setupEvictionQueue(Region region)
|
protected EvictionQueue |
ElementSizeAlgorithm.setupEvictionQueue(Region region)
|
protected EvictionQueue |
FIFOAlgorithm.setupEvictionQueue(Region region)
|
protected EvictionQueue |
MRUAlgorithm.setupEvictionQueue(Region region)
|
protected abstract EvictionQueue |
BaseEvictionAlgorithm.setupEvictionQueue(Region region)
This method will create an EvictionQueue implementation and prepare it for use. |
protected EvictionQueue |
LFUAlgorithm.setupEvictionQueue(Region region)
Will create a LFUQueue to be used as the underlying eviction queue. |
| Uses of Region in org.jboss.cache.interceptors |
|---|
| Methods in org.jboss.cache.interceptors that return Region | |
|---|---|
protected Region |
BuddyRegionAwareEvictionInterceptor.getRegion(Fqn fqn,
NodeEventType type)
|
protected Region |
EvictionInterceptor.getRegion(Fqn fqn,
NodeEventType type)
|
| Uses of Region in org.jboss.cache.invocation |
|---|
| Methods in org.jboss.cache.invocation that return Region | |
|---|---|
Region |
CacheInvocationDelegate.getRegion(Fqn fqn,
boolean createIfAbsent)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||