|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AuxiliaryCacheAttributes | |
---|---|
org.apache.jcs.auxiliary | Root package for auxiliary caches. |
org.apache.jcs.auxiliary.disk | The primary disk auxiliary. |
org.apache.jcs.auxiliary.disk.behavior | |
org.apache.jcs.auxiliary.disk.block | |
org.apache.jcs.auxiliary.disk.file | |
org.apache.jcs.auxiliary.disk.indexed | |
org.apache.jcs.auxiliary.disk.jdbc | |
org.apache.jcs.auxiliary.disk.jdbc.hsql | |
org.apache.jcs.auxiliary.disk.jdbc.mysql | |
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 | |
org.apache.jcs.auxiliary.lateral.socket.tcp.behavior | |
org.apache.jcs.auxiliary.remote | Root package for the remote auxiliary cache. |
org.apache.jcs.auxiliary.remote.behavior | |
org.apache.jcs.auxiliary.remote.http.client | |
org.apache.jcs.auxiliary.remote.http.server | |
org.apache.jcs.auxiliary.remote.server | |
org.apache.jcs.auxiliary.remote.server.behavior |
Uses of AuxiliaryCacheAttributes in org.apache.jcs.auxiliary |
---|
Classes in org.apache.jcs.auxiliary that implement AuxiliaryCacheAttributes | |
---|---|
class |
AbstractAuxiliaryCacheAttributes
This has common attributes used by all auxiliaries. |
Methods in org.apache.jcs.auxiliary that return AuxiliaryCacheAttributes | |
---|---|
AuxiliaryCacheAttributes |
AuxiliaryCacheAttributes.copy()
Clones |
AuxiliaryCacheAttributes |
AuxiliaryCache.getAuxiliaryCacheAttributes()
This returns the generic attributes for an auxiliary cache. |
Methods in org.apache.jcs.auxiliary with parameters of type AuxiliaryCacheAttributes | |
---|---|
AuxiliaryCache |
AuxiliaryCacheFactory.createCache(AuxiliaryCacheAttributes attr,
ICompositeCacheManager cacheMgr,
ICacheEventLogger cacheEventLogger,
IElementSerializer elementSerializer)
Creates an auxiliary using the supplied attributes. |
Uses of AuxiliaryCacheAttributes in org.apache.jcs.auxiliary.disk |
---|
Classes in org.apache.jcs.auxiliary.disk that implement AuxiliaryCacheAttributes | |
---|---|
class |
AbstractDiskCacheAttributes
This has common attributes that any conceivable disk cache would need. |
Methods in org.apache.jcs.auxiliary.disk that return AuxiliaryCacheAttributes | |
---|---|
AuxiliaryCacheAttributes |
AbstractDiskCacheAttributes.copy()
Simple clone. |
Uses of AuxiliaryCacheAttributes in org.apache.jcs.auxiliary.disk.behavior |
---|
Subinterfaces of AuxiliaryCacheAttributes in org.apache.jcs.auxiliary.disk.behavior | |
---|---|
interface |
IDiskCacheAttributes
Common disk cache attributes. |
Uses of AuxiliaryCacheAttributes in org.apache.jcs.auxiliary.disk.block |
---|
Classes in org.apache.jcs.auxiliary.disk.block that implement AuxiliaryCacheAttributes | |
---|---|
class |
BlockDiskCacheAttributes
This holds attributes for Block Disk Cache configuration. |
Methods in org.apache.jcs.auxiliary.disk.block that return AuxiliaryCacheAttributes | |
---|---|
AuxiliaryCacheAttributes |
BlockDiskCache.getAuxiliaryCacheAttributes()
Returns the attributes. |
Methods in org.apache.jcs.auxiliary.disk.block with parameters of type AuxiliaryCacheAttributes | |
---|---|
AuxiliaryCache |
BlockDiskCacheFactory.createCache(AuxiliaryCacheAttributes iaca,
ICompositeCacheManager cacheMgr,
ICacheEventLogger cacheEventLogger,
IElementSerializer elementSerializer)
Get an instance of the BlockDiskCacheManager for the attributes and then get an IndexedDiskCache from the manager. |
Uses of AuxiliaryCacheAttributes in org.apache.jcs.auxiliary.disk.file |
---|
Classes in org.apache.jcs.auxiliary.disk.file that implement AuxiliaryCacheAttributes | |
---|---|
class |
FileDiskCacheAttributes
Configuration values for the file disk cache. |
Methods in org.apache.jcs.auxiliary.disk.file that return AuxiliaryCacheAttributes | |
---|---|
AuxiliaryCacheAttributes |
FileDiskCacheAttributes.copy()
Returns a copy of the attributes. |
AuxiliaryCacheAttributes |
FileDiskCache.getAuxiliaryCacheAttributes()
|
Methods in org.apache.jcs.auxiliary.disk.file with parameters of type AuxiliaryCacheAttributes | |
---|---|
AuxiliaryCache |
FileDiskCacheFactory.createCache(AuxiliaryCacheAttributes attr,
ICompositeCacheManager cacheMgr,
ICacheEventLogger cacheEventLogger,
IElementSerializer elementSerializer)
Creates a manager if we don't have one, and then uses the manager to create the cache. |
Uses of AuxiliaryCacheAttributes in org.apache.jcs.auxiliary.disk.indexed |
---|
Classes in org.apache.jcs.auxiliary.disk.indexed that implement AuxiliaryCacheAttributes | |
---|---|
class |
IndexedDiskCacheAttributes
Configuration class for the Indexed Disk Cache |
Methods in org.apache.jcs.auxiliary.disk.indexed that return AuxiliaryCacheAttributes | |
---|---|
AuxiliaryCacheAttributes |
IndexedDiskCacheAttributes.copy()
Returns a copy of the attributes. |
AuxiliaryCacheAttributes |
IndexedDiskCache.getAuxiliaryCacheAttributes()
|
Methods in org.apache.jcs.auxiliary.disk.indexed with parameters of type AuxiliaryCacheAttributes | |
---|---|
AuxiliaryCache |
IndexedDiskCacheFactory.createCache(AuxiliaryCacheAttributes iaca,
ICompositeCacheManager cacheMgr,
ICacheEventLogger cacheEventLogger,
IElementSerializer elementSerializer)
Get an instance of the IndexDiskCacheManager for the attributes and then get an IndexedDiskCache from the manager. |
Uses of AuxiliaryCacheAttributes in org.apache.jcs.auxiliary.disk.jdbc |
---|
Classes in org.apache.jcs.auxiliary.disk.jdbc that implement AuxiliaryCacheAttributes | |
---|---|
class |
JDBCDiskCacheAttributes
The configurator will set these values based on what is in the cache.ccf file. |
Methods in org.apache.jcs.auxiliary.disk.jdbc that return AuxiliaryCacheAttributes | |
---|---|
AuxiliaryCacheAttributes |
JDBCDiskCache.getAuxiliaryCacheAttributes()
|
Methods in org.apache.jcs.auxiliary.disk.jdbc with parameters of type AuxiliaryCacheAttributes | |
---|---|
AuxiliaryCache |
JDBCDiskCacheFactory.createCache(AuxiliaryCacheAttributes rawAttr,
ICompositeCacheManager compositeCacheManager,
ICacheEventLogger cacheEventLogger,
IElementSerializer elementSerializer)
This factory method should create an instance of the mysqlcache. |
Uses of AuxiliaryCacheAttributes in org.apache.jcs.auxiliary.disk.jdbc.hsql |
---|
Methods in org.apache.jcs.auxiliary.disk.jdbc.hsql with parameters of type AuxiliaryCacheAttributes | |
---|---|
AuxiliaryCache |
HSQLDiskCacheFactory.createCache(AuxiliaryCacheAttributes rawAttr,
ICompositeCacheManager arg1,
ICacheEventLogger cacheEventLogger,
IElementSerializer elementSerializer)
This factory method should create an instance of the mysqlcache. |
Uses of AuxiliaryCacheAttributes in org.apache.jcs.auxiliary.disk.jdbc.mysql |
---|
Classes in org.apache.jcs.auxiliary.disk.jdbc.mysql that implement AuxiliaryCacheAttributes | |
---|---|
class |
MySQLDiskCacheAttributes
This has additional attributes that are particular to the MySQL disk cache. |
Methods in org.apache.jcs.auxiliary.disk.jdbc.mysql with parameters of type AuxiliaryCacheAttributes | |
---|---|
AuxiliaryCache |
MySQLDiskCacheFactory.createCache(AuxiliaryCacheAttributes rawAttr,
ICompositeCacheManager cacheManager,
ICacheEventLogger cacheEventLogger,
IElementSerializer elementSerializer)
This factory method should create an instance of the mysqlcache. |
Uses of AuxiliaryCacheAttributes in org.apache.jcs.auxiliary.lateral |
---|
Classes in org.apache.jcs.auxiliary.lateral that implement AuxiliaryCacheAttributes | |
---|---|
class |
LateralCacheAttributes
This class stores attributes for all of the available lateral cache auxiliaries. |
Methods in org.apache.jcs.auxiliary.lateral that return AuxiliaryCacheAttributes | |
---|---|
AuxiliaryCacheAttributes |
LateralCacheAttributes.copy()
Returns a clone of the attributes. |
AuxiliaryCacheAttributes |
LateralCacheNoWaitFacade.getAuxiliaryCacheAttributes()
|
AuxiliaryCacheAttributes |
LateralCacheNoWait.getAuxiliaryCacheAttributes()
|
AuxiliaryCacheAttributes |
LateralCache.getAuxiliaryCacheAttributes()
|
Methods in org.apache.jcs.auxiliary.lateral with parameters of type AuxiliaryCacheAttributes | |
---|---|
abstract AuxiliaryCache |
LateralCacheAbstractFactory.createCache(AuxiliaryCacheAttributes attr,
ICompositeCacheManager cacheMgr,
ICacheEventLogger cacheEventLogger,
IElementSerializer elementSerializer)
Creates a lateral cache. |
Uses of AuxiliaryCacheAttributes in org.apache.jcs.auxiliary.lateral.behavior |
---|
Subinterfaces of AuxiliaryCacheAttributes in org.apache.jcs.auxiliary.lateral.behavior | |
---|---|
interface |
ILateralCacheAttributes
This interface defines configuration options common to lateral cache plugins. |
Uses of AuxiliaryCacheAttributes in org.apache.jcs.auxiliary.lateral.socket.tcp |
---|
Classes in org.apache.jcs.auxiliary.lateral.socket.tcp that implement AuxiliaryCacheAttributes | |
---|---|
class |
TCPLateralCacheAttributes
This interface defines functions that are particular to the TCP Lateral Cache plugin. |
Methods in org.apache.jcs.auxiliary.lateral.socket.tcp that return AuxiliaryCacheAttributes | |
---|---|
AuxiliaryCacheAttributes |
TCPLateralCacheAttributes.copy()
|
Methods in org.apache.jcs.auxiliary.lateral.socket.tcp with parameters of type AuxiliaryCacheAttributes | |
---|---|
AuxiliaryCache |
LateralTCPCacheFactory.createCache(AuxiliaryCacheAttributes iaca,
ICompositeCacheManager cacheMgr,
ICacheEventLogger cacheEventLogger,
IElementSerializer elementSerializer)
Creates a TCP lateral. |
Uses of AuxiliaryCacheAttributes in org.apache.jcs.auxiliary.lateral.socket.tcp.behavior |
---|
Subinterfaces of AuxiliaryCacheAttributes in org.apache.jcs.auxiliary.lateral.socket.tcp.behavior | |
---|---|
interface |
ITCPLateralCacheAttributes
This interface defines functions that are particular to the TCP Lateral Cache plugin. |
Uses of AuxiliaryCacheAttributes in org.apache.jcs.auxiliary.remote |
---|
Classes in org.apache.jcs.auxiliary.remote that implement AuxiliaryCacheAttributes | |
---|---|
class |
RemoteCacheAttributes
These objects are used to configure the remote cache client. |
Methods in org.apache.jcs.auxiliary.remote that return AuxiliaryCacheAttributes | |
---|---|
AuxiliaryCacheAttributes |
RemoteCacheAttributes.copy()
|
AuxiliaryCacheAttributes |
AbstractRemoteAuxiliaryCache.getAuxiliaryCacheAttributes()
|
AuxiliaryCacheAttributes |
AbstractRemoteCacheNoWaitFacade.getAuxiliaryCacheAttributes()
|
AuxiliaryCacheAttributes |
RemoteCacheNoWait.getAuxiliaryCacheAttributes()
|
Methods in org.apache.jcs.auxiliary.remote with parameters of type AuxiliaryCacheAttributes | |
---|---|
AuxiliaryCache |
RemoteCacheFactory.createCache(AuxiliaryCacheAttributes iaca,
ICompositeCacheManager cacheMgr,
ICacheEventLogger cacheEventLogger,
IElementSerializer elementSerializer)
For LOCAL clients we get a handle to all the failovers, but we do not register a listener with them. |
Uses of AuxiliaryCacheAttributes in org.apache.jcs.auxiliary.remote.behavior |
---|
Subinterfaces of AuxiliaryCacheAttributes in org.apache.jcs.auxiliary.remote.behavior | |
---|---|
interface |
IRemoteCacheAttributes
This specifies what a remote cache configuration object should look like. |
Uses of AuxiliaryCacheAttributes in org.apache.jcs.auxiliary.remote.http.client |
---|
Classes in org.apache.jcs.auxiliary.remote.http.client that implement AuxiliaryCacheAttributes | |
---|---|
class |
RemoteHttpCacheAttributes
Http client specific settings. |
Methods in org.apache.jcs.auxiliary.remote.http.client with parameters of type AuxiliaryCacheAttributes | |
---|---|
AuxiliaryCache |
RemoteHttpCacheFactory.createCache(AuxiliaryCacheAttributes iaca,
ICompositeCacheManager cacheMgr,
ICacheEventLogger cacheEventLogger,
IElementSerializer elementSerializer)
For LOCAL clients we get a handle to all the failovers, but we do not register a listener with them. |
Uses of AuxiliaryCacheAttributes in org.apache.jcs.auxiliary.remote.http.server |
---|
Classes in org.apache.jcs.auxiliary.remote.http.server that implement AuxiliaryCacheAttributes | |
---|---|
class |
RemoteHttpCacheServerAttributes
Configuration for the RemoteHttpCacheServer. |
Methods in org.apache.jcs.auxiliary.remote.http.server that return AuxiliaryCacheAttributes | |
---|---|
AuxiliaryCacheAttributes |
RemoteHttpCacheServerAttributes.copy()
clones |
Uses of AuxiliaryCacheAttributes in org.apache.jcs.auxiliary.remote.server |
---|
Classes in org.apache.jcs.auxiliary.remote.server that implement AuxiliaryCacheAttributes | |
---|---|
class |
RemoteCacheServerAttributes
These attributes are used to configure the remote cache server. |
Methods in org.apache.jcs.auxiliary.remote.server that return AuxiliaryCacheAttributes | |
---|---|
AuxiliaryCacheAttributes |
RemoteCacheServerAttributes.copy()
clones |
Uses of AuxiliaryCacheAttributes in org.apache.jcs.auxiliary.remote.server.behavior |
---|
Subinterfaces of AuxiliaryCacheAttributes in org.apache.jcs.auxiliary.remote.server.behavior | |
---|---|
interface |
IRemoteCacheServerAttributes
This defeines the minimal behavior for the objects that are used to configure the remote cache server. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |