| Package | Description |
|---|---|
| com.hammurapi.store |
This package contains interfaces and classes which define object store and provide foundation for implementations.
|
| com.hammurapi.store.local |
Local (in-JVM) implementation of object store.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTrackingLock
This class tracks number of locks acquired by current thread.
|
class |
DeputyLock
Lock which acts on behalf of another lock and acquires its own lock only
if the master lock is not held.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LocalTrackingLock
This class tracks number of locks acquired by current thread.
|