Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
protected IResourceLock |
AbstractResource.acquireExclusiveLock()
Acquires an exclusive lock for the
AbstractResource.getNamespace() . |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractResource.unlock(IResourceLock resourceLock)
Release the lock.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.