Modifier and Type | Method and Description |
---|---|
RemoteCacheResponse |
IRemoteCacheDispatcher.dispatchRequest(RemoteCacheRequest remoteCacheRequest)
All requests will go through this method.
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
RemoteHttpCacheDispatcher.addParameters(RemoteCacheRequest remoteCacheRequest,
java.lang.String baseUrl) |
RemoteCacheResponse |
RemoteHttpCacheDispatcher.dispatchRequest(RemoteCacheRequest remoteCacheRequest)
All requests will go through this method.
|
Modifier and Type | Method and Description |
---|---|
protected RemoteCacheRequest |
RemoteHttpCacheServlet.readRequest(javax.servlet.http.HttpServletRequest request)
Read the request from the input stream.
|
protected RemoteCacheRequest |
RemoteHttpCacheServlet.readRequestFromStream(java.io.InputStream inputStream)
Reads the response from the stream and then closes it.
|
Modifier and Type | Method and Description |
---|---|
RemoteCacheResponse |
RemoteCacheServiceAdaptor.processRequest(RemoteCacheRequest request)
Processes the request.
|
Modifier and Type | Method and Description |
---|---|
static RemoteCacheRequest |
RemoteCacheRequestFactory.createAliveCheckRequest(long requesterId)
Creates an alive check Request.
|
static RemoteCacheRequest |
RemoteCacheRequestFactory.createDisposeRequest(java.lang.String cacheName,
long requesterId)
Creates a dispose Request.
|
static RemoteCacheRequest |
RemoteCacheRequestFactory.createGetGroupKeysRequest(java.lang.String cacheName,
java.lang.String groupName,
long requesterId)
Creates a GetGroupKeys Request.
|
static RemoteCacheRequest |
RemoteCacheRequestFactory.createGetMatchingRequest(java.lang.String cacheName,
java.lang.String pattern,
long requesterId)
Creates a getMatching Request.
|
static RemoteCacheRequest |
RemoteCacheRequestFactory.createGetMultipleRequest(java.lang.String cacheName,
java.util.Set keys,
long requesterId)
Creates a getMultiple Request.
|
static RemoteCacheRequest |
RemoteCacheRequestFactory.createGetRequest(java.lang.String cacheName,
java.io.Serializable key,
long requesterId)
Creates a get Request.
|
static RemoteCacheRequest |
RemoteCacheRequestFactory.createRemoveAllRequest(java.lang.String cacheName,
long requesterId)
Creates a removeAll Request.
|
static RemoteCacheRequest |
RemoteCacheRequestFactory.createRemoveRequest(java.lang.String cacheName,
java.io.Serializable key,
long requesterId)
Creates a remove Request.
|
static RemoteCacheRequest |
RemoteCacheRequestFactory.createUpdateRequest(ICacheElement cacheElement,
long requesterId)
Creates an Update Request.
|
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.