Class RemoteHttpCacheServerAttributes
java.lang.Object
org.apache.commons.jcs3.auxiliary.AbstractAuxiliaryCacheAttributes
org.apache.commons.jcs3.auxiliary.remote.http.server.RemoteHttpCacheServerAttributes
- All Implemented Interfaces:
- Serializable,- Cloneable,- AuxiliaryCacheAttributes
Configuration for the RemoteHttpCacheServer. Most of these properties are used only by the
 service.
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanShould gets from non-cluster clients be allowed to get from other remote auxiliaries.booleanShould cluster updates be propagated to the localsvoidsetAllowClusterGet(boolean r) Should we try to get from other cluster servers if we don't find the items locally.voidsetLocalClusterConsistency(boolean r) Should cluster updates be propagated to the localstoString()Methods inherited from class org.apache.commons.jcs3.auxiliary.AbstractAuxiliaryCacheAttributesclone, getCacheName, getEventQueuePoolName, getEventQueueType, getName, setCacheName, setEventQueuePoolName, setEventQueueType, setName
- 
Constructor Details- 
RemoteHttpCacheServerAttributespublic RemoteHttpCacheServerAttributes()
 
- 
- 
Method Details- 
isLocalClusterConsistencyShould cluster updates be propagated to the locals- Returns:
- The localClusterConsistency value
 
- 
setLocalClusterConsistencyShould cluster updates be propagated to the locals- Parameters:
- r- The new localClusterConsistency value
 
- 
isAllowClusterGetShould gets from non-cluster clients be allowed to get from other remote auxiliaries.- Returns:
- The localClusterConsistency value
 
- 
setAllowClusterGetShould we try to get from other cluster servers if we don't find the items locally.- Parameters:
- r- The new localClusterConsistency value
 
- 
toString
 
-