Package | Description |
---|---|
org.apache.commons.jcs.auxiliary.lateral |
Root package for the lateral cache family.
|
org.apache.commons.jcs.auxiliary.lateral.behavior | |
org.apache.commons.jcs.auxiliary.lateral.socket.tcp | |
org.apache.commons.jcs.auxiliary.remote |
Root package for the remote auxiliary cache.
|
org.apache.commons.jcs.auxiliary.remote.behavior | |
org.apache.commons.jcs.auxiliary.remote.server | |
org.apache.commons.jcs.auxiliary.remote.server.behavior | |
org.apache.commons.jcs.engine |
Interfaces used by the core and the auxiliary caches.
|
Modifier and Type | Class and Description |
---|---|
class |
LateralCacheWatchRepairable
Same as CacheWatcherWrapper but implements the IRemoteCacheWatch interface.
|
class |
ZombieLateralCacheWatch
Description of the Class
|
Modifier and Type | Interface and Description |
---|---|
interface |
ILateralCacheObserver
Description of the Interface
|
Modifier and Type | Class and Description |
---|---|
class |
LateralTCPService<K,V>
A lateral cache service implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
RemoteCacheWatchRepairable
Same as CacheWatcherWrapper but implements the IRemoteCacheWatch interface.
|
class |
ZombieRemoteCacheWatch
Description of the Class
|
Modifier and Type | Interface and Description |
---|---|
interface |
IRemoteCacheObserver
Used to register interest in receiving remote cache changes.
|
Modifier and Type | Class and Description |
---|---|
class |
RemoteCacheServer<K,V>
This class provides remote cache services.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IRemoteCacheServer<K,V>
Interface for managing Remote objects
|
Modifier and Type | Class and Description |
---|---|
class |
CacheWatchRepairable
Intercepts the requests to the underlying ICacheObserver object so that the listeners can be
recorded locally for remote connection recovery purposes.
|
class |
ZombieCacheWatch
Zombie Observer.
|
Modifier and Type | Method and Description |
---|---|
void |
CacheWatchRepairable.setCacheWatch(ICacheObserver cacheWatch)
Replaces the underlying cache watch service and reattached all existing listeners to the new
cache watch.
|
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.