| Package | Description |
|---|---|
| org.apache.jena.query |
ARQ - A query engine for Jena, implementing SPARQL.
|
| org.apache.jena.sparql.core | |
| org.apache.jena.sparql.core.mem |
In-memory, transactional dataset
|
| Modifier and Type | Method and Description |
|---|---|
static ReadWrite |
ReadWrite.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReadWrite[] |
ReadWrite.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Dataset.begin(ReadWrite readWrite)
Start either a READ or WRITE transaction
|
| Modifier and Type | Method and Description |
|---|---|
void |
TransactionalNotSupported.begin(ReadWrite readWrite) |
void |
DatasetGraphOne.begin(ReadWrite mode) |
void |
DatasetGraphTrackActive.begin(ReadWrite readWrite) |
void |
TransactionalMutex.begin(ReadWrite readWrite) |
void |
TransactionalLock.begin(ReadWrite readWrite) |
default void |
TransactionalNotSupportedMixin.begin(ReadWrite readWrite) |
void |
DatasetGraphWrapper.begin(ReadWrite readWrite) |
void |
TransactionalNull.begin(ReadWrite readWrite) |
void |
DatasetImpl.begin(ReadWrite mode) |
void |
DatasetGraphMap.begin(ReadWrite mode) |
void |
Transactional.begin(ReadWrite readWrite)
Start either a READ or WRITE transaction
|
void |
DatasetGraphMapLink.begin(ReadWrite mode) |
boolean |
TransactionalLock.isTransactionType(ReadWrite mode) |
| Modifier and Type | Method and Description |
|---|---|
ReadWrite |
DatasetGraphInMemory.transactionType() |
| Modifier and Type | Method and Description |
|---|---|
void |
TriTable.begin(ReadWrite rw) |
void |
DatasetGraphInMemory.begin(ReadWrite readWrite) |
void |
PMapTupleTable.begin(ReadWrite rw)
PMapTupleTable.local is initialized via PMapTupleTable.initial() |
void |
TransactionalComponent.begin(ReadWrite readWrite)
Start either a READ or WRITE transaction
|
void |
HexTable.begin(ReadWrite rw) |
Licenced under the Apache License, Version 2.0