Package com.netflix.astyanax.recipes.locks

Interface Summary
DistributedRowLock Base interface to acquiring and release a row lock Usage: DistributedRowLock lock = new SomeLockImplementation(...); try { lock.acquire(); // Do something ...
 

Class Summary
ColumnPrefixDistributedRowLock<K> Takes a distributed row lock for a single row.
 

Exception Summary
BusyLockException  
StaleLockException  
 



Copyright © 2012. All Rights Reserved.