public interface AuxiliaryCacheAttributes
extends java.lang.Cloneable, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
POOLED_QUEUE_TYPE
Uses a thread pool.
|
static java.lang.String |
SINGLE_QUEUE_TYPE
Does not use a thread pool.
|
Modifier and Type | Method and Description |
---|---|
AuxiliaryCacheAttributes |
copy()
Clones
|
java.lang.String |
getCacheName()
Gets the cacheName attribute of the AuxiliaryCacheAttributes object
|
java.lang.String |
getEventQueuePoolName()
Sets the pool name to use.
|
java.lang.String |
getEventQueueType() |
java.lang.String |
getName()
Gets the name attribute of the AuxiliaryCacheAttributes object
|
void |
setCacheName(java.lang.String s)
Sets the name of the cache, referenced by the appropriate manager.
|
void |
setEventQueuePoolName(java.lang.String s)
If you choose a POOLED event queue type, the value of EventQueuePoolName will be used.
|
void |
setEventQueueType(java.lang.String s)
SINGLE is the default.
|
void |
setName(java.lang.String s)
Name known by by configurator
|
static final java.lang.String SINGLE_QUEUE_TYPE
static final java.lang.String POOLED_QUEUE_TYPE
void setCacheName(java.lang.String s)
s
- The new cacheName valuejava.lang.String getCacheName()
void setName(java.lang.String s)
s
- The new name valuejava.lang.String getName()
void setEventQueueType(java.lang.String s)
s
- SINGLE or POOLEDjava.lang.String getEventQueueType()
void setEventQueuePoolName(java.lang.String s)
s
- SINGLE or POOLEDjava.lang.String getEventQueuePoolName()
AuxiliaryCacheAttributes copy()
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.