Uses of Class
org.eclipse.rdf4j.sail.SailException
Packages that use SailException
Package
Description
Repository implementation for local RDF databases that implement the SAIL SPI.
Helper and utility classes for the
SailRepository
RDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an SPI for RDF databases.
Base functionality for Sail implementations that require multi-versioned concurrency control (MVCC).
Abstract base implementation and internal helper classes for Sail implementations.
Forward-chaining inferencers, implemented as
StackableSail
s.A Sail implementation that supports full-text indexing via the Lucene API.
An implementation of the RDF SAIL API that uses main memory for storage.
MemoryStore-specific implementations of the core RDF model objects.
A Sail implementation for SHACL constraint checking.
-
Uses of SailException in org.eclipse.rdf4j.repository.sail
Method parameters in org.eclipse.rdf4j.repository.sail with type arguments of type SailExceptionModifier and TypeMethodDescriptionprotected <E> RepositoryResult
<E> SailRepositoryConnection.createRepositoryResult
(CloseableIteration<? extends E, SailException> sailIter) Wraps a CloseableIteration coming from a Sail in a RepositoryResult object, applying the required conversionsConstructor parameters in org.eclipse.rdf4j.repository.sail with type arguments of type SailExceptionModifierConstructorDescriptionSailCloseableIteration
(CloseableIteration<? extends E, ? extends SailException> iter) -
Uses of SailException in org.eclipse.rdf4j.repository.sail.helpers
Methods in org.eclipse.rdf4j.repository.sail.helpers that throw SailExceptionModifier and TypeMethodDescriptionprivate void
RDFSailInserter.addStatement
(UpdateContext uc, Resource subj, IRI pred, Value obj, Resource... ctxts) private Statement
SailUpdateExecutor.createStatementFromPattern
(StatementPattern pattern, BindingSet sourceBinding, MapBindingSet bnodeMapping) private void
SailUpdateExecutor.deleteBoundTriples
(BindingSet whereBinding, TupleExpr deleteClause, UpdateContext uc) private CloseableIteration
<? extends BindingSet, QueryEvaluationException> SailUpdateExecutor.evaluateWhereClause
(TupleExpr whereClause, UpdateContext uc, int maxExecutionTime) protected void
SailUpdateExecutor.executeAdd
(Add add, UpdateContext uc, int maxExecTime) protected void
SailUpdateExecutor.executeClear
(Clear clearExpr, UpdateContext uc, int maxExecutionTime) protected void
SailUpdateExecutor.executeCopy
(Copy copy, UpdateContext uc, int maxExecutionTime) protected void
SailUpdateExecutor.executeCreate
(Create create, UpdateContext uc) protected void
SailUpdateExecutor.executeDeleteData
(DeleteData deleteDataExpr, UpdateContext uc, int maxExecutionTime) protected void
SailUpdateExecutor.executeInsertData
(InsertData insertDataExpr, UpdateContext uc, int maxExecutionTime) protected void
SailUpdateExecutor.executeLoad
(Load load, UpdateContext uc) protected void
SailUpdateExecutor.executeModify
(Modify modify, UpdateContext uc, int maxExecutionTime) protected void
SailUpdateExecutor.executeMove
(Move move, UpdateContext uc, int maxExecutionTime) void
SailUpdateExecutor.executeUpdate
(UpdateExpr updateExpr, Dataset dataset, BindingSet bindings, boolean includeInferred, int maxExecutionTime) private Value
SailUpdateExecutor.getValueForVar
(Var var, BindingSet bindings) private void
SailUpdateExecutor.insertBoundTriples
(BindingSet whereBinding, TupleExpr insertClause, UpdateContext uc) -
Uses of SailException in org.eclipse.rdf4j.sail
Subclasses of SailException in org.eclipse.rdf4j.sailModifier and TypeClassDescriptionclass
An exception thrown by some methods in Sail to indicate that a requested isolation level could not be fulfilled.class
Indicates that a SAIL cannot be initialised because the configured persisted location is locked.class
Indicates that the current write operation did not succeed because the SAIL cannot be written to, it can only be read from.class
Indicates that a SAIL's transaction state (active or inactive) cannot be determined.Fields in org.eclipse.rdf4j.sail with type parameters of type SailExceptionModifier and TypeFieldDescriptionprivate final CloseableIteration
<? extends T, SailException> TripleSourceIterationWrapper.delegate
Methods in org.eclipse.rdf4j.sail that return types with arguments of type SailExceptionModifier and TypeMethodDescriptionCloseableIteration
<? extends Resource, SailException> SailConnection.getContextIDs()
Returns the set of all unique context identifiers that are used to store statements.CloseableIteration
<? extends Namespace, SailException> SailConnection.getNamespaces()
Gets the namespaces relevant to the data contained in this Sail object.CloseableIteration
<? extends Statement, SailException> SailConnection.getStatements
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) Gets all statements from the specified contexts that have a specific subject, predicate and/or object.Methods in org.eclipse.rdf4j.sail that throw SailExceptionModifier and TypeMethodDescriptionvoid
SailConnection.addStatement
(Resource subj, IRI pred, Value obj, Resource... contexts) Adds a statement to the store.void
SailConnection.addStatement
(UpdateContext op, Resource subj, IRI pred, Value obj, Resource... contexts) Adds a statement to the store.void
SailConnection.begin()
Begins a transaction requiringSailConnection.commit()
orSailConnection.rollback()
to be called to close the transaction.void
SailConnection.begin
(IsolationLevel level) Begins a transaction with the specifiedIsolationLevel
level, requiringSailConnection.commit()
orSailConnection.rollback()
to be called to close the transaction.void
Removes all statements from the specified/all contexts.void
SailConnection.clearNamespaces()
Removes all namespace declarations from the repository.void
SailConnection.close()
Closes the connection.void
SailConnection.commit()
Commits any updates that have been performed since the last timeSailConnection.commit()
orSailConnection.rollback()
was called.void
SailConnection.endUpdate
(UpdateContext op) Indicates that the givenop
will not be used in any call again.CloseableIteration
<? extends BindingSet, QueryEvaluationException> SailConnection.evaluate
(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred) Evaluates the supplied TupleExpr on the data contained in this Sail object, using the (optional) dataset and supplied bindings as input parameters.void
SailConnection.flush()
Flushes any pending updates and notify changes to listeners as appropriate.NotifyingSail.getConnection()
Opens a connection on the Sail which can be used to query and update data.Sail.getConnection()
Opens a connection on the Sail which can be used to query and update data.CloseableIteration
<? extends Resource, SailException> SailConnection.getContextIDs()
Returns the set of all unique context identifiers that are used to store statements.SailConnection.getNamespace
(String prefix) Gets the namespace that is associated with the specified prefix, if any.CloseableIteration
<? extends Namespace, SailException> SailConnection.getNamespaces()
Gets the namespaces relevant to the data contained in this Sail object.CloseableIteration
<? extends Statement, SailException> SailConnection.getStatements
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) Gets all statements from the specified contexts that have a specific subject, predicate and/or object.default boolean
SailConnection.hasStatement
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) Determines if the store contains any statements from the specified contexts that have a specific subject, predicate and/or object.void
Sail.init()
Initializes the Sail.boolean
SailConnection.isOpen()
Checks whether this SailConnection is open.boolean
Sail.isWritable()
Checks whether this Sail object is writable, i.e.void
SailConnection.prepare()
Checks for an error state in the active transaction that would force the transaction to be rolled back.void
SailConnection.removeNamespace
(String prefix) Removes a namespace declaration by removing the association between a prefix and a namespace name.void
SailConnection.removeStatement
(UpdateContext op, Resource subj, IRI pred, Value obj, Resource... contexts) Removes all statements matching the specified subject, predicate and object from the repository.void
SailConnection.removeStatements
(Resource subj, IRI pred, Value obj, Resource... contexts) Removes all statements matching the specified subject, predicate and object from the repository.void
SailConnection.rollback()
Rolls back the transaction, discarding any uncommitted changes that have been made in this SailConnection.void
SailConnection.setNamespace
(String prefix, String name) Sets the prefix for a namespace.void
Sail.shutDown()
Shuts down the Sail, giving it the opportunity to synchronize any stale data.long
Returns the number of (explicit) statements in the store, or in specific contexts.void
SailConnection.startUpdate
(UpdateContext op) Signals the start of an update operation.Constructor parameters in org.eclipse.rdf4j.sail with type arguments of type SailExceptionModifierConstructorDescriptionTripleSourceIterationWrapper
(CloseableIteration<? extends T, SailException> delegate) -
Uses of SailException in org.eclipse.rdf4j.sail.base
Fields in org.eclipse.rdf4j.sail.base with type parameters of type SailExceptionModifier and TypeFieldDescriptionprivate final CloseableIteration
<? extends Statement, SailException> DistinctModelReducingUnionIteration.iterator
private static final EmptyIteration
<Namespace, SailException> SailDatasetImpl.NAMESPACES_EMPTY_ITERATION
private static final EmptyIteration
<Statement, SailException> SailDatasetImpl.STATEMENT_EMPTY_ITERATION
private static final EmptyIteration
<Triple, SailException> SailDatasetImpl.TRIPLE_EMPTY_ITERATION
Methods in org.eclipse.rdf4j.sail.base that return types with arguments of type SailExceptionModifier and TypeMethodDescriptionprivate CloseableIteration
<? extends Statement, SailException> SailDatasetImpl.difference
(CloseableIteration<? extends Statement, SailException> result, Function<Statement, Boolean> excluded) CloseableIteration
<? extends Resource, SailException> DelegatingSailDataset.getContextIDs()
CloseableIteration
<? extends Resource, SailException> ObservingSailDataset.getContextIDs()
CloseableIteration
<? extends Resource, SailException> SailDataset.getContextIDs()
Returns the set of all unique context identifiers that are used to store statements.CloseableIteration
<? extends Resource, SailException> SailDatasetImpl.getContextIDs()
CloseableIteration
<? extends Resource, SailException> UnionSailDataset.getContextIDs()
protected CloseableIteration
<? extends Resource, SailException> SailSourceConnection.getContextIDsInternal()
CloseableIteration
<? extends Namespace, SailException> DelegatingSailDataset.getNamespaces()
CloseableIteration
<? extends Namespace, SailException> SailDataset.getNamespaces()
Gets the namespaces relevant to the data contained in this object.CloseableIteration
<? extends Namespace, SailException> SailDatasetImpl.getNamespaces()
CloseableIteration
<? extends Namespace, SailException> UnionSailDataset.getNamespaces()
protected CloseableIteration
<? extends Namespace, SailException> SailSourceConnection.getNamespacesInternal()
CloseableIteration
<? extends Statement, SailException> DelegatingSailDataset.getStatements
(Resource subj, IRI pred, Value obj, Resource... contexts) CloseableIteration
<? extends Statement, SailException> ObservingSailDataset.getStatements
(Resource subj, IRI pred, Value obj, Resource... contexts) CloseableIteration
<? extends Statement, SailException> SailDataset.getStatements
(Resource subj, IRI pred, Value obj, Resource... contexts) Gets all statements that have a specific subject, predicate and/or object.CloseableIteration
<? extends Statement, SailException> SailDatasetImpl.getStatements
(Resource subj, IRI pred, Value obj, Resource... contexts) CloseableIteration
<? extends Statement, SailException> UnionSailDataset.getStatements
(Resource subj, IRI pred, Value obj, Resource... contexts) protected CloseableIteration
<? extends Statement, SailException> SailSourceConnection.getStatementsInternal
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) CloseableIteration
<? extends Triple, SailException> DelegatingSailDataset.getTriples
(Resource subj, IRI pred, Value obj) default CloseableIteration
<? extends Triple, SailException> SailDataset.getTriples
(Resource subj, IRI pred, Value obj) Gets all RDF-star triples that have a specific subject, predicate and/or object.CloseableIteration
<? extends Triple, SailException> SailDatasetImpl.getTriples
(Resource subj, IRI pred, Value obj) CloseableIteration
<? extends Triple, SailException> UnionSailDataset.getTriples
(Resource subj, IRI pred, Value obj) static <E> SailClosingIteration
<E, SailException> SailClosingIteration.makeClosable
(CloseableIteration<? extends E, SailException> iter, SailClosable... closes) Creates a newIteration
that automatically closes the givenSailClosable
s.private CloseableIteration
<? extends Triple, SailException> SailDatasetImpl.triplesDifference
(CloseableIteration<? extends Triple, SailException> result, Function<Triple, Boolean> excluded) private <T> CloseableIteration
<? extends T, SailException> UnionSailDataset.union
(CloseableIteration<? extends T, SailException> iteration1, CloseableIteration<? extends T, SailException> iteration2) Methods in org.eclipse.rdf4j.sail.base with parameters of type SailExceptionModifier and TypeMethodDescriptionprotected abstract void
SailClosingIteration.handleSailException
(SailException e) Handler for exceptions generated by the closure of theSailClosable
array given to this object.Method parameters in org.eclipse.rdf4j.sail.base with type arguments of type SailExceptionModifier and TypeMethodDescriptionprivate CloseableIteration
<? extends Statement, SailException> SailDatasetImpl.difference
(CloseableIteration<? extends Statement, SailException> result, Function<Statement, Boolean> excluded) static <E> SailClosingIteration
<E, SailException> SailClosingIteration.makeClosable
(CloseableIteration<? extends E, SailException> iter, SailClosable... closes) Creates a newIteration
that automatically closes the givenSailClosable
s.private CloseableIteration
<? extends Triple, SailException> SailDatasetImpl.triplesDifference
(CloseableIteration<? extends Triple, SailException> result, Function<Triple, Boolean> excluded) private <T> CloseableIteration
<? extends T, SailException> UnionSailDataset.union
(CloseableIteration<? extends T, SailException> iteration1, CloseableIteration<? extends T, SailException> iteration2) Methods in org.eclipse.rdf4j.sail.base that throw SailExceptionModifier and TypeMethodDescriptionprivate void
SailSourceConnection.add
(Resource subj, IRI pred, Value obj, SailDataset dataset, SailSink sink, Resource... contexts) boolean
SailSourceConnection.addInferredStatement
(Resource subj, IRI pred, Value obj, Resource... contexts) void
SailSourceConnection.addStatement
(UpdateContext op, Resource subj, IRI pred, Value obj, Resource... contexts) void
void
Adds a statement to the store.default void
Adds a statement to the store.(package private) void
SailSourceBranch.autoFlush()
private SailSource
SailSourceConnection.branch
(SailSourceConnection.IncludeInferred includeinferred) void
Removes all statements from the specified/all contexts.void
SailSourceConnection.clearInferred
(Resource... contexts) protected void
SailSourceConnection.clearInternal
(Resource... contexts) void
SailSink.clearNamespaces()
Removes all namespace declarations from thisSailSource
.protected void
SailSourceConnection.clearNamespacesInternal()
void
BackingSailSource.close()
void
Changeset.close()
void
DelegatingSailDataset.close()
void
DelegatingSailSource.close()
void
ObservingSailDataset.close()
void
SailClosable.close()
Closes this resource, relinquishing any underlying resources.void
SailDataset.close()
Called when thisSailDataset
is no longer is used, such as when a read operation is complete.void
SailDatasetImpl.close()
void
SailSourceBranch.close()
void
SnapshotSailStore.close()
void
UnionSailDataset.close()
void
UnionSailSource.close()
protected void
SailSourceConnection.closeInternal()
protected void
SailSourceConnection.commitInternal()
DelegatingSailSource.dataset
(IsolationLevel level) SailSource.dataset
(IsolationLevel level) Create an observableSailDataset
of the current state of thisSailSource
.SailSourceBranch.dataset
(IsolationLevel level) UnionSailSource.dataset
(IsolationLevel level) default void
Deprecated.void
Removes a statement.private SailDataset
SailSourceBranch.derivedFromSerializable
(IsolationLevel level) private SailDataset
SailSourceBranch.derivedFromSnapshot
(IsolationLevel level) protected void
SailSourceConnection.endUpdateInternal
(UpdateContext op) protected CloseableIteration
<? extends BindingSet, QueryEvaluationException> SailSourceConnection.evaluateInternal
(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred) void
BackingSailSource.flush()
void
DelegatingSailSource.flush()
void
SailSink.flush()
Once this method returns successfully, changes that were made to thisSailSink
will be visible to subsequentSailSource.dataset(IsolationLevel)
.void
SailSource.flush()
Apply all the changes to this branch to the backingSailSource
, if applicable.void
SailSourceBranch.flush()
private void
private void
void
UnionSailSource.flush()
void
SailSourceConnection.flushUpdates()
CloseableIteration
<? extends Resource, SailException> DelegatingSailDataset.getContextIDs()
CloseableIteration
<? extends Resource, SailException> ObservingSailDataset.getContextIDs()
CloseableIteration
<? extends Resource, SailException> SailDataset.getContextIDs()
Returns the set of all unique context identifiers that are used to store statements.CloseableIteration
<? extends Resource, SailException> SailDatasetImpl.getContextIDs()
CloseableIteration
<? extends Resource, SailException> UnionSailDataset.getContextIDs()
protected CloseableIteration
<? extends Resource, SailException> SailSourceConnection.getContextIDsInternal()
DelegatingSailDataset.getNamespace
(String prefix) SailDataset.getNamespace
(String prefix) Gets the namespace that is associated with the specified prefix, if any.SailDatasetImpl.getNamespace
(String prefix) UnionSailDataset.getNamespace
(String prefix) protected String
SailSourceConnection.getNamespaceInternal
(String prefix) CloseableIteration
<? extends Namespace, SailException> DelegatingSailDataset.getNamespaces()
CloseableIteration
<? extends Namespace, SailException> SailDataset.getNamespaces()
Gets the namespaces relevant to the data contained in this object.CloseableIteration
<? extends Namespace, SailException> SailDatasetImpl.getNamespaces()
CloseableIteration
<? extends Namespace, SailException> UnionSailDataset.getNamespaces()
protected CloseableIteration
<? extends Namespace, SailException> SailSourceConnection.getNamespacesInternal()
protected Statement
DistinctModelReducingUnionIteration.getNextElement()
CloseableIteration
<? extends Statement, SailException> DelegatingSailDataset.getStatements
(Resource subj, IRI pred, Value obj, Resource... contexts) CloseableIteration
<? extends Statement, SailException> ObservingSailDataset.getStatements
(Resource subj, IRI pred, Value obj, Resource... contexts) CloseableIteration
<? extends Statement, SailException> SailDataset.getStatements
(Resource subj, IRI pred, Value obj, Resource... contexts) Gets all statements that have a specific subject, predicate and/or object.CloseableIteration
<? extends Statement, SailException> SailDatasetImpl.getStatements
(Resource subj, IRI pred, Value obj, Resource... contexts) CloseableIteration
<? extends Statement, SailException> UnionSailDataset.getStatements
(Resource subj, IRI pred, Value obj, Resource... contexts) protected CloseableIteration
<? extends Statement, SailException> SailSourceConnection.getStatementsInternal
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) CloseableIteration
<? extends Triple, SailException> DelegatingSailDataset.getTriples
(Resource subj, IRI pred, Value obj) default CloseableIteration
<? extends Triple, SailException> SailDataset.getTriples
(Resource subj, IRI pred, Value obj) Gets all RDF-star triples that have a specific subject, predicate and/or object.CloseableIteration
<? extends Triple, SailException> SailDatasetImpl.getTriples
(Resource subj, IRI pred, Value obj) CloseableIteration
<? extends Triple, SailException> UnionSailDataset.getTriples
(Resource subj, IRI pred, Value obj) protected void
DistinctModelReducingUnionIteration.handleClose()
private boolean
SailSourceConnection.hasStatement
(SailDataset dataset, Resource subj, IRI pred, Value obj, Resource... contexts) default void
Called to indicate matching statements have been observed and must not change their state until after thisSailSink
is committed, iff this was opened in an isolation level compatible withIsolationLevels.SERIALIZABLE
.void
Called to indicate matching statements have been observed and must not change their state until after thisSailSink
is committed, iff this was opened in an isolation level compatible withIsolationLevels.SERIALIZABLE
.void
BackingSailSource.prepare()
void
Changeset.prepare()
void
DelegatingSailSource.prepare()
void
SailSink.prepare()
Checks if thisSailSink
is consistent with the isolation level it was created with.void
SailSource.prepare()
Check the consistency of this branch and throws aSailConflictException
ifSailSource.flush()
ing this branch would cause the backingSailSource
to be inconsistent, if applicable.void
SailSourceBranch.prepare()
private void
private void
void
UnionSailSource.prepare()
protected void
SailSourceConnection.prepareInternal()
private boolean
SailSourceConnection.remove
(Resource subj, IRI pred, Value obj, SailDataset dataset, SailSink sink, Resource... contexts) boolean
SailSourceConnection.removeInferredStatement
(Resource subj, IRI pred, Value obj, Resource... contexts) void
SailSink.removeNamespace
(String prefix) Removes a namespace declaration by removing the association between a prefix and a namespace name.protected void
SailSourceConnection.removeNamespaceInternal
(String prefix) void
SailSourceConnection.removeStatement
(UpdateContext op, Resource subj, IRI pred, Value obj, Resource... contexts) protected void
SailSourceConnection.rollbackInternal()
void
SailSink.setNamespace
(String prefix, String name) Sets the prefix for a namespace.protected void
SailSourceConnection.setNamespaceInternal
(String prefix, String name) DelegatingSailSource.sink
(IsolationLevel level) SailSource.sink
(IsolationLevel level) Create aSailSink
that when when itsSailSource.flush()
is called, the changes are applied to this source.SailSourceBranch.sink
(IsolationLevel level) UnionSailSource.sink
(IsolationLevel level) protected long
SailSourceConnection.sizeInternal
(Resource... contexts) protected void
SailSourceConnection.startTransactionInternal()
void
SailSourceConnection.startUpdate
(UpdateContext op) Constructor parameters in org.eclipse.rdf4j.sail.base with type arguments of type SailExceptionModifierConstructorDescription(package private)
DistinctModelReducingUnionIteration
(CloseableIteration<? extends Statement, SailException> iterator, Consumer<Statement> approvedRemover, Supplier<Iterable<Statement>> approvedSupplier) -
Uses of SailException in org.eclipse.rdf4j.sail.helpers
Methods in org.eclipse.rdf4j.sail.helpers that return types with arguments of type SailExceptionModifier and TypeMethodDescriptionfinal CloseableIteration
<? extends Resource, SailException> AbstractSailConnection.getContextIDs()
CloseableIteration
<? extends Resource, SailException> SailConnectionWrapper.getContextIDs()
protected abstract CloseableIteration
<? extends Resource, SailException> AbstractSailConnection.getContextIDsInternal()
final CloseableIteration
<? extends Namespace, SailException> AbstractSailConnection.getNamespaces()
CloseableIteration
<? extends Namespace, SailException> SailConnectionWrapper.getNamespaces()
protected abstract CloseableIteration
<? extends Namespace, SailException> AbstractSailConnection.getNamespacesInternal()
final CloseableIteration
<? extends Statement, SailException> AbstractSailConnection.getStatements
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) CloseableIteration
<? extends Statement, SailException> SailConnectionWrapper.getStatements
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) protected abstract CloseableIteration
<? extends Statement, SailException> AbstractSailConnection.getStatementsInternal
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) Methods in org.eclipse.rdf4j.sail.helpers that throw SailExceptionModifier and TypeMethodDescriptionfinal void
AbstractSailConnection.addStatement
(Resource subj, IRI pred, Value obj, Resource... contexts) void
AbstractSailConnection.addStatement
(UpdateContext op, Resource subj, IRI pred, Value obj, Resource... contexts) The default implementation buffers added statements until the update operation is complete.void
SailConnectionWrapper.addStatement
(Resource subj, IRI pred, Value obj, Resource... contexts) void
SailConnectionWrapper.addStatement
(UpdateContext modify, Resource subj, IRI pred, Value obj, Resource... contexts) protected abstract void
AbstractSailConnection.addStatementInternal
(Resource subj, IRI pred, Value obj, Resource... contexts) protected void
AbstractSailConnection.autoStartTransaction()
Deprecated.void
AbstractSailConnection.begin()
void
AbstractSailConnection.begin
(IsolationLevel isolationLevel) void
SailConnectionWrapper.begin()
void
SailConnectionWrapper.begin
(IsolationLevel level) final void
void
protected abstract void
AbstractSailConnection.clearInternal
(Resource... contexts) final void
AbstractSailConnection.clearNamespaces()
void
SailConnectionWrapper.clearNamespaces()
protected abstract void
AbstractSailConnection.clearNamespacesInternal()
final void
AbstractSailConnection.close()
void
SailConnectionWrapper.close()
protected abstract void
AbstractSailConnection.closeInternal()
final void
AbstractSailConnection.commit()
void
SailConnectionWrapper.commit()
protected abstract void
AbstractSailConnection.commitInternal()
final void
AbstractSailConnection.endUpdate
(UpdateContext op) void
SailConnectionWrapper.endUpdate
(UpdateContext modify) protected void
AbstractSailConnection.endUpdateInternal
(UpdateContext op) final CloseableIteration
<? extends BindingSet, QueryEvaluationException> AbstractSailConnection.evaluate
(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred) CloseableIteration
<? extends BindingSet, QueryEvaluationException> SailConnectionWrapper.evaluate
(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred) protected abstract CloseableIteration
<? extends BindingSet, QueryEvaluationException> AbstractSailConnection.evaluateInternal
(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred) void
AbstractSailConnection.flush()
void
SailConnectionWrapper.flush()
private void
AbstractSailConnection.flushPendingUpdates()
If there are no open operations.private void
AbstractSailConnection.forceCloseActiveOperations()
AbstractNotifyingSail.getConnection()
AbstractSail.getConnection()
NotifyingSailWrapper.getConnection()
SailWrapper.getConnection()
protected abstract NotifyingSailConnection
AbstractNotifyingSail.getConnectionInternal()
protected abstract SailConnection
AbstractSail.getConnectionInternal()
Returns a store-specific SailConnection object.final CloseableIteration
<? extends Resource, SailException> AbstractSailConnection.getContextIDs()
CloseableIteration
<? extends Resource, SailException> SailConnectionWrapper.getContextIDs()
protected abstract CloseableIteration
<? extends Resource, SailException> AbstractSailConnection.getContextIDsInternal()
protected Lock
AbstractSailConnection.getExclusiveConnectionLock()
Deprecated, for removal: This API element is subject to removal in a future version.final String
AbstractSailConnection.getNamespace
(String prefix) SailConnectionWrapper.getNamespace
(String prefix) protected abstract String
AbstractSailConnection.getNamespaceInternal
(String prefix) final CloseableIteration
<? extends Namespace, SailException> AbstractSailConnection.getNamespaces()
CloseableIteration
<? extends Namespace, SailException> SailConnectionWrapper.getNamespaces()
protected abstract CloseableIteration
<? extends Namespace, SailException> AbstractSailConnection.getNamespacesInternal()
protected Lock
AbstractSailConnection.getSharedConnectionLock()
Deprecated, for removal: This API element is subject to removal in a future version.final CloseableIteration
<? extends Statement, SailException> AbstractSailConnection.getStatements
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) CloseableIteration
<? extends Statement, SailException> SailConnectionWrapper.getStatements
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) protected abstract CloseableIteration
<? extends Statement, SailException> AbstractSailConnection.getStatementsInternal
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) protected Lock
AbstractSailConnection.getTransactionLock()
Deprecated, for removal: This API element is subject to removal in a future version.final boolean
AbstractSailConnection.hasStatement
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) boolean
SailConnectionWrapper.hasStatement
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) void
AbstractSail.init()
void
SailWrapper.init()
protected void
AbstractSail.initializeInternal()
Do store-specific operations to initialize the store.final boolean
AbstractSailConnection.isOpen()
boolean
SailConnectionWrapper.isOpen()
boolean
SailWrapper.isWritable()
final void
AbstractSailConnection.prepare()
void
SailConnectionWrapper.prepare()
protected void
AbstractSailConnection.prepareInternal()
final void
AbstractSailConnection.removeNamespace
(String prefix) void
SailConnectionWrapper.removeNamespace
(String prefix) protected abstract void
AbstractSailConnection.removeNamespaceInternal
(String prefix) void
AbstractSailConnection.removeStatement
(UpdateContext op, Resource subj, IRI pred, Value obj, Resource... contexts) The default implementation buffers removed statements until the update operation is complete.void
SailConnectionWrapper.removeStatement
(UpdateContext modify, Resource subj, IRI pred, Value obj, Resource... contexts) final void
AbstractSailConnection.removeStatements
(Resource subj, IRI pred, Value obj, Resource... contexts) void
SailConnectionWrapper.removeStatements
(Resource subj, IRI pred, Value obj, Resource... contexts) protected abstract void
AbstractSailConnection.removeStatementsInternal
(Resource subj, IRI pred, Value obj, Resource... contexts) final void
AbstractSailConnection.rollback()
void
SailConnectionWrapper.rollback()
protected abstract void
AbstractSailConnection.rollbackInternal()
final void
AbstractSailConnection.setNamespace
(String prefix, String name) void
SailConnectionWrapper.setNamespace
(String prefix, String name) protected abstract void
AbstractSailConnection.setNamespaceInternal
(String prefix, String name) void
AbstractSail.shutDown()
void
SailWrapper.shutDown()
protected abstract void
AbstractSail.shutDownInternal()
Do store-specific operations to ensure proper shutdown of the store.final long
long
long
protected abstract long
AbstractSailConnection.sizeInternal
(Resource... contexts) protected abstract void
AbstractSailConnection.startTransactionInternal()
void
AbstractSailConnection.startUpdate
(UpdateContext op) void
SailConnectionWrapper.startUpdate
(UpdateContext modify) protected void
AbstractSailConnection.verifyIsActive()
Verifies if a transaction is currently active.protected void
AbstractSailConnection.verifyIsOpen()
-
Uses of SailException in org.eclipse.rdf4j.sail.inferencer
Methods in org.eclipse.rdf4j.sail.inferencer that return types with arguments of type SailExceptionModifier and TypeMethodDescriptionCloseableIteration
<? extends Resource, SailException> InferencerConnectionWrapper.getContextIDs()
CallsInferencerConnectionWrapper.flushUpdates()
before forwarding the call to the wrapped connection.CloseableIteration
<? extends Statement, SailException> InferencerConnectionWrapper.getStatements
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) CallsInferencerConnectionWrapper.flushUpdates()
before forwarding the call to the wrapped connection.Methods in org.eclipse.rdf4j.sail.inferencer that throw SailExceptionModifier and TypeMethodDescriptionboolean
InferencerConnection.addInferredStatement
(Resource subj, IRI pred, Value obj, Resource... contexts) Adds an inferred statement to a specific context.boolean
InferencerConnectionWrapper.addInferredStatement
(Resource subj, IRI pred, Value obj, Resource... contexts) void
InferencerConnection.clearInferred
(Resource... contexts) Removes all inferred statements from the specified/all contexts.void
InferencerConnectionWrapper.clearInferred
(Resource... contexts) void
InferencerConnectionWrapper.commit()
CallsInferencerConnectionWrapper.flushUpdates()
before forwarding the call to the wrapped connection.CloseableIteration
<? extends BindingSet, QueryEvaluationException> InferencerConnectionWrapper.evaluate
(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred) CallsInferencerConnectionWrapper.flushUpdates()
before forwarding the call to the wrapped connection.void
InferencerConnectionWrapper.flush()
void
InferencerConnection.flushUpdates()
Flushes any pending updates to be processed and the resulting changes to be reported to registeredSailConnectionListener
s.void
InferencerConnectionWrapper.flushUpdates()
CloseableIteration
<? extends Resource, SailException> InferencerConnectionWrapper.getContextIDs()
CallsInferencerConnectionWrapper.flushUpdates()
before forwarding the call to the wrapped connection.CloseableIteration
<? extends Statement, SailException> InferencerConnectionWrapper.getStatements
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) CallsInferencerConnectionWrapper.flushUpdates()
before forwarding the call to the wrapped connection.boolean
InferencerConnectionWrapper.hasStatement
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) void
InferencerConnectionWrapper.prepare()
CallsInferencerConnectionWrapper.flushUpdates()
before forwarding the call to the wrapped connection.boolean
InferencerConnection.removeInferredStatement
(Resource subj, IRI pred, Value obj, Resource... contexts) Removes an inferred statement from a specific context.boolean
InferencerConnectionWrapper.removeInferredStatement
(Resource subj, IRI pred, Value obj, Resource... contexts) long
CallsInferencerConnectionWrapper.flushUpdates()
before forwarding the call to the wrapped connection. -
Uses of SailException in org.eclipse.rdf4j.sail.inferencer.fc
Methods in org.eclipse.rdf4j.sail.inferencer.fc that throw SailExceptionModifier and TypeMethodDescriptionprotected abstract void
AbstractForwardChainingInferencerConnection.addAxiomStatements()
Adds all basic set of axiom statements from which the complete set can be inferred to the underlying Sail.protected void
ForwardChainingRDFSInferencerConnection.addAxiomStatements()
Deprecated.Adds all basic set of axiom statements from which the complete set can be inferred to the underlying Sail.boolean
DedupingInferencerConnection.addInferredStatement
(Resource subj, IRI pred, Value obj, Resource... contexts) boolean
SchemaCachingRDFSInferencerConnection.addInferredStatement
(Resource subj, IRI pred, Value obj, Resource... contexts) (package private) boolean
SchemaCachingRDFSInferencerConnection.addInferredStatementInternal
(Resource subj, IRI pred, Value obj, Resource... contexts) private void
SchemaCachingRDFSInferencerConnection.addStatement
(boolean actuallyAdd, Resource subject, IRI predicate, Value object, Resource... context) void
SchemaCachingRDFSInferencerConnection.addStatement
(Resource subject, IRI predicate, Value object, Resource... contexts) void
SchemaCachingRDFSInferencerConnection.addStatement
(UpdateContext modify, Resource subj, IRI pred, Value obj, Resource... contexts) protected int
ForwardChainingRDFSInferencerConnection.applyRule
(int rule) Deprecated.protected int
ForwardChainingRDFSInferencerConnection.applyRuleInternal
(int rule) Deprecated.private int
ForwardChainingRDFSInferencerConnection.applyRuleRdf1()
Deprecated.private int
ForwardChainingRDFSInferencerConnection.applyRuleRdfs10()
Deprecated.private int
ForwardChainingRDFSInferencerConnection.applyRuleRdfs11_1()
Deprecated.private int
ForwardChainingRDFSInferencerConnection.applyRuleRdfs11_2()
Deprecated.private int
ForwardChainingRDFSInferencerConnection.applyRuleRdfs12()
Deprecated.private int
ForwardChainingRDFSInferencerConnection.applyRuleRdfs13()
Deprecated.private int
ForwardChainingRDFSInferencerConnection.applyRuleRdfs2_1()
Deprecated.private int
ForwardChainingRDFSInferencerConnection.applyRuleRdfs2_2()
Deprecated.private int
ForwardChainingRDFSInferencerConnection.applyRuleRdfs3_1()
Deprecated.private int
ForwardChainingRDFSInferencerConnection.applyRuleRdfs3_2()
Deprecated.private int
ForwardChainingRDFSInferencerConnection.applyRuleRdfs4a()
Deprecated.private int
ForwardChainingRDFSInferencerConnection.applyRuleRdfs4b()
Deprecated.private int
ForwardChainingRDFSInferencerConnection.applyRuleRdfs5_1()
Deprecated.private int
ForwardChainingRDFSInferencerConnection.applyRuleRdfs5_2()
Deprecated.private int
ForwardChainingRDFSInferencerConnection.applyRuleRdfs6()
Deprecated.private int
ForwardChainingRDFSInferencerConnection.applyRuleRdfs7_1()
Deprecated.private int
ForwardChainingRDFSInferencerConnection.applyRuleRdfs7_2()
Deprecated.private int
ForwardChainingRDFSInferencerConnection.applyRuleRdfs8()
Deprecated.private int
ForwardChainingRDFSInferencerConnection.applyRuleRdfs9_1()
Deprecated.private int
ForwardChainingRDFSInferencerConnection.applyRuleRdfs9_2()
Deprecated.protected abstract int
AbstractForwardChainingInferencerConnection.applyRules
(Model iteration) Returns the number of newly inferred statements.protected int
ForwardChainingRDFSInferencerConnection.applyRules
(Model iteration) Deprecated.private int
ForwardChainingRDFSInferencerConnection.applyRuleX1()
Deprecated.void
AbstractForwardChainingInferencerConnection.begin()
void
AbstractForwardChainingInferencerConnection.begin
(IsolationLevel level) void
SchemaCachingRDFSInferencerConnection.begin()
void
SchemaCachingRDFSInferencerConnection.begin
(IsolationLevel level) private void
CustomGraphQueryInferencer.Connection.buildDeltaSets
(Collection<Statement> forRemoval, Collection<Statement> forAddition) void
DedupingInferencerConnection.clearInferred
(Resource... contexts) void
SchemaCachingRDFSInferencerConnection.clearInferred
(Resource... contexts) void
DedupingInferencerConnection.commit()
void
SchemaCachingRDFSInferencerConnection.commit()
protected void
AbstractForwardChainingInferencerConnection.doInferencing()
protected void
ForwardChainingRDFSInferencerConnection.doInferencing()
Deprecated.(package private) void
SchemaCachingRDFSInferencerConnection.doInferencing()
private void
CustomGraphQueryInferencer.Connection.evaluateIntoStatements
(ParsedGraphQuery query, Collection<Statement> statements) private void
DirectTypeHierarchyInferencer.DirectTypeHierarchyInferencerConnection.evaluateIntoStatements
(ParsedGraphQuery query, Collection<Statement> statements) void
AbstractForwardChainingInferencerConnection.flushUpdates()
void
CustomGraphQueryInferencer.Connection.flushUpdates()
void
DirectTypeHierarchyInferencer.DirectTypeHierarchyInferencerConnection.flushUpdates()
void
SchemaCachingRDFSInferencerConnection.flushUpdates()
CustomGraphQueryInferencer.getConnection()
DedupingInferencer.getConnection()
DirectTypeHierarchyInferencer.getConnection()
ForwardChainingRDFSInferencer.getConnection()
Deprecated.SchemaCachingRDFSInferencer.getConnection()
void
CustomGraphQueryInferencer.init()
void
DirectTypeHierarchyInferencer.init()
void
ForwardChainingRDFSInferencer.init()
Deprecated.Adds axiom statements to the underlying Sail.void
SchemaCachingRDFSInferencer.init()
boolean
DedupingInferencerConnection.removeInferredStatement
(Resource subj, IRI pred, Value obj, Resource... contexts) void
AbstractForwardChainingInferencerConnection.rollback()
void
CustomGraphQueryInferencer.Connection.rollback()
void
DedupingInferencerConnection.rollback()
void
DirectTypeHierarchyInferencer.DirectTypeHierarchyInferencerConnection.rollback()
void
SchemaCachingRDFSInferencerConnection.rollback()
final void
CustomGraphQueryInferencer.setFields
(QueryLanguage language, String queryText, String matcherText) Called in order to set all the fields needed for the inferencer to function.Constructors in org.eclipse.rdf4j.sail.inferencer.fc that throw SailExceptionModifierConstructorDescriptionCustomGraphQueryInferencer
(QueryLanguage language, String queryText, String matcherText) Create a new custom inferencer.CustomGraphQueryInferencer
(NotifyingSail baseSail, QueryLanguage language, String queryText, String matcherText) Create a new custom inferencer. -
Uses of SailException in org.eclipse.rdf4j.sail.lucene
Methods in org.eclipse.rdf4j.sail.lucene that throw SailExceptionModifier and TypeMethodDescriptionprivate void
LuceneSailConnection.addRemoveStatements
(LuceneSailBuffer.AddRemoveOperation op) void
LuceneSailConnection.addStatement
(Resource subj, IRI pred, Value obj, Resource... contexts) void
LuceneSailConnection.begin()
void
void
LuceneSailConnection.close()
void
LuceneSailConnection.commit()
private void
LuceneSailConnection.completeAddRemoveOperationWithType
(LuceneSailBuffer.AddRemoveOperation op) final Collection
<BindingSet> AbstractSearchIndex.evaluate
(SearchQueryEvaluator evaluator) CloseableIteration
<? extends BindingSet, QueryEvaluationException> LuceneSailConnection.evaluate
(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred) SearchIndex.evaluate
(SearchQueryEvaluator query) private CloseableIteration
<? extends BindingSet, QueryEvaluationException> LuceneSailConnection.evaluateInternal
(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred) private void
LuceneSailConnection.evaluateLuceneQueries
(Collection<SearchQueryEvaluator> queries) Evaluate the given Lucene queries, generate bindings from the query result, add the bindings to the query tree, and remove the Lucene queries from the given query tree.private void
QuerySpecBuilder.failOrWarn
(Exception exception) private void
QuerySpecBuilder.failOrWarn
(String message) private BindingSetCollection
AbstractSearchIndex.generateBindingSets
(DistanceQuerySpec query, Iterable<? extends DocumentDistance> hits) private BindingSetCollection
AbstractSearchIndex.generateBindingSets
(GeoRelationQuerySpec query, Iterable<? extends DocumentResult> hits) private BindingSetCollection
AbstractSearchIndex.generateBindingSets
(QuerySpec query, Iterable<? extends DocumentScore> hits) This method generates bindings from the given result of a Lucene query.LuceneSail.getConnection()
void
LuceneSail.init()
void
DistanceQuerySpecBuilder.process
(TupleExpr tupleExpr, BindingSet bindings, Collection<SearchQueryEvaluator> results) void
GeoRelationQuerySpecBuilder.process
(TupleExpr tupleExpr, BindingSet bindings, Collection<SearchQueryEvaluator> results) QuerySpecBuilder.process
(TupleExpr tupleExpr, BindingSet bindings) Deprecated.void
QuerySpecBuilder.process
(TupleExpr tupleExpr, BindingSet bindings, Collection<SearchQueryEvaluator> result) Appends a set of QuerySpecs embodying all necessary information to perform the Lucene query embedded in a TupleExpr.void
SearchQueryInterpreter.process
(TupleExpr tupleExpr, BindingSet bindings, Collection<SearchQueryEvaluator> specs) Processes a TupleExpr into a set of SearchQueryEvaluators.void
LuceneSail.reindex()
Starts a reindexation process of the whole sail.void
LuceneSailConnection.removeStatements
(Resource subj, IRI pred, Value obj, Resource... contexts) void
LuceneSailConnection.rollback()
void
LuceneSail.shutDown()
-
Uses of SailException in org.eclipse.rdf4j.sail.memory
Fields in org.eclipse.rdf4j.sail.memory with type parameters of type SailExceptionModifier and TypeFieldDescriptionstatic final EmptyIteration
<MemStatement, SailException> MemorySailStore.EMPTY_ITERATION
static final EmptyIteration
<MemTriple, SailException> MemorySailStore.EMPTY_TRIPLE_ITERATION
Methods in org.eclipse.rdf4j.sail.memory that return SailExceptionModifier and TypeMethodDescriptionprivate SailException
MemorySailStore.convertToSailException
(InterruptedException e) Methods in org.eclipse.rdf4j.sail.memory that return types with arguments of type SailExceptionModifier and TypeMethodDescriptionprivate CloseableIteration
<MemStatement, SailException> MemorySailStore.createStatementIterator
(Resource subj, IRI pred, Value obj, Boolean explicit, int snapshot, Resource... contexts) Creates a StatementIterator that contains the statements matching the specified pattern of subject, predicate, object, context.private CloseableIteration
<MemTriple, SailException> MemorySailStore.createTripleIterator
(Resource subj, IRI pred, Value obj, int snapshot) Creates a TripleIterator that contains the triples matching the specified pattern of subject, predicate, object, context.CloseableIteration
<? extends Resource, SailException> MemorySailStore.MemorySailDataset.getContextIDs()
private CloseableIteration
<MemStatement, SailException> MemorySailStore.getMemStatementIterator
(MemResource subj, MemIRI pred, MemValue obj, Boolean explicit, int snapshot, MemResource[] memContexts, MemStatementList statementList) CloseableIteration
<? extends Namespace, SailException> MemorySailStore.MemorySailDataset.getNamespaces()
MemorySailStore.MemorySailDataset.getStatements
(Resource subj, IRI pred, Value obj, Resource... contexts) MemorySailStore.MemorySailDataset.getTriples
(Resource subj, IRI pred, Value obj) Method parameters in org.eclipse.rdf4j.sail.memory with type arguments of type SailExceptionModifier and TypeMethodDescriptionvoid
FileIO.writeStatement
(CloseableIteration<? extends Statement, SailException> stIter, int tripleMarker, int quadMarker, DataOutputStream dataOut) Methods in org.eclipse.rdf4j.sail.memory that throw SailExceptionModifier and TypeMethodDescriptionprivate void
MemorySailStore.MemorySailSink.acquireExclusiveTransactionLock()
boolean
MemoryStoreConnection.addInferredStatement
(Resource subj, IRI pred, Value obj, Resource... contexts) private MemStatement
MemorySailStore.MemorySailSink.addStatement
(Resource subj, IRI pred, Value obj, Resource context, boolean explicit) protected void
MemoryStoreConnection.addStatementInternal
(Resource subj, IRI pred, Value obj, Resource... contexts) void
MemoryStoreConnection.clearInferred
(Resource... contexts) protected void
MemoryStoreConnection.clearInternal
(Resource... contexts) protected void
MemoryStoreConnection.commitInternal()
MemorySailStore.MemorySailSource.dataset
(IsolationLevel level) void
void
MemorySailStore.MemorySailSink.flush()
protected NotifyingSailConnection
MemoryStore.getConnectionInternal()
CloseableIteration
<? extends Resource, SailException> MemorySailStore.MemorySailDataset.getContextIDs()
MemorySailStore.MemorySailDataset.getNamespace
(String prefix) MemorySailStore.MemorySailDataset.getStatements
(Resource subj, IRI pred, Value obj, Resource... contexts) MemorySailStore.MemorySailDataset.getTriples
(Resource subj, IRI pred, Value obj) protected void
MemoryStore.initializeInternal()
Initializes this repository.private boolean
MemorySailStore.MemorySailDataset.isContextResource
(MemResource memResource, int snapshot) void
void
MemorySailStore.MemorySailSink.prepare()
void
private void
FileIO.readNamespace
(DataInputStream dataIn, SailSink store) private void
FileIO.readStatement
(boolean hasContext, boolean isExplicit, DataInputStream dataIn, SailSink explicit, SailSink inferred) boolean
MemoryStoreConnection.removeInferredStatement
(Resource subj, IRI pred, Value obj, Resource... contexts) protected void
MemoryStoreConnection.removeStatementsInternal
(Resource subj, IRI pred, Value obj, Resource... contexts) protected void
MemoryStoreConnection.rollbackInternal()
protected void
MemoryStore.scheduleSyncTask()
protected void
MemoryStore.shutDownInternal()
MemorySailStore.MemorySailSource.sink
(IsolationLevel level) protected void
MemoryStoreConnection.startTransactionInternal()
void
MemoryStore.sync()
Synchronizes the contents of this repository with the data that is stored on disk.private void
FileIO.write
(SailDataset explicit, SailDataset inferred, File dataFile) void
FileIO.write
(SailDataset explicit, SailDataset inferred, File syncFile, File dataFile) private void
FileIO.writeNamespaces
(SailDataset store, DataOutputStream dataOut) void
FileIO.writeStatement
(CloseableIteration<? extends Statement, SailException> stIter, int tripleMarker, int quadMarker, DataOutputStream dataOut) private void
FileIO.writeStatements
(SailDataset explicit, SailDataset inferred, DataOutputStream dataOut) Constructors in org.eclipse.rdf4j.sail.memory that throw SailExceptionModifierConstructorDescriptionMemorySailDataset
(boolean explicit) MemorySailDataset
(boolean explicit, int snapshot) MemorySailSink
(boolean explicit, boolean serializable) -
Uses of SailException in org.eclipse.rdf4j.sail.memory.model
Methods in org.eclipse.rdf4j.sail.memory.model that return types with arguments of type SailExceptionModifier and TypeMethodDescriptionMemStatementIterator.cacheAwareInstance
(MemStatementList smallestList, MemResource subj, MemIRI pred, MemValue obj, Boolean explicit, int snapshot, MemResource[] memContexts, MemStatementIteratorCache iteratorCache) Methods in org.eclipse.rdf4j.sail.memory.model that throw SailException -
Uses of SailException in org.eclipse.rdf4j.sail.shacl
Subclasses of SailException in org.eclipse.rdf4j.sail.shaclMethods in org.eclipse.rdf4j.sail.shacl that return SailExceptionModifier and TypeMethodDescription(package private) static SailException
ShaclSail.convertToSailException
(InterruptedException e) Methods in org.eclipse.rdf4j.sail.shacl that return types with arguments of type SailExceptionModifier and TypeMethodDescription(package private) static CloseableIteration
<Statement, SailException> ConnectionHelper.getCloseableIteration
(RepositoryResult<Statement> repositoryResults) CloseableIteration
<? extends Statement, SailException> ShaclSailConnection.getStatements
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) Methods in org.eclipse.rdf4j.sail.shacl that throw SailExceptionModifier and TypeMethodDescriptionvoid
ShaclSailConnection.addStatement
(Resource subj, IRI pred, Value obj, Resource... contexts) void
ShaclSailConnection.addStatement
(UpdateContext modify, Resource subj, IRI pred, Value obj, Resource... contexts) void
ShaclSailConnection.begin()
void
ShaclSailConnection.begin
(IsolationLevel level) void
void
ShaclSailConnection.close()
void
ShaclSailConnection.commit()
ShaclSail.getConnection()
ShaclSail.getShapes
(RepositoryConnection shapesRepoConnection, IRI[] shapesGraphs) ShaclSail.getShapes
(RepositoryConnection shapesRepoConnection, SailConnection sailConnection, IRI[] shapesGraphs) CloseableIteration
<? extends Statement, SailException> ShaclSailConnection.getStatements
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) boolean
ShaclSailConnection.hasStatement
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) void
ShaclSail.init()
void
ShaclSailConnection.prepare()
void
ShaclSailConnection.removeStatement
(UpdateContext modify, Resource subj, IRI pred, Value obj, Resource... contexts) void
ShaclSailConnection.removeStatements
(Resource subj, IRI pred, Value obj, Resource... contexts) void
ShaclSailConnection.rollback()
void
ShaclSail.shutDown()
-
Uses of SailException in org.eclipse.rdf4j.sail.shacl.ast.planNodes
Fields in org.eclipse.rdf4j.sail.shacl.ast.planNodes with type parameters of type SailExceptionModifier and TypeFieldDescriptionFilterPlanNode.iterator
InnerJoin.iterator
private final CloseablePeakableIteration
<? extends ValidationTuple, SailException> Unique.TargetAndValueSortIterator.iterator
private CloseableIteration
<? extends ValidationTuple, SailException> OnlyNonUnique.parentIterator
(package private) final CloseableIteration
<? extends ValidationTuple, SailException> SingleCloseablePlanNode.SingleCloseableIteration.parentIterator
Methods in org.eclipse.rdf4j.sail.shacl.ast.planNodes that return types with arguments of type SailExceptionModifier and TypeMethodDescriptionInnerJoin.internalIterator()
CloseableIteration
<? extends ValidationTuple, SailException> AllTargetsPlanNode.iterator()
CloseableIteration
<? extends ValidationTuple, SailException> BindSelect.iterator()
CloseableIteration
<? extends ValidationTuple, SailException> BufferedPlanNode.iterator()
CloseableIteration
<? extends ValidationTuple, SailException> BufferedSplitter.BufferedSplitterPlaneNode.iterator()
CloseableIteration
<? extends ValidationTuple, SailException> BulkedExternalInnerJoin.iterator()
CloseableIteration
<? extends ValidationTuple, SailException> BulkedExternalLeftOuterJoin.iterator()
CloseableIteration
<? extends ValidationTuple, SailException> DebugPlanNode.iterator()
CloseableIteration
<? extends ValidationTuple, SailException> EmptyNode.iterator()
CloseableIteration
<? extends ValidationTuple, SailException> EqualsJoin.iterator()
CloseableIteration
<? extends ValidationTuple, SailException> EqualsJoinValue.iterator()
CloseableIteration
<? extends ValidationTuple, SailException> FilterByPredicate.iterator()
CloseableIteration
<? extends ValidationTuple, SailException> FilterByPredicateObject.iterator()
CloseableIteration
<? extends ValidationTuple, SailException> FilterPlanNode.iterator()
CloseableIteration
<? extends ValidationTuple, SailException> GroupByCountFilter.iterator()
CloseableIteration
<? extends ValidationTuple, SailException> GroupByFilter.iterator()
CloseableIteration
<? extends ValidationTuple, SailException> InnerJoin.iterator()
CloseableIteration
<? extends ValidationTuple, SailException> InnerJoin.NotifyingPushablePlanNode.iterator()
CloseableIteration
<? extends ValidationTuple, SailException> LeftOuterJoin.iterator()
CloseableIteration
<? extends ValidationTuple, SailException> NonUniqueTargetLang.iterator()
CloseableIteration
<? extends ValidationTuple, SailException> NotValuesIn.iterator()
CloseableIteration
<? extends ValidationTuple, SailException> PlanNode.iterator()
CloseableIteration
<? extends ValidationTuple, SailException> ReduceTargets.iterator()
CloseableIteration
<? extends ValidationTuple, SailException> Select.iterator()
CloseableIteration
<? extends ValidationTuple, SailException> SetFilterNode.iterator()
CloseableIteration
<? extends ValidationTuple, SailException> ShiftToNodeShape.iterator()
CloseableIteration
<? extends ValidationTuple, SailException> ShiftToPropertyShape.iterator()
CloseableIteration
<? extends ValidationTuple, SailException> SingleCloseablePlanNode.iterator()
CloseableIteration
<? extends ValidationTuple, SailException> Sort.iterator()
CloseableIteration
<? extends ValidationTuple, SailException> SparqlConstraintSelect.iterator()
CloseableIteration
<? extends ValidationTuple, SailException> TargetChainPopper.iterator()
CloseableIteration
<? extends ValidationTuple, SailException> TrimToTarget.iterator()
CloseableIteration
<? extends ValidationTuple, SailException> TupleMapper.iterator()
CloseableIteration
<? extends ValidationTuple, SailException> UnBufferedPlanNode.iterator()
CloseableIteration
<? extends ValidationTuple, SailException> UnionNode.iterator()
CloseableIteration
<? extends ValidationTuple, SailException> Unique.iterator()
CloseableIteration
<? extends ValidationTuple, SailException> UnorderedSelect.iterator()
CloseableIteration
<? extends ValidationTuple, SailException> ValidationReportNode.iterator()
CloseableIteration
<? extends ValidationTuple, SailException> ValuesBackedNode.iterator()
FilterPlanNode.iteratorInternal()
Methods in org.eclipse.rdf4j.sail.shacl.ast.planNodes that throw SailExceptionModifier and TypeMethodDescriptionvoid
LoggingCloseableIteration.close()
void
SingleCloseablePlanNode.SingleCloseableIteration.close()
void
Unique.TargetAndValueSortIterator.close()
final boolean
LoggingCloseableIteration.hasNext()
boolean
SingleCloseablePlanNode.SingleCloseableIteration.hasNext()
boolean
Unique.TargetAndValueSortIterator.hasNext()
final ValidationTuple
LoggingCloseableIteration.next()
SingleCloseablePlanNode.SingleCloseableIteration.next()
Unique.TargetAndValueSortIterator.next()
void
LoggingCloseableIteration.remove()
A default method since the iterators in the ShaclSail don't support remove.void
SingleCloseablePlanNode.SingleCloseableIteration.remove()
void
Unique.TargetAndValueSortIterator.remove()
Constructor parameters in org.eclipse.rdf4j.sail.shacl.ast.planNodes with type arguments of type SailExceptionModifierConstructorDescriptionTargetAndValueSortIterator
(CloseablePeakableIteration<? extends ValidationTuple, SailException> iterator) -
Uses of SailException in org.eclipse.rdf4j.sail.shacl.ast.targets
Methods in org.eclipse.rdf4j.sail.shacl.ast.targets that return types with arguments of type SailExceptionModifier and TypeMethodDescriptionCloseableIteration
<? extends ValidationTuple, SailException> TargetChainRetriever.iterator()
-
Uses of SailException in org.eclipse.rdf4j.sail.shacl.results.lazy
Fields in org.eclipse.rdf4j.sail.shacl.results.lazy with type parameters of type SailExceptionModifier and TypeFieldDescriptionprivate CloseableIteration
<? extends ValidationTuple, SailException> ValidationResultIterator.tupleIterator
Constructor parameters in org.eclipse.rdf4j.sail.shacl.results.lazy with type arguments of type SailExceptionModifierConstructorDescriptionValidationResultIterator
(CloseableIteration<? extends ValidationTuple, SailException> tupleIterator, long limit) -
Uses of SailException in org.eclipse.rdf4j.sail.shacl.wrapper.data
Methods in org.eclipse.rdf4j.sail.shacl.wrapper.data that return types with arguments of type SailExceptionModifier and TypeMethodDescriptionCloseableIteration
<? extends Statement, SailException> VerySimpleRdfsBackwardsChainingConnection.getStatements
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) Methods in org.eclipse.rdf4j.sail.shacl.wrapper.data that throw SailExceptionModifier and TypeMethodDescriptionCloseableIteration
<? extends Statement, SailException> VerySimpleRdfsBackwardsChainingConnection.getStatements
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) boolean
VerySimpleRdfsBackwardsChainingConnection.hasStatement
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) -
Uses of SailException in org.eclipse.rdf4j.sail.shacl.wrapper.shape
Method parameters in org.eclipse.rdf4j.sail.shacl.wrapper.shape with type arguments of type SailExceptionModifier and TypeMethodDescriptionprivate static Value
ShapeSourceHelper.getObject
(CloseableIteration<? extends Statement, SailException> iteration)
AbstractSailConnection.verifyIsActive()
instead.