|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jcs.auxiliary.AbstractAuxiliaryCacheAttributes
org.apache.jcs.auxiliary.remote.http.server.RemoteHttpCacheServerAttributes
public class RemoteHttpCacheServerAttributes
Configuration for the RemoteHttpCacheServer. Most of these properties are used only by the service.
Field Summary |
---|
Fields inherited from class org.apache.jcs.auxiliary.AbstractAuxiliaryCacheAttributes |
---|
cacheName, eventQueuePoolName, eventQueueType, name |
Fields inherited from interface org.apache.jcs.auxiliary.AuxiliaryCacheAttributes |
---|
POOLED_QUEUE_TYPE, SINGLE_QUEUE_TYPE |
Constructor Summary | |
---|---|
RemoteHttpCacheServerAttributes()
|
Method Summary | |
---|---|
AuxiliaryCacheAttributes |
copy()
clones |
boolean |
isAllowClusterGet()
Should gets from non-cluster clients be allowed to get from other remote auxiliaries. |
boolean |
isLocalClusterConsistency()
Should cluster updates be propagated to the locals |
void |
setAllowClusterGet(boolean r)
Should we try to get from other cluster servers if we don't find the items locally. |
void |
setLocalClusterConsistency(boolean r)
Should cluster updates be propagated to the locals |
String |
toString()
|
Methods inherited from class org.apache.jcs.auxiliary.AbstractAuxiliaryCacheAttributes |
---|
getCacheName, getEventQueuePoolName, getEventQueueType, getName, setCacheName, setEventQueuePoolName, setEventQueueType, setName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RemoteHttpCacheServerAttributes()
Method Detail |
---|
public AuxiliaryCacheAttributes copy()
public boolean isLocalClusterConsistency()
public void setLocalClusterConsistency(boolean r)
r
- The new localClusterConsistency valuepublic boolean isAllowClusterGet()
public void setAllowClusterGet(boolean r)
r
- The new localClusterConsistency valuepublic String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |