Package | Description |
---|---|
org.apache.jcs.auxiliary.remote |
Root package for the remote auxiliary cache.
|
org.apache.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 | Field and Description |
---|---|
protected IRemoteCacheAttributes |
AbsractRemoteCacheListener.irca
The remote cache configuration object.
|
protected IRemoteCacheAttributes |
AbstractRemoteCacheNoWaitFacade.remoteCacheAttributes
holds failover and cluster information
|
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 |
---|---|
void |
RemoteCacheManager.addRemoteCacheListener(IRemoteCacheAttributes cattr,
IRemoteCacheListener listener)
Adds the remote cache listener to the underlying cache-watch service.
|
AuxiliaryCache |
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.
|
void |
RemoteCacheManager.removeRemoteCacheListener(IRemoteCacheAttributes cattr,
IRemoteCacheListener 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 |
---|
AbsractRemoteCacheListener(IRemoteCacheAttributes irca,
ICompositeCacheManager cacheMgr)
Only need one since it does work for all regions, just reference by multiple region names.
|
AbstractRemoteAuxiliaryCache(IRemoteCacheAttributes cattr,
IRemoteCacheService remote,
IRemoteCacheListener listener)
Creates the base.
|
RemoteCache(IRemoteCacheAttributes cattr,
IRemoteCacheService remote,
IRemoteCacheListener 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-2013 Apache Software Foundation. All Rights Reserved.