| 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
|
| org.apache.jena.sparql.util | |
| org.apache.jena.system |
| Modifier and Type | Method and Description |
|---|---|
static TxnType |
TxnType.promote(Transactional.Promote promoteMode)
Convert a
TxnType mode to ReadWrite : "promote" not supported. |
| Modifier and Type | Method and Description |
|---|---|
static Transactional.Promote |
Transactional.Promote.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Transactional.Promote[] |
Transactional.Promote.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DatasetGraphTrackActive.promote(Transactional.Promote promoteMode) |
boolean |
DatasetGraphNull.promote(Transactional.Promote txnType) |
boolean |
DatasetGraphMap.promote(Transactional.Promote txnType) |
boolean |
TransactionalNotSupported.promote(Transactional.Promote txnType) |
default boolean |
TransactionalNotSupportedMixin.promote(Transactional.Promote txnType) |
boolean |
Transactional.promote(Transactional.Promote mode)
Attempt to promote a transaction from "read" mode to "write" and the transaction.
|
boolean |
DatasetGraphMapLink.promote(Transactional.Promote txnType) |
boolean |
TransactionalLock.promote(Transactional.Promote txnType) |
boolean |
TransactionalNull.promote(Transactional.Promote txnType) |
boolean |
DatasetGraphOne.promote(Transactional.Promote txnType) |
boolean |
DatasetGraphWrapper.promote(Transactional.Promote type) |
boolean |
DatasetImpl.promote(Transactional.Promote txnType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DatasetGraphInMemory.promote(Transactional.Promote promoteMode) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DyadicDatasetGraph.promote(Transactional.Promote txnType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TxnCounter.promote(Transactional.Promote promoteMode) |
Licenced under the Apache License, Version 2.0