Interface AuxiliaryCacheAttributes
- All Superinterfaces:
- Cloneable,- Serializable
- All Known Subinterfaces:
- ICommonRemoteCacheAttributes,- IDiskCacheAttributes,- ILateralCacheAttributes,- IRemoteCacheAttributes,- IRemoteCacheServerAttributes,- ITCPLateralCacheAttributes
- All Known Implementing Classes:
- AbstractAuxiliaryCacheAttributes,- AbstractDiskCacheAttributes,- BlockDiskCacheAttributes,- CommonRemoteCacheAttributes,- IndexedDiskCacheAttributes,- JDBCDiskCacheAttributes,- LateralCacheAttributes,- MySQLDiskCacheAttributes,- RemoteCacheAttributes,- RemoteCacheServerAttributes,- RemoteHttpCacheAttributes,- RemoteHttpCacheServerAttributes,- TCPLateralCacheAttributes
This is a nominal interface that auxiliary cache attributes should implement. This allows the
 auxiliary mangers to share a common interface.
- 
Method SummaryModifier and TypeMethodDescriptionclone()Clone objectGets the cacheName attribute of the AuxiliaryCacheAttributes objectSets the pool name to use.getName()Gets the name attribute of the AuxiliaryCacheAttributes objectvoidSets the name of the cache, referenced by the appropriate manager.voidIf you choose a POOLED event queue type, the value of EventQueuePoolName will be used.voidSINGLE is the default.voidName known by configurator
- 
Method Details- 
setCacheNameSets the name of the cache, referenced by the appropriate manager.- Parameters:
- s- The new cacheName value
 
- 
getCacheNameGets the cacheName attribute of the AuxiliaryCacheAttributes object- Returns:
- The cacheName value
 
- 
setNameName known by configurator- Parameters:
- s- The new name value
 
- 
getNameGets the name attribute of the AuxiliaryCacheAttributes object- Returns:
- The name value
 
- 
setEventQueueTypeSINGLE is the default. If you choose POOLED, the value of EventQueuePoolName will be used- Parameters:
- s- SINGLE or POOLED
 
- 
getEventQueueType- Returns:
- SINGLE or POOLED
 
- 
setEventQueuePoolNameIf you choose a POOLED event queue type, the value of EventQueuePoolName will be used. This is ignored if the pool type is SINGLE- Parameters:
- s- SINGLE or POOLED
 
- 
getEventQueuePoolNameSets the pool name to use. If a pool is not found by this name, the thread pool manager will return a default configuration.- Returns:
- name of thread pool to use for this auxiliary
 
- 
cloneClone object
 
-