package

com.netflix.astyanax.recipes.locks

Interfaces

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

Classes

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

Exceptions