Package | Description |
---|---|
org.apache.commons.jcs.auxiliary.remote |
Root package for the remote auxiliary cache.
|
org.apache.commons.jcs.auxiliary.remote.http.client |
Modifier and Type | Class and Description |
---|---|
class |
RemoteCacheAttributes
These objects are used to configure the remote cache client.
|
Modifier and Type | Method and Description |
---|---|
IRemoteCacheAttributes |
RemoteCacheManager.getDefaultCattr()
Gets the defaultCattr attribute of the RemoteCacheManager object.
|
protected IRemoteCacheAttributes |
AbstractRemoteAuxiliaryCache.getRemoteCacheAttributes() |
IRemoteCacheAttributes |
AbstractRemoteCacheNoWaitFacade.getRemoteCacheAttributes()
Gets the remoteCacheAttributes attribute of the RemoteCacheNoWaitFacade object
|
Modifier and Type | Method and Description |
---|---|
<K,V> void |
RemoteCacheManager.addRemoteCacheListener(IRemoteCacheAttributes cattr,
IRemoteCacheListener<K,V> listener)
Adds the remote cache listener to the underlying cache-watch service.
|
<K,V> RemoteCacheNoWait<K,V> |
RemoteCacheManager.getCache(IRemoteCacheAttributes cattr)
Gets a RemoteCacheNoWait from the RemoteCacheManager.
|
static RemoteCacheManager |
RemoteCacheManager.getInstance(IRemoteCacheAttributes cattr,
ICompositeCacheManager cacheMgr,
ICacheEventLogger cacheEventLogger,
IElementSerializer elementSerializer)
Returns an instance of RemoteCacheManager for the given connection parameters.
|
void |
RemoteCacheManager.removeRemoteCacheListener(IRemoteCacheAttributes cattr)
Stops a listener.
|
<K,V> void |
RemoteCacheManager.removeRemoteCacheListener(IRemoteCacheAttributes cattr,
IRemoteCacheListener<K,V> listener)
Removes a listener.
|
protected void |
AbstractRemoteAuxiliaryCache.setRemoteCacheAttributes(IRemoteCacheAttributes remoteCacheAttributes) |
void |
AbstractRemoteCacheNoWaitFacade.setRemoteCacheAttributes(IRemoteCacheAttributes rca)
Sets the remoteCacheAttributes attribute of the RemoteCacheNoWaitFacade object.
|
Constructor and Description |
---|
AbstractRemoteAuxiliaryCache(IRemoteCacheAttributes cattr,
ICacheServiceNonLocal<K,V> remote,
IRemoteCacheListener<K,V> listener)
Creates the base.
|
AbstractRemoteCacheListener(IRemoteCacheAttributes irca,
ICompositeCacheManager cacheMgr)
Only need one since it does work for all regions, just reference by multiple region names.
|
RemoteCache(IRemoteCacheAttributes cattr,
ICacheServiceNonLocal<K,V> remote,
IRemoteCacheListener<K,V> listener)
Constructor for the RemoteCache object.
|
RemoteCacheListener(IRemoteCacheAttributes irca,
ICompositeCacheManager cacheMgr)
Only need one since it does work for all regions, just reference by multiple region names.
|
Modifier and Type | Class and Description |
---|---|
class |
RemoteHttpCacheAttributes
Http client specific settings.
|
Modifier and Type | Method and Description |
---|---|
IRemoteCacheAttributes |
RemoteHttpCacheManager.getDefaultCattr()
Gets the defaultCattr attribute of the RemoteCacheManager object.
|
Constructor and Description |
---|
RemoteHttpClientListener(IRemoteCacheAttributes irca,
ICompositeCacheManager cacheMgr)
Only need one since it does work for all regions, just reference by multiple region names.
|
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.