Package org.terracotta.locking.strategy

Class Summary
BasicLockStrategy<K> A simple always locking abstract LockStrategy.
HashcodeLockStrategy A simple lock strategy where locks are taken on a concatentation of the instance qualifier and the key's hashcode.
LongLockStrategy<K>  
NullLockStrategy<K> A non-locking lock strategy.
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.