public class RemoteHttpCache<K,V> extends AbstractRemoteAuxiliaryCache<K,V>
ICacheType.CacheTypecacheNameNAME_COMPONENT_DELIMITER| Constructor and Description |
|---|
RemoteHttpCache(RemoteHttpCacheAttributes remoteHttpCacheAttributes,
ICacheServiceNonLocal<K,V> remote,
IRemoteCacheListener<K,V> listener,
RemoteHttpCacheMonitor monitor)
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.
|
fixCache, getAuxiliaryCacheAttributes, getCacheName, getCacheType, getKeySet, getListener, getListenerId, getRemoteCacheAttributes, getRemoteCacheListener, getRemoteCacheService, getSize, getStatistics, getStats, getStatus, getUsingPool, processDispose, processGet, processGetMatching, processRemove, processRemoveAll, processUpdate, setListenerId, setRemoteCacheAttributes, setRemoteCacheListener, setRemoteCacheServicedispose, disposeWithEventLogging, get, getMatching, getMatchingWithEventLogging, getMultiple, getMultipleWithEventLogging, getWithEventLogging, remove, removeAll, removeAllWithEventLogging, removeWithEventLogging, update, updateWithEventLoggingcreateICacheEvent, createICacheEvent, getCacheEventLogger, getElementSerializer, getKeyMatcher, logApplicationEvent, logError, logICacheEvent, processGetMultiple, setCacheEventLogger, setElementSerializer, setKeyMatcherclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetCacheEventLogger, setElementSerializerdispose, get, getMatching, getMultiple, remove, removeAll, setKeyMatcher, updatepublic RemoteHttpCache(RemoteHttpCacheAttributes remoteHttpCacheAttributes, ICacheServiceNonLocal<K,V> remote, IRemoteCacheListener<K,V> listener, RemoteHttpCacheMonitor monitor)
remoteHttpCacheAttributes - remote - listener - monitor - the cache monitorprotected void handleException(Exception ex, String msg, String eventName) throws IOException
handleException in class AbstractRemoteAuxiliaryCache<K,V>ex - msg - eventName - IOExceptionpublic String getEventLoggingExtraInfo()
AbstractAuxiliaryCachegetEventLoggingExtraInfo in class AbstractAuxiliaryCache<K,V>public RemoteHttpCacheAttributes getRemoteHttpCacheAttributes()
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.