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.auxiliaryClasses in org.apache.commons.jcs3.auxiliary that implement AuxiliaryCacheAttributesModifier and TypeClassDescriptionclassThis 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.diskClasses in org.apache.commons.jcs3.auxiliary.disk that implement AuxiliaryCacheAttributesModifier and TypeClassDescriptionclassThis has common attributes that any conceivable disk cache would need.
- 
Uses of AuxiliaryCacheAttributes in org.apache.commons.jcs3.auxiliary.disk.behaviorSubinterfaces of AuxiliaryCacheAttributes in org.apache.commons.jcs3.auxiliary.disk.behaviorModifier and TypeInterfaceDescriptioninterfaceCommon disk cache attributes.
- 
Uses of AuxiliaryCacheAttributes in org.apache.commons.jcs3.auxiliary.disk.blockClasses in org.apache.commons.jcs3.auxiliary.disk.block that implement AuxiliaryCacheAttributesModifier and TypeClassDescriptionclassThis 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.indexedClasses in org.apache.commons.jcs3.auxiliary.disk.indexed that implement AuxiliaryCacheAttributesModifier and TypeClassDescriptionclassConfiguration 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.jdbcClasses in org.apache.commons.jcs3.auxiliary.disk.jdbc that implement AuxiliaryCacheAttributesModifier and TypeClassDescriptionclassThe 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.hsqlMethods 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.mysqlClasses in org.apache.commons.jcs3.auxiliary.disk.jdbc.mysql that implement AuxiliaryCacheAttributesModifier and TypeClassDescriptionclassThis 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.lateralClasses in org.apache.commons.jcs3.auxiliary.lateral that implement AuxiliaryCacheAttributesModifier and TypeClassDescriptionclassThis class stores attributes for all of the available lateral cache auxiliaries.
- 
Uses of AuxiliaryCacheAttributes in org.apache.commons.jcs3.auxiliary.lateral.behaviorSubinterfaces of AuxiliaryCacheAttributes in org.apache.commons.jcs3.auxiliary.lateral.behaviorModifier and TypeInterfaceDescriptioninterfaceThis interface defines configuration options common to lateral cache plugins.
- 
Uses of AuxiliaryCacheAttributes in org.apache.commons.jcs3.auxiliary.lateral.socket.tcpClasses in org.apache.commons.jcs3.auxiliary.lateral.socket.tcp that implement AuxiliaryCacheAttributesModifier and TypeClassDescriptionclassThis 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.behaviorSubinterfaces of AuxiliaryCacheAttributes in org.apache.commons.jcs3.auxiliary.lateral.socket.tcp.behaviorModifier and TypeInterfaceDescriptioninterfaceThis interface defines functions that are particular to the TCP Lateral Cache plugin.
- 
Uses of AuxiliaryCacheAttributes in org.apache.commons.jcs3.auxiliary.remoteClasses in org.apache.commons.jcs3.auxiliary.remote that implement AuxiliaryCacheAttributesModifier and TypeClassDescriptionclassAttributes common to remote cache client and server.classThese 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.behaviorSubinterfaces of AuxiliaryCacheAttributes in org.apache.commons.jcs3.auxiliary.remote.behaviorModifier and TypeInterfaceDescriptioninterfaceThis specifies what a remote cache configuration object should look like.interfaceThis specifies what a remote cache configuration object should look like.
- 
Uses of AuxiliaryCacheAttributes in org.apache.commons.jcs3.auxiliary.remote.http.clientClasses 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.serverClasses in org.apache.commons.jcs3.auxiliary.remote.http.server that implement AuxiliaryCacheAttributesModifier and TypeClassDescriptionclassConfiguration for the RemoteHttpCacheServer.
- 
Uses of AuxiliaryCacheAttributes in org.apache.commons.jcs3.auxiliary.remote.serverClasses in org.apache.commons.jcs3.auxiliary.remote.server that implement AuxiliaryCacheAttributesModifier and TypeClassDescriptionclassThese attributes are used to configure the remote cache server.
- 
Uses of AuxiliaryCacheAttributes in org.apache.commons.jcs3.auxiliary.remote.server.behaviorSubinterfaces of AuxiliaryCacheAttributes in org.apache.commons.jcs3.auxiliary.remote.server.behaviorModifier and TypeInterfaceDescriptioninterfaceThis 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.controlMethods in org.apache.commons.jcs3.engine.control that return AuxiliaryCacheAttributesMethods in org.apache.commons.jcs3.engine.control with parameters of type AuxiliaryCacheAttributesModifier and TypeMethodDescriptionvoidCompositeCacheManager.registryAttrPut(AuxiliaryCacheAttributes auxAttr)