Package | Description |
---|---|
com.bigdata.concurrent |
This package supports concurrency control using exclusive locks on resources.
|
com.bigdata.journal |
The journal is an append-only persistence capable data structure
supporting atomic commit, named indices, and transactions.
|
Modifier and Type | Method and Description |
---|---|
protected <R extends Comparable<R>,T> |
TestNonBlockingLockManagerWithNewDesign.assertLocksHeld(NonBlockingLockManagerWithNewDesign<R> service,
NonBlockingLockManagerWithNewDesign.LockFutureTask<R,T> task)
Succeeds if the task holds all of its declared locks.
|
protected <R extends Comparable<R>,T> |
TestNonBlockingLockManagerWithNewDesign.assertLocksNotHeld(NonBlockingLockManagerWithNewDesign<R> service,
NonBlockingLockManagerWithNewDesign.LockFutureTask<R,T> task)
Succeeds if the task holds none of its declared locks.
|
Constructor and Description |
---|
NonBlockingLockManagerWithNewDesign.ResourceQueue(NonBlockingLockManagerWithNewDesign<R> lockService,
R resource)
Create a queue of lock requests for a resource.
|
Modifier and Type | Method and Description |
---|---|
NonBlockingLockManagerWithNewDesign<String> |
WriteExecutorService.getLockManager()
The object that coordinates exclusive access to the resources.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.