Class RemoteCache<K,V>
java.lang.Object
com.tangosol.coherence.jcache.AbstractCoherenceBasedCache<K,V,RemoteCacheConfiguration<K,V>>
com.tangosol.coherence.jcache.remotecache.RemoteCache<K,V>
- Type Parameters:
K- key typeV- value type
- All Implemented Interfaces:
CoherenceBasedCache<K,,V> Closeable,AutoCloseable,Iterable<javax.cache.Cache.Entry<K,,V>> javax.cache.Cache<K,V>
public class RemoteCache<K,V>
extends AbstractCoherenceBasedCache<K,V,RemoteCacheConfiguration<K,V>>
A remote partitioned-cache implementation of a
Cache based
on a Coherence <partitioned-cache>.- Since:
- 12.2.1
- Author:
- jf 2014.05.21
-
Nested Class Summary
-
Field Summary
Fields inherited from class com.tangosol.coherence.jcache.AbstractCoherenceBasedCache
m_configuration, m_manager, m_namedCache, m_sJCacheNameFields inherited from interface com.tangosol.coherence.jcache.CoherenceBasedCache
JCACHE_CONFIG_BACK_SCHEME_NAME, JCACHE_CONFIG_BACK_SCHEME_SERVICE_NAME, JCACHE_CONFIG_CACHE_NAME, JCACHE_CONFIG_SCHEME_NAME, JCACHE_CONFIG_SERVICE_NAME, JCACHE_EXTEND_PROXY_SERVICE_NAME, JCACHE_EXTEND_SCHEME_NAME, JCACHE_EXTEND_SERVICE_NAME, JCACHE_LOCAL_CACHE_NAME_PATTERN, JCACHE_LOCAL_CACHE_NAME_PREFIX, JCACHE_LOCAL_SCHEME_NAME, JCACHE_LOCAL_SERVICE_NAME, JCACHE_PARTITIONED_CACHE_NAME_PATTERN, JCACHE_PARTITIONED_CACHE_NAME_PREFIX, JCACHE_PARTITIONED_SCHEME_NAME, JCACHE_PARTITIONED_SERVICE_NAME, JCACHE_REMOTE_SCHEME -
Constructor Summary
ConstructorsConstructorDescriptionRemoteCache(CoherenceBasedCacheManager manager, String sJCacheName, RemoteCacheConfiguration configuration) Constructs aRemoteCacheconfigured byPartitionedCacheConfigurationin context ofCoherenceBasedCacheManagerwith JCache namesJCacheName. -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()voidclose()booleancontainsKey(K key) voidderegisterCacheEntryListener(javax.cache.configuration.CacheEntryListenerConfiguration<K, V> cacheEntryListenerConfiguration) voiddestroy()Destroys aCoherenceBasedCachedue to a request from aCoherenceBasedCacheManager.getAndRemove(K key) getAndReplace(K key, V value) getConfiguration(Class<T> clz) Obtain the internal identifier used for JCache caches.javax.cache.management.CacheMXBeangetMBean()Get JMX Bean associated with Cache.Get JCache Statistics associated with Cache.<T> TinvokeAll(Set<? extends K> keys, javax.cache.processor.EntryProcessor<K, V, T> entryProcessor, Object... arguments) booleanGet JCache Statistics statusiterator()voidloadAll(Set<? extends K> keys, boolean replaceExistingValues, javax.cache.integration.CompletionListener completionListener) voidCloses aCoherenceBasedCacheat the request of a call toCache.close().voidvoidbooleanputIfAbsent(K key, V value) voidregisterCacheEntryListener(javax.cache.configuration.CacheEntryListenerConfiguration<K, V> cacheEntryListenerConfiguration) booleanbooleanvoidvoidbooleanbooleanvoidsetManagementEnabled(boolean fEnabled) Set JCache Management status.voidsetStatisticsEnabled(boolean fEnabled) Set JCache statistics status<T> TMethods inherited from class com.tangosol.coherence.jcache.AbstractCoherenceBasedCache
ensureOpen, getCacheManager, getClassLoader, getName, isClosedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
RemoteCache
public RemoteCache(CoherenceBasedCacheManager manager, String sJCacheName, RemoteCacheConfiguration configuration) Constructs aRemoteCacheconfigured byPartitionedCacheConfigurationin context ofCoherenceBasedCacheManagerwith JCache namesJCacheName.- Parameters:
manager- CacheManager manages the created RemoteCache.sJCacheName- JCache cache name that must be unique withinCoherenceBasedCacheManagercontextconfiguration- remote JCache cache configuration
-
-
Method Details
-
onBeforeClosing
public void onBeforeClosing()Description copied from class:AbstractCoherenceBasedCacheCloses aCoherenceBasedCacheat the request of a call toCache.close().- Specified by:
onBeforeClosingin classAbstractCoherenceBasedCache<K,V, RemoteCacheConfiguration<K, V>>
-
getMBean
public javax.cache.management.CacheMXBean getMBean()Description copied from class:AbstractCoherenceBasedCacheGet JMX Bean associated with Cache.- Specified by:
getMBeanin classAbstractCoherenceBasedCache<K,V, RemoteCacheConfiguration<K, V>> - Returns:
- JMX Bean
-
getStatistics
Description copied from class:AbstractCoherenceBasedCacheGet JCache Statistics associated with Cache.- Specified by:
getStatisticsin classAbstractCoherenceBasedCache<K,V, RemoteCacheConfiguration<K, V>> - Returns:
- JCache Statistics if exist or null.
-
setManagementEnabled
public void setManagementEnabled(boolean fEnabled) Description copied from class:AbstractCoherenceBasedCacheSet JCache Management status.- Specified by:
setManagementEnabledin classAbstractCoherenceBasedCache<K,V, RemoteCacheConfiguration<K, V>> - Parameters:
fEnabled- true to enable
-
setStatisticsEnabled
public void setStatisticsEnabled(boolean fEnabled) Description copied from class:AbstractCoherenceBasedCacheSet JCache statistics status- Specified by:
setStatisticsEnabledin classAbstractCoherenceBasedCache<K,V, RemoteCacheConfiguration<K, V>> - Parameters:
fEnabled- true to enable
-
isStatisticsEnabled
public boolean isStatisticsEnabled()Description copied from class:AbstractCoherenceBasedCacheGet JCache Statistics status- Specified by:
isStatisticsEnabledin classAbstractCoherenceBasedCache<K,V, RemoteCacheConfiguration<K, V>> - Returns:
- true if enabled, otherwise false
-
getIdentifier
Description copied from interface:CoherenceBasedCacheObtain the internal identifier used for JCache caches.- Specified by:
getIdentifierin interfaceCoherenceBasedCache<K,V> - Specified by:
getIdentifierin classAbstractCoherenceBasedCache<K,V, RemoteCacheConfiguration<K, V>> - Returns:
- the internal
JCacheIdentifier
-
destroy
public void destroy()Description copied from interface:CoherenceBasedCacheDestroys aCoherenceBasedCachedue to a request from aCoherenceBasedCacheManager. -
get
-
getAll
-
containsKey
-
loadAll
-
put
-
getAndPut
-
putAll
-
putIfAbsent
-
remove
-
remove
-
getAndRemove
-
replace
-
replace
-
getAndReplace
-
removeAll
-
removeAll
public void removeAll() -
clear
public void clear() -
invoke
public <T> T invoke(K key, javax.cache.processor.EntryProcessor<K, V, throws javax.cache.processor.EntryProcessorExceptionT> entryProcessor, Object... arguments) - Throws:
javax.cache.processor.EntryProcessorException
-
invokeAll
-
registerCacheEntryListener
-
deregisterCacheEntryListener
-
iterator
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfacejavax.cache.Cache<K,V> - Specified by:
closein interfaceCloseable- Overrides:
closein classAbstractCoherenceBasedCache<K,V, RemoteCacheConfiguration<K, V>>
-
getConfiguration
- Specified by:
getConfigurationin interfacejavax.cache.Cache<K,V> - Overrides:
getConfigurationin classAbstractCoherenceBasedCache<K,V, RemoteCacheConfiguration<K, V>>
-
unwrap
- Specified by:
unwrapin interfacejavax.cache.Cache<K,V> - Overrides:
unwrapin classAbstractCoherenceBasedCache<K,V, RemoteCacheConfiguration<K, V>>
-