Package | Description |
---|---|
org.apache.jcs.auxiliary.lateral |
Root package for the lateral cache family.
|
org.apache.jcs.auxiliary.lateral.behavior | |
org.apache.jcs.auxiliary.lateral.socket.tcp |
Modifier and Type | Class and Description |
---|---|
class |
ZombieLateralCacheService
The ZombieLateralCacheService is used as a facade when the lateral is not available.
|
Modifier and Type | Method and Description |
---|---|
void |
LateralCache.fixCache(ILateralCacheService lateral)
Replaces the current remote cache service handle with the given handle.
|
void |
LateralCacheNoWait.fixCache(ILateralCacheService lateral)
Replaces the lateral cache service handle with the given handle and reset the queue by
starting up a new instance.
|
void |
LateralCacheAbstractManager.fixCaches(ILateralCacheService lateralService,
ILateralCacheObserver lateralWatch)
Fixes up all the caches managed by this cache manager.
|
Constructor and Description |
---|
LateralCache(ILateralCacheAttributes cattr,
ILateralCacheService lateral,
LateralCacheMonitor monitor)
Constructor for the LateralCache object
|
Modifier and Type | Method and Description |
---|---|
void |
ILateralCacheManager.fixCaches(ILateralCacheService lateralService,
ILateralCacheObserver lateralWatch)
Sets the corrected service.
|
Modifier and Type | Class and Description |
---|---|
class |
LateralTCPService
A lateral cache service implementation.
|
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.