Package org.apache.slide.store.tlock

Class Summary
TLock Transient locking which persists until commit/rollback.
TLockManager Handles t-locks (transient locks) for multi-thread synchronization in the stores.
 

Exception Summary
TLockedException This exception signals that a thread cannot obtain a resource for write because it is t-locked by another thread.