Uses of Class
org.terracotta.locking.strategy.BasicLockStrategy

Packages that use BasicLockStrategy
org.terracotta.locking.strategy   
 

Uses of BasicLockStrategy in org.terracotta.locking.strategy
 

Subclasses of BasicLockStrategy in org.terracotta.locking.strategy
 class HashcodeLockStrategy
          A simple lock strategy where locks are taken on a concatentation of the instance qualifier and the key's hashcode.
 class NullLockStrategy<K>
          A non-locking lock strategy.
 class OneToOneLockStrategy
          A String key only lock strategy where locking is performed on a concatentation of the the instance qualifier and the string key itself.
 



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