public class RemoteHttpCacheAttributes extends RemoteCacheAttributes
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DEFAULT_REMOTE_HTTP_CLIENT_CLASS_NAME
The default classname for the client.
|
cacheName, eventQueuePoolName, eventQueueType, name
CLUSTER, DEFAULT_RECEIVE, DEFAULT_RMI_SOCKET_FACTORY_TIMEOUT_MILLIS, DEFAULT_ZOMBIE_QUEUE_MAX_SIZE, LOCAL
POOLED_QUEUE_TYPE, SINGLE_QUEUE_TYPE
Constructor and Description |
---|
RemoteHttpCacheAttributes() |
Modifier and Type | Method and Description |
---|---|
int |
getConnectionTimeoutMillis() |
java.lang.String |
getHttpVersion() |
int |
getMaxConnectionsPerHost() |
java.lang.String |
getRemoteHttpClientClassName() |
int |
getSocketTimeoutMillis() |
java.lang.String |
getUrl() |
boolean |
isIncludeCacheNameAsParameter() |
boolean |
isIncludeKeysAndPatternsAsParameter() |
boolean |
isIncludeRequestTypeasAsParameter() |
void |
setConnectionTimeoutMillis(int connectionTimeoutMillis) |
void |
setHttpVersion(java.lang.String httpVersion) |
void |
setIncludeCacheNameAsParameter(boolean includeCacheNameInURL) |
void |
setIncludeKeysAndPatternsAsParameter(boolean includeKeysAndPatternsInURL) |
void |
setIncludeRequestTypeasAsParameter(boolean includeRequestTypeasAsParameter) |
void |
setMaxConnectionsPerHost(int maxConnectionsPerHost) |
void |
setRemoteHttpClientClassName(java.lang.String remoteHttpClientClassName) |
void |
setSocketTimeoutMillis(int socketTimeoutMillis) |
void |
setUrl(java.lang.String url) |
java.lang.String |
toString() |
copy, getClusterServers, getFailoverIndex, getFailovers, getFailoverServers, getGetOnly, getGetTimeoutMillis, getLocalClusterConsistency, getLocalPort, getRemoteHost, getRemotePort, getRemoteServiceName, getRemoteType, getRemoteTypeName, getRemoveUponRemotePut, getRmiSocketFactoryTimeoutMillis, getThreadPoolName, getZombieQueueMaxSize, isReceive, setClusterServers, setFailoverIndex, setFailovers, setFailoverServers, setGetOnly, setGetTimeoutMillis, setLocalClusterConsistency, setLocalPort, setReceive, setRemoteHost, setRemotePort, setRemoteServiceName, setRemoteType, setRemoteTypeName, setRemoveUponRemotePut, setRmiSocketFactoryTimeoutMillis, setThreadPoolName, setZombieQueueMaxSize
getCacheName, getEventQueuePoolName, getEventQueueType, getName, setCacheName, setEventQueuePoolName, setEventQueueType, setName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getCacheName, getEventQueuePoolName, getEventQueueType, getName, setCacheName, setEventQueuePoolName, setEventQueueType, setName
public static final java.lang.String DEFAULT_REMOTE_HTTP_CLIENT_CLASS_NAME
public void setMaxConnectionsPerHost(int maxConnectionsPerHost)
maxConnectionsPerHost
- the maxConnectionsPerHost to setpublic int getMaxConnectionsPerHost()
public void setSocketTimeoutMillis(int socketTimeoutMillis)
socketTimeoutMillis
- the socketTimeoutMillis to setpublic int getSocketTimeoutMillis()
public void setHttpVersion(java.lang.String httpVersion)
httpVersion
- the httpVersion to setpublic java.lang.String getHttpVersion()
public void setConnectionTimeoutMillis(int connectionTimeoutMillis)
connectionTimeoutMillis
- the connectionTimeoutMillis to setpublic int getConnectionTimeoutMillis()
public void setIncludeCacheNameAsParameter(boolean includeCacheNameInURL)
includeCacheNameInURL
- the includeCacheNameInURL to setpublic boolean isIncludeCacheNameAsParameter()
public void setIncludeKeysAndPatternsAsParameter(boolean includeKeysAndPatternsInURL)
includeKeysAndPatternsInURL
- the includeKeysAndPatternsInURL to setpublic boolean isIncludeKeysAndPatternsAsParameter()
public void setIncludeRequestTypeasAsParameter(boolean includeRequestTypeasAsParameter)
includeRequestTypeasAsParameter
- the includeRequestTypeasAsParameter to setpublic boolean isIncludeRequestTypeasAsParameter()
public void setUrl(java.lang.String url)
url
- the url to setpublic java.lang.String getUrl()
public void setRemoteHttpClientClassName(java.lang.String remoteHttpClientClassName)
remoteHttpClientClassName
- the remoteHttpClientClassName to setpublic java.lang.String getRemoteHttpClientClassName()
public java.lang.String toString()
toString
in class RemoteCacheAttributes
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.