Package | Description |
---|---|
com.bigdata.concurrent |
This package supports concurrency control using exclusive locks on resources.
|
Modifier and Type | Method and Description |
---|---|
void |
TxDag.addEdge(Object blocked,
Object running)
Add an edge to the DAG.
|
void |
TxDag.addEdges(Object blocked,
Object[] running)
Add a set of edges to the DAG.
|
void |
ResourceQueue.lock(T tx)
Obtain a lock on the resource.
|
void |
ResourceQueue.lock(T tx,
long timeout)
Obtain a lock on the resource.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.