@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, updateMaxEntries
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clear, currentExpireAfterAccessMillis, currentExpireAfterWriteMillis, currentMaxEntries, getCacheCollector, getName, getStatistics, isFlushable, isLocal, isReplicateAsynchronously, isReplicateViaCopy, isStatisticsEnabled, setStatistics, updateExpireAfterAccess, updateExpireAfterWrite, updateMaxEntries
setTimeToLive
public 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–2017 Atlassian. All rights reserved.