public class LockingTransaction
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LockingTransaction.Info |
| Modifier and Type | Field and Description |
|---|---|
static long |
BARGE_WAIT_NANOS |
static int |
LOCK_WAIT_MSECS |
static int |
RETRY_LIMIT |
| Constructor and Description |
|---|
LockingTransaction() |
| Modifier and Type | Method and Description |
|---|---|
void |
enqueue(clojure.lang.Agent.Action action) |
static boolean |
isRunning() |
static java.lang.Object |
runInTransaction(java.util.concurrent.Callable fn) |
public static final int RETRY_LIMIT
public static final int LOCK_WAIT_MSECS
public static final long BARGE_WAIT_NANOS