Package | Description |
---|---|
org.apache.jena.system |
Modifier and Type | Method and Description |
---|---|
static ThreadAction |
ThreadAction.create(Runnable action)
Create a
ThreadAction . |
static ThreadAction |
ThreadAction.create(Runnable before,
Runnable action,
Runnable after)
Create a
ThreadAction . |
static ThreadAction |
ThreadTxn.threadTxnRead(Transactional trans,
Runnable action)
Create a thread-backed delayed READ transaction action.
|
static ThreadAction |
ThreadTxn.threadTxnWrite(Transactional trans,
Runnable action)
Create a thread-backed delayed WRITE action.
|
static ThreadAction |
ThreadTxn.threadTxnWriteAbort(Transactional trans,
Runnable action)
Create a thread-backed delayed WRITE-abort action (mainly for testing).
|
Licenced under the Apache License, Version 2.0