Uses of Interface
org.apache.commons.jcs3.auxiliary.AuxiliaryCacheAttributes
Packages that use AuxiliaryCacheAttributes
Package
Description
Root package for auxiliary caches.
The primary disk auxiliary.
Root package for the lateral cache family.
Root package for the remote auxiliary cache.
The primary cache classes and the hub.
-
Uses of AuxiliaryCacheAttributes in org.apache.commons.jcs3.auxiliary
Classes in org.apache.commons.jcs3.auxiliary that implement AuxiliaryCacheAttributesModifier and TypeClassDescriptionclass
This has common attributes used by all auxiliaries.Methods in org.apache.commons.jcs3.auxiliary that return AuxiliaryCacheAttributesModifier and TypeMethodDescriptionAuxiliaryCacheAttributes.clone()
Clone objectAuxiliaryCache.getAuxiliaryCacheAttributes()
This returns the generic attributes for an auxiliary cache.Methods in org.apache.commons.jcs3.auxiliary with parameters of type AuxiliaryCacheAttributesModifier and TypeMethodDescription<K,
V> AuxiliaryCache<K, V> AuxiliaryCacheFactory.createCache
(AuxiliaryCacheAttributes attr, ICompositeCacheManager cacheMgr, ICacheEventLogger cacheEventLogger, IElementSerializer elementSerializer) Creates an auxiliary using the supplied attributes. -
Uses of AuxiliaryCacheAttributes in org.apache.commons.jcs3.auxiliary.disk
Classes in org.apache.commons.jcs3.auxiliary.disk that implement AuxiliaryCacheAttributesModifier and TypeClassDescriptionclass
This has common attributes that any conceivable disk cache would need. -
Uses of AuxiliaryCacheAttributes in org.apache.commons.jcs3.auxiliary.disk.behavior
Subinterfaces of AuxiliaryCacheAttributes in org.apache.commons.jcs3.auxiliary.disk.behaviorModifier and TypeInterfaceDescriptioninterface
Common disk cache attributes. -
Uses of AuxiliaryCacheAttributes in org.apache.commons.jcs3.auxiliary.disk.block
Classes in org.apache.commons.jcs3.auxiliary.disk.block that implement AuxiliaryCacheAttributesModifier and TypeClassDescriptionclass
This holds attributes for Block Disk Cache configuration.Methods in org.apache.commons.jcs3.auxiliary.disk.block that return AuxiliaryCacheAttributesModifier and TypeMethodDescriptionBlockDiskCache.getAuxiliaryCacheAttributes()
Returns the attributes.Methods in org.apache.commons.jcs3.auxiliary.disk.block with parameters of type AuxiliaryCacheAttributesModifier and TypeMethodDescription<K,
V> BlockDiskCache<K, V> BlockDiskCacheFactory.createCache
(AuxiliaryCacheAttributes iaca, ICompositeCacheManager cacheMgr, ICacheEventLogger cacheEventLogger, IElementSerializer elementSerializer) Create an instance of the BlockDiskCache. -
Uses of AuxiliaryCacheAttributes in org.apache.commons.jcs3.auxiliary.disk.indexed
Classes in org.apache.commons.jcs3.auxiliary.disk.indexed that implement AuxiliaryCacheAttributesModifier and TypeClassDescriptionclass
Configuration class for the Indexed Disk CacheMethods in org.apache.commons.jcs3.auxiliary.disk.indexed that return AuxiliaryCacheAttributesMethods in org.apache.commons.jcs3.auxiliary.disk.indexed with parameters of type AuxiliaryCacheAttributesModifier and TypeMethodDescription<K,
V> IndexedDiskCache<K, V> IndexedDiskCacheFactory.createCache
(AuxiliaryCacheAttributes iaca, ICompositeCacheManager cacheMgr, ICacheEventLogger cacheEventLogger, IElementSerializer elementSerializer) Create an instance of an IndexedDiskCache. -
Uses of AuxiliaryCacheAttributes in org.apache.commons.jcs3.auxiliary.disk.jdbc
Classes in org.apache.commons.jcs3.auxiliary.disk.jdbc that implement AuxiliaryCacheAttributesModifier and TypeClassDescriptionclass
The configurator will set these values based on what is in the cache.ccf file.Methods in org.apache.commons.jcs3.auxiliary.disk.jdbc that return AuxiliaryCacheAttributesMethods in org.apache.commons.jcs3.auxiliary.disk.jdbc with parameters of type AuxiliaryCacheAttributesModifier and TypeMethodDescription<K,
V> JDBCDiskCache<K, V> JDBCDiskCacheFactory.createCache
(AuxiliaryCacheAttributes rawAttr, ICompositeCacheManager compositeCacheManager, ICacheEventLogger cacheEventLogger, IElementSerializer elementSerializer) This factory method should create an instance of the jdbc cache. -
Uses of AuxiliaryCacheAttributes in org.apache.commons.jcs3.auxiliary.disk.jdbc.hsql
Methods in org.apache.commons.jcs3.auxiliary.disk.jdbc.hsql with parameters of type AuxiliaryCacheAttributesModifier and TypeMethodDescription<K,
V> JDBCDiskCache<K, V> HSQLDiskCacheFactory.createCache
(AuxiliaryCacheAttributes rawAttr, ICompositeCacheManager compositeCacheManager, ICacheEventLogger cacheEventLogger, IElementSerializer elementSerializer) This factory method should create an instance of the hsqlcache. -
Uses of AuxiliaryCacheAttributes in org.apache.commons.jcs3.auxiliary.disk.jdbc.mysql
Classes in org.apache.commons.jcs3.auxiliary.disk.jdbc.mysql that implement AuxiliaryCacheAttributesModifier and TypeClassDescriptionclass
This has additional attributes that are particular to the MySQL disk cache.Methods in org.apache.commons.jcs3.auxiliary.disk.jdbc.mysql with parameters of type AuxiliaryCacheAttributesModifier and TypeMethodDescription<K,
V> MySQLDiskCache<K, V> MySQLDiskCacheFactory.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.commons.jcs3.auxiliary.lateral
Classes in org.apache.commons.jcs3.auxiliary.lateral that implement AuxiliaryCacheAttributesModifier and TypeClassDescriptionclass
This class stores attributes for all of the available lateral cache auxiliaries. -
Uses of AuxiliaryCacheAttributes in org.apache.commons.jcs3.auxiliary.lateral.behavior
Subinterfaces of AuxiliaryCacheAttributes in org.apache.commons.jcs3.auxiliary.lateral.behaviorModifier and TypeInterfaceDescriptioninterface
This interface defines configuration options common to lateral cache plugins. -
Uses of AuxiliaryCacheAttributes in org.apache.commons.jcs3.auxiliary.lateral.socket.tcp
Classes in org.apache.commons.jcs3.auxiliary.lateral.socket.tcp that implement AuxiliaryCacheAttributesModifier and TypeClassDescriptionclass
This interface defines functions that are particular to the TCP Lateral Cache plugin.Methods in org.apache.commons.jcs3.auxiliary.lateral.socket.tcp with parameters of type AuxiliaryCacheAttributesModifier and TypeMethodDescription<K,
V> LateralCacheNoWaitFacade<K, V> LateralTCPCacheFactory.createCache
(AuxiliaryCacheAttributes iaca, ICompositeCacheManager cacheMgr, ICacheEventLogger cacheEventLogger, IElementSerializer elementSerializer) Creates a TCP lateral. -
Uses of AuxiliaryCacheAttributes in org.apache.commons.jcs3.auxiliary.lateral.socket.tcp.behavior
Subinterfaces of AuxiliaryCacheAttributes in org.apache.commons.jcs3.auxiliary.lateral.socket.tcp.behaviorModifier and TypeInterfaceDescriptioninterface
This interface defines functions that are particular to the TCP Lateral Cache plugin. -
Uses of AuxiliaryCacheAttributes in org.apache.commons.jcs3.auxiliary.remote
Classes in org.apache.commons.jcs3.auxiliary.remote that implement AuxiliaryCacheAttributesModifier and TypeClassDescriptionclass
Attributes common to remote cache client and server.class
These objects are used to configure the remote cache client.Methods in org.apache.commons.jcs3.auxiliary.remote that return AuxiliaryCacheAttributesModifier and TypeMethodDescriptionAbstractRemoteAuxiliaryCache.getAuxiliaryCacheAttributes()
RemoteCacheNoWait.getAuxiliaryCacheAttributes()
Methods in org.apache.commons.jcs3.auxiliary.remote with parameters of type AuxiliaryCacheAttributesModifier and TypeMethodDescription<K,
V> AuxiliaryCache<K, V> 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.commons.jcs3.auxiliary.remote.behavior
Subinterfaces of AuxiliaryCacheAttributes in org.apache.commons.jcs3.auxiliary.remote.behaviorModifier and TypeInterfaceDescriptioninterface
This specifies what a remote cache configuration object should look like.interface
This specifies what a remote cache configuration object should look like. -
Uses of AuxiliaryCacheAttributes in org.apache.commons.jcs3.auxiliary.remote.http.client
Classes in org.apache.commons.jcs3.auxiliary.remote.http.client that implement AuxiliaryCacheAttributesMethods in org.apache.commons.jcs3.auxiliary.remote.http.client with parameters of type AuxiliaryCacheAttributesModifier and TypeMethodDescription<K,
V> AuxiliaryCache<K, V> 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.commons.jcs3.auxiliary.remote.http.server
Classes in org.apache.commons.jcs3.auxiliary.remote.http.server that implement AuxiliaryCacheAttributesModifier and TypeClassDescriptionclass
Configuration for the RemoteHttpCacheServer. -
Uses of AuxiliaryCacheAttributes in org.apache.commons.jcs3.auxiliary.remote.server
Classes in org.apache.commons.jcs3.auxiliary.remote.server that implement AuxiliaryCacheAttributesModifier and TypeClassDescriptionclass
These attributes are used to configure the remote cache server. -
Uses of AuxiliaryCacheAttributes in org.apache.commons.jcs3.auxiliary.remote.server.behavior
Subinterfaces of AuxiliaryCacheAttributes in org.apache.commons.jcs3.auxiliary.remote.server.behaviorModifier and TypeInterfaceDescriptioninterface
This defines the minimal behavior for the objects that are used to configure the remote cache server. -
Uses of AuxiliaryCacheAttributes in org.apache.commons.jcs3.engine.control
Methods in org.apache.commons.jcs3.engine.control that return AuxiliaryCacheAttributesMethods in org.apache.commons.jcs3.engine.control with parameters of type AuxiliaryCacheAttributesModifier and TypeMethodDescriptionvoid
CompositeCacheManager.registryAttrPut
(AuxiliaryCacheAttributes auxAttr)