Uses of Interface
org.terracotta.locking.ClusteredLock

Packages that use ClusteredLock
org.terracotta.api   
org.terracotta.cache   
org.terracotta.cache.value   
org.terracotta.collections   
org.terracotta.locking   
 

Uses of ClusteredLock in org.terracotta.api
 

Methods in org.terracotta.api that return ClusteredLock
 ClusteredLock TerracottaToolkit.createLock(Object monitor, LockType type)
           
 ClusteredLock ClusteringToolkit.createLock(Object monitor, LockType type)
          Create a clustered lock around the supplied clustered monitor object.
 

Uses of ClusteredLock in org.terracotta.cache
 

Methods in org.terracotta.cache that return ClusteredLock
 ClusteredLock LocalCache.createFinegrainedLock(K key)
           
 ClusteredLock TerracottaDistributedCache.createFinegrainedLock(K key)
           
 

Methods in org.terracotta.cache with parameters of type ClusteredLock
 void TimestampedValue.markUsed(int usedAt, ClusteredLock lock, CacheConfig config)
          Mark this value as being used at the specified time.
 void MarkTimestampedValue.markUsed(Object key, int usedAt, ClusteredLock lock, CacheConfig config, com.terracotta.toolkit.collections.InternalClusteredMap map)
           
 

Uses of ClusteredLock in org.terracotta.cache.value
 

Methods in org.terracotta.cache.value with parameters of type ClusteredLock
 void AbstractStatelessTimestampedValue.markUsed(int usedAtTime, ClusteredLock lock, CacheConfig config)
           
 void AbstractStatelessTimestampedValue.markUsed(Object key, int usedAtTime, ClusteredLock lock, CacheConfig config, com.terracotta.toolkit.collections.InternalClusteredMap map)
          Mark this timestamp as being used and reset the idle timer (if in use).
 

Uses of ClusteredLock in org.terracotta.collections
 

Methods in org.terracotta.collections that return ClusteredLock
 ClusteredLock ConcurrentDistributedMap.createFinegrainedLock(K key)
           
 ClusteredLock ClusteredMap.createFinegrainedLock(K key)
          Create a lock for the given key.
 

Uses of ClusteredLock in org.terracotta.locking
 

Classes in org.terracotta.locking that implement ClusteredLock
 class TerracottaLock
           
 

Methods in org.terracotta.locking that return ClusteredLock
 ClusteredLock LockableMap.createFinegrainedLock(K key)
          Obtain a fine-grained lock instance for a particular key.
 



Copyright © 2015 Terracotta, Inc.. All Rights Reserved.