@Internal public class ConfluenceMonitoringLockingCache<K,V> extends ConfluenceMonitoringCache<K,V> implements LockingCache<K,V>
| Constructor and Description |
|---|
ConfluenceMonitoringLockingCache(LockingCache<K,V> cache,
ConfluenceMonitoring confluenceMonitoring) |
| Modifier and Type | Method and Description |
|---|---|
void |
lock(K key,
org.joda.time.Duration leaseTime) |
void |
unlock(K key) |
addListener, clear, containsKey, createLockSplit, createReadSplit, createSplit, createUnlockSplit, createWriteSplit, currentExpireAfterAccessMillis, currentExpireAfterWriteMillis, currentMaxEntries, get, get, getCacheCollector, getKeys, getName, getStatistics, isFlushable, isLocal, isReplicateAsynchronously, isReplicateViaCopy, isStatisticsEnabled, put, putIfAbsent, remove, remove, removeAll, removeListener, replace, setStatistics, setTimeToLive, updateExpireAfterAccess, updateExpireAfterWrite, updateMaxEntriesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclear, currentExpireAfterAccessMillis, currentExpireAfterWriteMillis, currentMaxEntries, getCacheCollector, getName, getStatistics, isFlushable, isLocal, isReplicateAsynchronously, isReplicateViaCopy, isStatisticsEnabled, setStatistics, updateExpireAfterAccess, updateExpireAfterWrite, updateMaxEntriessetTimeToLivepublic ConfluenceMonitoringLockingCache(LockingCache<K,V> cache, ConfluenceMonitoring confluenceMonitoring)
public void lock(K key, org.joda.time.Duration leaseTime)
lock in interface LockingCache<K,V>public void unlock(K key)
unlock in interface LockingCache<K,V>Copyright © 2003–2018 Atlassian. All rights reserved.