| Package | Description |
|---|---|
| com.atlassian.confluence.cache | |
| com.atlassian.confluence.cache.hazelcast |
Provides the classes for a Hazelcast implementation to support Confluence
clustering, including caching, locks and events.
|
| com.atlassian.confluence.cache.hazelcast.hibernate | |
| com.atlassian.confluence.cache.hazelcast.monitoring |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ManagedLockingCache<K,V>
Deprecated.
since 5.7. Use
LockingCache instead. |
| Modifier and Type | Method and Description |
|---|---|
<K,V> LockingCache<K,V> |
ConfluenceHazelcastCacheManager.getLockingCache(String name,
com.atlassian.cache.CacheLoader<K,V> loader,
com.atlassian.cache.CacheSettings cacheSettings) |
<K,V> LockingCache<K,V> |
LockingCacheManager.getLockingCache(String name,
com.atlassian.cache.CacheLoader<K,V> loader,
com.atlassian.cache.CacheSettings cacheSettings)
This method allows a client to get a cache that support explicit locking methods.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HazelcastLockingCache<K,V>
A delegating cache that allows you to lock and unlock on keys.
|
| Constructor and Description |
|---|
HazelcastHibernateCache(LockingCache cache,
com.hazelcast.core.Cluster cluster) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConfluenceMonitoringLockingCache<K,V>
Wrapper for monitoring the performance of Hazelcast locking caches.
|
| Constructor and Description |
|---|
ConfluenceMonitoringLockingCache(LockingCache<K,V> cache,
ConfluenceMonitoring confluenceMonitoring) |
Copyright © 2003–2018 Atlassian. All rights reserved.