-
Classes Class Description org.eclipse.rdf4j.common.concurrent.locks.LockingIteration org.eclipse.rdf4j.sail.config.SailConfigSchema useCONFIGinstead.org.eclipse.rdf4j.sail.helpers.NotifyingSailConnectionBase since RDF4J 4.0. UseAbstractNotifyingSailConnectioninstead.
-
Fields Field Description org.eclipse.rdf4j.sail.config.SailConfigSchema.CONNECTION_TIME_OUT useCONFIG#connectionTimeOutinstead.org.eclipse.rdf4j.sail.config.SailConfigSchema.DELEGATE useCONFIG.delegateinstead.org.eclipse.rdf4j.sail.config.SailConfigSchema.ITERATION_CACHE_SYNC_THRESHOLD useCONFIG#iterationCacheSyncThresholdinstead.org.eclipse.rdf4j.sail.config.SailConfigSchema.SAILTYPE useCONFIG#typeinstead.org.eclipse.rdf4j.sail.helpers.AbstractSailConnection.connectionLock org.eclipse.rdf4j.sail.helpers.AbstractSailConnection.updateLock Will be made private.
-
Methods Method Description org.eclipse.rdf4j.sail.helpers.AbstractSailConnection.autoStartTransaction() UseAbstractSailConnection.verifyIsActive()instead. We should not automatically start a transaction at the sail level. Instead, an exception should be thrown when an update is executed without first starting a transaction.org.eclipse.rdf4j.sail.helpers.AbstractSailConnection.getExclusiveConnectionLock() org.eclipse.rdf4j.sail.helpers.AbstractSailConnection.getSharedConnectionLock() org.eclipse.rdf4j.sail.helpers.AbstractSailConnection.getTransactionLock() org.eclipse.rdf4j.sail.SailConnection.pendingRemovals()
-
Constructors Constructor Description org.eclipse.rdf4j.common.concurrent.locks.LockingIteration(Lock, Iteration<? extends E, X>)