public class RemoteHttpCache<K,V> extends AbstractRemoteAuxiliaryCache<K,V>
ICacheType.CacheType
cacheName
Constructor and Description |
---|
RemoteHttpCache(RemoteHttpCacheAttributes remoteHttpCacheAttributes,
ICacheServiceNonLocal<K,V> remote,
IRemoteCacheListener<K,V> listener)
Constructor for the RemoteCache object.
|
Modifier and Type | Method and Description |
---|---|
String |
getEventLoggingExtraInfo()
Gets the extra info for the event log.
|
RemoteHttpCacheAttributes |
getRemoteHttpCacheAttributes() |
protected void |
handleException(Exception ex,
String msg,
String eventName)
Nothing right now.
|
void |
setRemoteHttpCacheAttributes(RemoteHttpCacheAttributes remoteHttpCacheAttributes) |
fixCache, getAuxiliaryCacheAttributes, getCacheName, getCacheType, getKeySet, getListener, getListenerId, getRemoteCacheAttributes, getRemoteCacheListener, getRemoteCacheService, getSize, getStatistics, getStats, getStatus, getUsingPool, processDispose, processGet, processGetMatching, processGetMultiple, processRemove, processRemoveAll, processUpdate, setListenerId, setRemoteCacheAttributes, setRemoteCacheListener, setRemoteCacheService
dispose, disposeWithEventLogging, get, getMatching, getMatchingWithEventLogging, getMultiple, getMultipleWithEventLogging, getWithEventLogging, remove, removeAll, removeAllWithEventLogging, removeWithEventLogging, update, updateWithEventLogging
createICacheEvent, createICacheEvent, getCacheEventLogger, getElementSerializer, getKeyMatcher, logApplicationEvent, logError, logICacheEvent, setCacheEventLogger, setElementSerializer, setKeyMatcher
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setCacheEventLogger, setElementSerializer
dispose, get, getMatching, getMultiple, remove, removeAll, setKeyMatcher, update
public RemoteHttpCache(RemoteHttpCacheAttributes remoteHttpCacheAttributes, ICacheServiceNonLocal<K,V> remote, IRemoteCacheListener<K,V> listener)
remoteHttpCacheAttributes
- remote
- listener
- protected void handleException(Exception ex, String msg, String eventName) throws IOException
handleException
in class AbstractRemoteAuxiliaryCache<K,V>
ex
- msg
- eventName
- IOException
public String getEventLoggingExtraInfo()
AbstractAuxiliaryCache
getEventLoggingExtraInfo
in class AbstractAuxiliaryCache<K,V>
public void setRemoteHttpCacheAttributes(RemoteHttpCacheAttributes remoteHttpCacheAttributes)
remoteHttpCacheAttributes
- the remoteHttpCacheAttributes to setpublic RemoteHttpCacheAttributes getRemoteHttpCacheAttributes()
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.