G I N O Q R S T V 
All Classes All Packages

G

getCompatibleIsolationLevel(IsolationLevel, List<? extends IsolationLevel>) - Static method in enum org.eclipse.rdf4j.common.transaction.IsolationLevels
Determines the first compatible isolation level in the list of supported levels, for the given level.
getInstance() - Static method in class org.eclipse.rdf4j.common.transaction.TransactionSettingRegistry
Gets the TransactionSettingRegistry singleton.
getKey(TransactionSettingFactory) - Method in class org.eclipse.rdf4j.common.transaction.TransactionSettingRegistry
 
getName() - Method in interface org.eclipse.rdf4j.common.transaction.IsolationLevel
 
getName() - Method in interface org.eclipse.rdf4j.common.transaction.TransactionSetting
The globally unique transaction settings name.
getName() - Method in interface org.eclipse.rdf4j.common.transaction.TransactionSettingFactory
Name of TransactionSetting this factory produces
getTransactionSetting(String) - Method in interface org.eclipse.rdf4j.common.transaction.TransactionSettingFactory
Retrieve a TransactionSetting with the supplied value.
getValue() - Method in interface org.eclipse.rdf4j.common.transaction.IsolationLevel
 
getValue() - Method in interface org.eclipse.rdf4j.common.transaction.TransactionSetting
The value for this transaction setting.

I

isCompatibleWith(IsolationLevel) - Method in interface org.eclipse.rdf4j.common.transaction.IsolationLevel
Verifies if this transaction isolation level is compatible with the supplied other isolation level - that is, if this transaction isolation level offers at least the same guarantees as the other level.
isCompatibleWith(IsolationLevel) - Method in enum org.eclipse.rdf4j.common.transaction.IsolationLevels
 
IsolationLevel - Interface in org.eclipse.rdf4j.common.transaction
A Transaction Isolation Level.
IsolationLevels - Enum in org.eclipse.rdf4j.common.transaction
Enumeration of Transaction IsolationLevels supported by RDF4J.

N

NAME - Static variable in interface org.eclipse.rdf4j.common.transaction.IsolationLevel
Shared constant for the TransactionSetting name used for isolation levels.
NONE - org.eclipse.rdf4j.common.transaction.IsolationLevels
None: the lowest isolation level; transactions can see their own changes, but may not be able to roll them back and no support for isolation among transactions is guaranteed

O

org.eclipse.rdf4j.common.transaction - package org.eclipse.rdf4j.common.transaction
Common classes and interfaces for transaction settings

Q

QueryEvaluationMode - Enum in org.eclipse.rdf4j.common.transaction
The Query Evaluation Mode determines the behaviour of the SPARQL query engine on RDF4J repositories.

R

READ_COMMITTED - org.eclipse.rdf4j.common.transaction.IsolationLevels
Read Committed: in this isolation level only statements from other transactions that have been committed (at some point) can be seen by this transaction.
READ_UNCOMMITTED - org.eclipse.rdf4j.common.transaction.IsolationLevels
Read Uncommitted: transactions can be rolled back, but not necessarily isolated: concurrent transactions might see each other's uncommitted data (so-called 'dirty reads')

S

SERIALIZABLE - org.eclipse.rdf4j.common.transaction.IsolationLevels
Serializable: in addition to IsolationLevels.SNAPSHOT, this isolation level requires that all other successful transactions must appear to occur either completely before or completely after a successful serializable transaction.
SNAPSHOT - org.eclipse.rdf4j.common.transaction.IsolationLevels
Snapshot: in addition to IsolationLevels.SNAPSHOT_READ, successful transactions in this isolation level will operate against a particular dataset snapshot.
SNAPSHOT_READ - org.eclipse.rdf4j.common.transaction.IsolationLevels
Snapshot Read: in addition to IsolationLevels.READ_COMMITTED, query results in this isolation level that are observed within a successful transaction will observe a consistent snapshot.
STANDARD - org.eclipse.rdf4j.common.transaction.QueryEvaluationMode
Standard mode extends minimal compliance with various practical operator behavioral extensions, in a way that is still compliant with the SPARQL 1.1 specification (as described in section 17.3.1 of the SPARQL 1.1 Query Recommendation).
STRICT - org.eclipse.rdf4j.common.transaction.QueryEvaluationMode
Strict minimally-compliant mode for SPARQL 1.1.

T

TransactionSetting - Interface in org.eclipse.rdf4j.common.transaction
A configuration setting that can be passed at the beginning of a repository transaction to influence behavior within the scope of that transaction only.
TransactionSettingFactory - Interface in org.eclipse.rdf4j.common.transaction
A TransactionSettingFactory returns a TransactionSetting implementation for a given value.
TransactionSettingRegistry - Class in org.eclipse.rdf4j.common.transaction
A ServiceRegistry for creating/retrieving TransactionSettings in a transparent way.

V

valueOf(String) - Static method in enum org.eclipse.rdf4j.common.transaction.IsolationLevels
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.rdf4j.common.transaction.QueryEvaluationMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.eclipse.rdf4j.common.transaction.IsolationLevels
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.rdf4j.common.transaction.QueryEvaluationMode
Returns an array containing the constants of this enum type, in the order they are declared.
G I N O Q R S T V 
All Classes All Packages