public interface AuxiliaryCacheAttributes extends Serializable, Cloneable
Modifier and Type | Method and Description |
---|---|
AuxiliaryCacheAttributes |
clone()
Clone object
|
String |
getCacheName()
Gets the cacheName attribute of the AuxiliaryCacheAttributes object
|
String |
getEventQueuePoolName()
Sets the pool name to use.
|
ICacheEventQueue.QueueType |
getEventQueueType() |
String |
getName()
Gets the name attribute of the AuxiliaryCacheAttributes object
|
void |
setCacheName(String s)
Sets the name of the cache, referenced by the appropriate manager.
|
void |
setEventQueuePoolName(String s)
If you choose a POOLED event queue type, the value of EventQueuePoolName will be used.
|
void |
setEventQueueType(ICacheEventQueue.QueueType s)
SINGLE is the default.
|
void |
setName(String s)
Name known by by configurator
|
void setCacheName(String s)
s
- The new cacheName valueString getCacheName()
String getName()
void setEventQueueType(ICacheEventQueue.QueueType s)
s
- SINGLE or POOLEDICacheEventQueue.QueueType getEventQueueType()
void setEventQueuePoolName(String s)
s
- SINGLE or POOLEDString getEventQueuePoolName()
AuxiliaryCacheAttributes clone()
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.