|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IResourceLock | |
|---|---|
| com.bigdata.journal | The journal is an append-only persistence capable data structure supporting atomic commit, named indices, and transactions. |
| com.bigdata.relation | This package includes an abstraction layer for relations. |
| com.bigdata.zookeeper | |
| Uses of IResourceLock in com.bigdata.journal |
|---|
| Methods in com.bigdata.journal that return IResourceLock | |
|---|---|
IResourceLock |
IResourceLockService.acquireLock(String namespace)
Acquire an exclusive lock on the named resource. |
IResourceLock |
ResourceLockService.acquireLock(String namespace)
|
IResourceLock |
IResourceLockService.acquireLock(String namespace,
long timeout)
Acquire an exclusive lock the named resource. |
IResourceLock |
ResourceLockService.acquireLock(String namespace,
long timeout)
|
| Uses of IResourceLock in com.bigdata.relation |
|---|
| Methods in com.bigdata.relation that return IResourceLock | |
|---|---|
protected IResourceLock |
AbstractResource.acquireExclusiveLock()
Acquires an exclusive lock for the AbstractResource.getNamespace(). |
| Methods in com.bigdata.relation with parameters of type IResourceLock | |
|---|---|
protected void |
AbstractResource.unlock(IResourceLock resourceLock)
Release the lock. |
| Uses of IResourceLock in com.bigdata.zookeeper |
|---|
| Methods in com.bigdata.zookeeper that return IResourceLock | |
|---|---|
IResourceLock |
ZooResourceLockService.acquireLock(String namespace)
|
IResourceLock |
ZooResourceLockService.acquireLock(String namespace,
long timeout)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||