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
Nested classes/interfaces inherited from interface javax.cache.Cache
javax.cache.Cache.Entry<K,
V> -
Field Summary
Fields inherited from class com.tangosol.coherence.jcache.AbstractCoherenceBasedCache
m_configuration, m_manager, m_namedCache, m_sJCacheName
Fields 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
ConstructorDescriptionRemoteCache
(CoherenceBasedCacheManager manager, String sJCacheName, RemoteCacheConfiguration configuration) Constructs aRemoteCache
configured byPartitionedCacheConfiguration
in context ofCoherenceBasedCacheManager
with JCache namesJCacheName
. -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
void
close()
boolean
containsKey
(K key) void
deregisterCacheEntryListener
(javax.cache.configuration.CacheEntryListenerConfiguration<K, V> cacheEntryListenerConfiguration) void
destroy()
Destroys aCoherenceBasedCache
due 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.CacheMXBean
getMBean()
Get JMX Bean associated with Cache.Get JCache Statistics associated with Cache.<T> T
invokeAll
(Set<? extends K> keys, javax.cache.processor.EntryProcessor<K, V, T> entryProcessor, Object... arguments) boolean
Get JCache Statistics statusiterator()
void
loadAll
(Set<? extends K> keys, boolean replaceExistingValues, javax.cache.integration.CompletionListener completionListener) void
Closes aCoherenceBasedCache
at the request of a call toCache.close()
.void
void
boolean
putIfAbsent
(K key, V value) void
registerCacheEntryListener
(javax.cache.configuration.CacheEntryListenerConfiguration<K, V> cacheEntryListenerConfiguration) boolean
boolean
void
void
boolean
boolean
void
setManagementEnabled
(boolean fEnabled) Set JCache Management status.void
setStatisticsEnabled
(boolean fEnabled) Set JCache statistics status<T> T
Methods inherited from class com.tangosol.coherence.jcache.AbstractCoherenceBasedCache
ensureOpen, getCacheManager, getClassLoader, getName, isClosed
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
RemoteCache
public RemoteCache(CoherenceBasedCacheManager manager, String sJCacheName, RemoteCacheConfiguration configuration) Constructs aRemoteCache
configured byPartitionedCacheConfiguration
in context ofCoherenceBasedCacheManager
with JCache namesJCacheName
.- Parameters:
manager
- CacheManager manages the created RemoteCache.sJCacheName
- JCache cache name that must be unique withinCoherenceBasedCacheManager
contextconfiguration
- remote JCache cache configuration
-
-
Method Details
-
onBeforeClosing
public void onBeforeClosing()Description copied from class:AbstractCoherenceBasedCache
Closes aCoherenceBasedCache
at the request of a call toCache.close()
.- Specified by:
onBeforeClosing
in classAbstractCoherenceBasedCache<K,
V, RemoteCacheConfiguration<K, V>>
-
getMBean
public javax.cache.management.CacheMXBean getMBean()Description copied from class:AbstractCoherenceBasedCache
Get JMX Bean associated with Cache.- Specified by:
getMBean
in classAbstractCoherenceBasedCache<K,
V, RemoteCacheConfiguration<K, V>> - Returns:
- JMX Bean
-
getStatistics
Description copied from class:AbstractCoherenceBasedCache
Get JCache Statistics associated with Cache.- Specified by:
getStatistics
in classAbstractCoherenceBasedCache<K,
V, RemoteCacheConfiguration<K, V>> - Returns:
- JCache Statistics if exist or null.
-
setManagementEnabled
public void setManagementEnabled(boolean fEnabled) Description copied from class:AbstractCoherenceBasedCache
Set JCache Management status.- Specified by:
setManagementEnabled
in classAbstractCoherenceBasedCache<K,
V, RemoteCacheConfiguration<K, V>> - Parameters:
fEnabled
- true to enable
-
setStatisticsEnabled
public void setStatisticsEnabled(boolean fEnabled) Description copied from class:AbstractCoherenceBasedCache
Set JCache statistics status- Specified by:
setStatisticsEnabled
in classAbstractCoherenceBasedCache<K,
V, RemoteCacheConfiguration<K, V>> - Parameters:
fEnabled
- true to enable
-
isStatisticsEnabled
public boolean isStatisticsEnabled()Description copied from class:AbstractCoherenceBasedCache
Get JCache Statistics status- Specified by:
isStatisticsEnabled
in classAbstractCoherenceBasedCache<K,
V, RemoteCacheConfiguration<K, V>> - Returns:
- true if enabled, otherwise false
-
getIdentifier
Description copied from interface:CoherenceBasedCache
Obtain the internal identifier used for JCache caches.- Specified by:
getIdentifier
in interfaceCoherenceBasedCache<K,
V> - Specified by:
getIdentifier
in classAbstractCoherenceBasedCache<K,
V, RemoteCacheConfiguration<K, V>> - Returns:
- the internal
JCacheIdentifier
-
destroy
public void destroy()Description copied from interface:CoherenceBasedCache
Destroys aCoherenceBasedCache
due 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:
close
in interfaceAutoCloseable
- Specified by:
close
in interfacejavax.cache.Cache<K,
V> - Specified by:
close
in interfaceCloseable
- Overrides:
close
in classAbstractCoherenceBasedCache<K,
V, RemoteCacheConfiguration<K, V>>
-
getConfiguration
- Specified by:
getConfiguration
in interfacejavax.cache.Cache<K,
V> - Overrides:
getConfiguration
in classAbstractCoherenceBasedCache<K,
V, RemoteCacheConfiguration<K, V>>
-
unwrap
- Specified by:
unwrap
in interfacejavax.cache.Cache<K,
V> - Overrides:
unwrap
in classAbstractCoherenceBasedCache<K,
V, RemoteCacheConfiguration<K, V>>
-