Package | Description |
---|---|
org.openrdf | |
org.openrdf.repository.optimistic | |
org.openrdf.sail |
RDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an API
for RDF repositories.
|
org.openrdf.sail.helpers |
Generic utility classes for RDF Sail implementations.
|
Modifier and Type | Method and Description |
---|---|
static IsolationLevels |
IsolationLevels.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IsolationLevels[] |
IsolationLevels.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected Thread |
SailIsolationLevelTest.incrementBy(CountDownLatch start,
CountDownLatch observed,
IsolationLevels level,
ValueFactory vf,
URI subj,
URI pred,
int by) |
protected boolean |
SailIsolationLevelTest.isSupported(IsolationLevels level) |
Modifier and Type | Method and Description |
---|---|
protected Thread |
SailIsolationLevelTest.incrementBy(CountDownLatch start,
CountDownLatch observed,
IsolationLevels level,
ValueFactory vf,
URI subj,
URI pred,
int by) |
protected boolean |
SailIsolationLevelTest.isSupported(IsolationLevels level) |
Modifier and Type | Method and Description |
---|---|
protected void |
SailBase.addSupportedIsolationLevel(IsolationLevels level)
Appends the provided
IsolationLevels to the SAIL's list of
supported isolation levels. |
Copyright © 2001–2015 Aduna. All rights reserved.