Uses of Class
org.eclipse.rdf4j.sail.SailException
-
Packages that use SailException Package Description org.eclipse.rdf4j.repository.sail Repository implementation for local RDF databases that implement the SAIL SPI.org.eclipse.rdf4j.repository.sail.helpers Helper and utility classes for theSailRepositoryorg.eclipse.rdf4j.sail RDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an SPI for RDF databases.org.eclipse.rdf4j.sail.base Base functionality for Sail implementations that require multi-versioned concurrency control (MVCC).org.eclipse.rdf4j.sail.helpers Abstract base implementation and internal helper classes for Sail implementations.org.eclipse.rdf4j.sail.inferencer org.eclipse.rdf4j.sail.inferencer.fc Forward-chaining inferencers, implemented asStackableSails.org.eclipse.rdf4j.sail.lucene A Sail implementation that supports full-text indexing via the Lucene API.org.eclipse.rdf4j.sail.memory An implementation of the RDF SAIL API that uses main memory for storage.org.eclipse.rdf4j.sail.memory.model MemoryStore-specific implementations of the core RDF model objects.org.eclipse.rdf4j.sail.shacl A Sail implementation for SHACL constraint checking.org.eclipse.rdf4j.sail.shacl.ast.planNodes org.eclipse.rdf4j.sail.shacl.ast.targets org.eclipse.rdf4j.sail.shacl.results.lazy org.eclipse.rdf4j.sail.shacl.wrapper.data org.eclipse.rdf4j.sail.shacl.wrapper.shape -
-
Uses of SailException in org.eclipse.rdf4j.repository.sail
Method parameters in org.eclipse.rdf4j.repository.sail with type arguments of type SailException Modifier and Type Method Description protected <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 SailException Constructor Description SailCloseableIteration(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 SailException Modifier and Type Method Description private voidRDFSailInserter. addStatement(UpdateContext uc, Resource subj, IRI pred, Value obj, Resource... ctxts)private StatementSailUpdateExecutor. createStatementFromPattern(StatementPattern pattern, BindingSet sourceBinding, MapBindingSet bnodeMapping)private voidSailUpdateExecutor. deleteBoundTriples(BindingSet whereBinding, TupleExpr deleteClause, UpdateContext uc)private CloseableIteration<? extends BindingSet,QueryEvaluationException>SailUpdateExecutor. evaluateWhereClause(TupleExpr whereClause, UpdateContext uc, int maxExecutionTime)protected voidSailUpdateExecutor. executeAdd(Add add, UpdateContext uc, int maxExecTime)protected voidSailUpdateExecutor. executeClear(Clear clearExpr, UpdateContext uc, int maxExecutionTime)protected voidSailUpdateExecutor. executeCopy(Copy copy, UpdateContext uc, int maxExecutionTime)protected voidSailUpdateExecutor. executeCreate(Create create, UpdateContext uc)protected voidSailUpdateExecutor. executeDeleteData(DeleteData deleteDataExpr, UpdateContext uc, int maxExecutionTime)protected voidSailUpdateExecutor. executeInsertData(InsertData insertDataExpr, UpdateContext uc, int maxExecutionTime)protected voidSailUpdateExecutor. executeLoad(Load load, UpdateContext uc)protected voidSailUpdateExecutor. executeModify(Modify modify, UpdateContext uc, int maxExecutionTime)protected voidSailUpdateExecutor. executeMove(Move move, UpdateContext uc, int maxExecutionTime)voidSailUpdateExecutor. executeUpdate(UpdateExpr updateExpr, Dataset dataset, BindingSet bindings, boolean includeInferred, int maxExecutionTime)private ValueSailUpdateExecutor. getValueForVar(Var var, BindingSet bindings)private voidSailUpdateExecutor. insertBoundTriples(BindingSet whereBinding, TupleExpr insertClause, UpdateContext uc) -
Uses of SailException in org.eclipse.rdf4j.sail
Subclasses of SailException in org.eclipse.rdf4j.sail Modifier and Type Class Description classSailConflictExceptionAn exception thrown by some methods in Sail to indicate that a requested isolation level could not be fulfilled.classSailLockedExceptionIndicates that a SAIL cannot be initialised because the configured persisted location is locked.classSailReadOnlyExceptionIndicates that the current write operation did not succeed because the SAIL cannot be written to, it can only be read from.classUnknownSailTransactionStateExceptionIndicates that a SAIL's transaction state (active or inactive) cannot be determined.Fields in org.eclipse.rdf4j.sail with type parameters of type SailException Modifier and Type Field Description private CloseableIteration<? extends T,SailException>TripleSourceIterationWrapper. delegateMethods in org.eclipse.rdf4j.sail that return types with arguments of type SailException Modifier and Type Method Description CloseableIteration<? 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 SailException Modifier and Type Method Description voidSailConnection. addStatement(Resource subj, IRI pred, Value obj, Resource... contexts)Adds a statement to the store.voidSailConnection. addStatement(UpdateContext op, Resource subj, IRI pred, Value obj, Resource... contexts)Adds a statement to the store.voidSailConnection. begin()Begins a transaction requiringSailConnection.commit()orSailConnection.rollback()to be called to close the transaction.voidSailConnection. begin(IsolationLevel level)Begins a transaction with the specifiedIsolationLevellevel, requiringSailConnection.commit()orSailConnection.rollback()to be called to close the transaction.voidSailConnection. clear(Resource... contexts)Removes all statements from the specified/all contexts.voidSailConnection. clearNamespaces()Removes all namespace declarations from the repository.voidSailConnection. close()Closes the connection.voidSailConnection. commit()Commits any updates that have been performed since the last timeSailConnection.commit()orSailConnection.rollback()was called.voidSailConnection. endUpdate(UpdateContext op)Indicates that the givenopwill 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.voidSailConnection. flush()Flushes any pending updates and notify changes to listeners as appropriate.NotifyingSailConnectionNotifyingSail. getConnection()Opens a connection on the Sail which can be used to query and update data.SailConnectionSail. 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.java.lang.StringSailConnection. getNamespace(java.lang.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 booleanSailConnection. 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.voidSail. init()Initializes the Sail.booleanSailConnection. isOpen()Checks whether this SailConnection is open.booleanSail. isWritable()Checks whether this Sail object is writable, i.e.voidSailConnection. prepare()Checks for an error state in the active transaction that would force the transaction to be rolled back.voidSailConnection. removeNamespace(java.lang.String prefix)Removes a namespace declaration by removing the association between a prefix and a namespace name.voidSailConnection. removeStatement(UpdateContext op, Resource subj, IRI pred, Value obj, Resource... contexts)Removes all statements matching the specified subject, predicate and object from the repository.voidSailConnection. removeStatements(Resource subj, IRI pred, Value obj, Resource... contexts)Removes all statements matching the specified subject, predicate and object from the repository.voidSailConnection. rollback()Rolls back the transaction, discarding any uncommitted changes that have been made in this SailConnection.voidSailConnection. setNamespace(java.lang.String prefix, java.lang.String name)Sets the prefix for a namespace.voidSail. shutDown()Shuts down the Sail, giving it the opportunity to synchronize any stale data.longSailConnection. size(Resource... contexts)Returns the number of (explicit) statements in the store, or in specific contexts.voidSailConnection. startUpdate(UpdateContext op)Signals the start of an update operation.Constructor parameters in org.eclipse.rdf4j.sail with type arguments of type SailException Constructor Description TripleSourceIterationWrapper(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 SailException Modifier and Type Field Description private CloseableIteration<? extends Statement,SailException>DistinctModelReducingUnionIteration. iteratorprivate static EmptyIteration<Namespace,SailException>SailDatasetImpl. NAMESPACES_EMPTY_ITERATIONprivate static EmptyIteration<Statement,SailException>SailDatasetImpl. STATEMENT_EMPTY_ITERATIONprivate static EmptyIteration<Triple,SailException>SailDatasetImpl. TRIPLE_EMPTY_ITERATIONMethods in org.eclipse.rdf4j.sail.base that return types with arguments of type SailException Modifier and Type Method Description private CloseableIteration<? extends Statement,SailException>SailDatasetImpl. difference(CloseableIteration<? extends Statement,SailException> result, java.util.function.Function<Statement,java.lang.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 newIterationthat automatically closes the givenSailClosables.private CloseableIteration<? extends Triple,SailException>SailDatasetImpl. triplesDifference(CloseableIteration<? extends Triple,SailException> result, java.util.function.Function<Triple,java.lang.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 SailException Modifier and Type Method Description protected abstract voidSailClosingIteration. handleSailException(SailException e)Handler for exceptions generated by the closure of theSailClosablearray given to this object.Method parameters in org.eclipse.rdf4j.sail.base with type arguments of type SailException Modifier and Type Method Description private CloseableIteration<? extends Statement,SailException>SailDatasetImpl. difference(CloseableIteration<? extends Statement,SailException> result, java.util.function.Function<Statement,java.lang.Boolean> excluded)static <E> SailClosingIteration<E,SailException>SailClosingIteration. makeClosable(CloseableIteration<? extends E,SailException> iter, SailClosable... closes)Creates a newIterationthat automatically closes the givenSailClosables.private CloseableIteration<? extends Triple,SailException>SailDatasetImpl. triplesDifference(CloseableIteration<? extends Triple,SailException> result, java.util.function.Function<Triple,java.lang.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 SailException Modifier and Type Method Description private voidSailSourceConnection. add(Resource subj, IRI pred, Value obj, SailDataset dataset, SailSink sink, Resource... contexts)booleanSailSourceConnection. addInferredStatement(Resource subj, IRI pred, Value obj, Resource... contexts)voidSailSourceConnection. addStatement(UpdateContext op, Resource subj, IRI pred, Value obj, Resource... contexts)voidChangeset. approve(Resource subj, IRI pred, Value obj, Resource ctx)voidSailSink. approve(Resource subj, IRI pred, Value obj, Resource ctx)Adds a statement to the store.default voidSailSink. approve(Statement statement)Adds a statement to the store.(package private) voidSailSourceBranch. autoFlush()private SailSourceSailSourceConnection. branch(SailSourceConnection.IncludeInferred includeinferred)voidSailSink. clear(Resource... contexts)Removes all statements from the specified/all contexts.voidSailSourceConnection. clearInferred(Resource... contexts)protected voidSailSourceConnection. clearInternal(Resource... contexts)voidSailSink. clearNamespaces()Removes all namespace declarations from thisSailSource.protected voidSailSourceConnection. clearNamespacesInternal()voidBackingSailSource. close()voidChangeset. close()voidDelegatingSailDataset. close()voidDelegatingSailSource. close()voidObservingSailDataset. close()voidSailClosable. close()Closes this resource, relinquishing any underlying resources.voidSailDataset. close()Called when thisSailDatasetis no longer is used, such as when a read operation is complete.voidSailDatasetImpl. close()voidSailSourceBranch. close()voidSnapshotSailStore. close()voidUnionSailDataset. close()voidUnionSailSource. close()protected voidSailSourceConnection. closeInternal()protected voidSailSourceConnection. commitInternal()SailDatasetDelegatingSailSource. dataset(IsolationLevel level)SailDatasetSailSource. dataset(IsolationLevel level)Create an observableSailDatasetof the current state of thisSailSource.SailDatasetSailSourceBranch. dataset(IsolationLevel level)SailDatasetUnionSailSource. dataset(IsolationLevel level)default voidSailSink. deprecate(Resource subj, IRI pred, Value obj, Resource ctx)Deprecated.voidSailSink. deprecate(Statement statement)Removes a statement.private SailDatasetSailSourceBranch. derivedFromSerializable(IsolationLevel level)private SailDatasetSailSourceBranch. derivedFromSnapshot(IsolationLevel level)protected voidSailSourceConnection. endUpdateInternal(UpdateContext op)protected CloseableIteration<? extends BindingSet,QueryEvaluationException>SailSourceConnection. evaluateInternal(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred)voidBackingSailSource. flush()voidDelegatingSailSource. flush()voidSailSink. flush()Once this method returns successfully, changes that were made to thisSailSinkwill be visible to subsequentSailSource.dataset(IsolationLevel).voidSailSource. flush()Apply all the changes to this branch to the backingSailSource, if applicable.voidSailSourceBranch. flush()private voidSailSourceBranch. flush(Changeset change, SailSink sink)private voidSailSourceBranch. flush(SailSink sink)voidUnionSailSource. flush()voidSailSourceConnection. 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()java.lang.StringDelegatingSailDataset. getNamespace(java.lang.String prefix)java.lang.StringSailDataset. getNamespace(java.lang.String prefix)Gets the namespace that is associated with the specified prefix, if any.java.lang.StringSailDatasetImpl. getNamespace(java.lang.String prefix)java.lang.StringUnionSailDataset. getNamespace(java.lang.String prefix)protected java.lang.StringSailSourceConnection. getNamespaceInternal(java.lang.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 StatementDistinctModelReducingUnionIteration. 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 voidDistinctModelReducingUnionIteration. handleClose()private booleanSailSourceConnection. hasStatement(SailDataset dataset, Resource subj, IRI pred, Value obj, Resource... contexts)default voidSailSink. observe(Resource subj, IRI pred, Value obj, Resource context)Called to indicate matching statements have been observed and must not change their state until after thisSailSinkis committed, iff this was opened in an isolation level compatible withIsolationLevels.SERIALIZABLE.voidSailSink. observe(Resource subj, IRI pred, Value obj, Resource... contexts)Called to indicate matching statements have been observed and must not change their state until after thisSailSinkis committed, iff this was opened in an isolation level compatible withIsolationLevels.SERIALIZABLE.voidBackingSailSource. prepare()voidChangeset. prepare()voidDelegatingSailSource. prepare()voidSailSink. prepare()Checks if thisSailSinkis consistent with the isolation level it was created with.voidSailSource. prepare()Check the consistency of this branch and throws aSailConflictExceptionifSailSource.flush()ing this branch would cause the backingSailSourceto be inconsistent, if applicable.voidSailSourceBranch. prepare()private voidSailSourceBranch. prepare(Changeset change, SailSink sink)private voidSailSourceBranch. prepare(SailSink sink)voidUnionSailSource. prepare()protected voidSailSourceConnection. prepareInternal()private booleanSailSourceConnection. remove(Resource subj, IRI pred, Value obj, SailDataset dataset, SailSink sink, Resource... contexts)booleanSailSourceConnection. removeInferredStatement(Resource subj, IRI pred, Value obj, Resource... contexts)voidSailSink. removeNamespace(java.lang.String prefix)Removes a namespace declaration by removing the association between a prefix and a namespace name.protected voidSailSourceConnection. removeNamespaceInternal(java.lang.String prefix)voidSailSourceConnection. removeStatement(UpdateContext op, Resource subj, IRI pred, Value obj, Resource... contexts)protected voidSailSourceConnection. rollbackInternal()voidSailSink. setNamespace(java.lang.String prefix, java.lang.String name)Sets the prefix for a namespace.protected voidSailSourceConnection. setNamespaceInternal(java.lang.String prefix, java.lang.String name)SailSinkDelegatingSailSource. sink(IsolationLevel level)SailSinkSailSource. sink(IsolationLevel level)Create aSailSinkthat when when itsSailSource.flush()is called, the changes are applied to this source.SailSinkSailSourceBranch. sink(IsolationLevel level)SailSinkUnionSailSource. sink(IsolationLevel level)protected longSailSourceConnection. sizeInternal(Resource... contexts)protected voidSailSourceConnection. startTransactionInternal()voidSailSourceConnection. startUpdate(UpdateContext op)Constructor parameters in org.eclipse.rdf4j.sail.base with type arguments of type SailException Constructor Description DistinctModelReducingUnionIteration(CloseableIteration<? extends Statement,SailException> iterator, java.util.function.Consumer<Statement> approvedRemover, java.util.function.Supplier<java.lang.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 SailException Modifier and Type Method Description CloseableIteration<? extends Resource,SailException>AbstractSailConnection. getContextIDs()CloseableIteration<? extends Resource,SailException>SailConnectionWrapper. getContextIDs()protected abstract CloseableIteration<? extends Resource,SailException>AbstractSailConnection. getContextIDsInternal()CloseableIteration<? extends Namespace,SailException>AbstractSailConnection. getNamespaces()CloseableIteration<? extends Namespace,SailException>SailConnectionWrapper. getNamespaces()protected abstract CloseableIteration<? extends Namespace,SailException>AbstractSailConnection. getNamespacesInternal()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 SailException Modifier and Type Method Description voidAbstractSailConnection. addStatement(Resource subj, IRI pred, Value obj, Resource... contexts)voidAbstractSailConnection. addStatement(UpdateContext op, Resource subj, IRI pred, Value obj, Resource... contexts)The default implementation buffers added statements until the update operation is complete.voidSailConnectionWrapper. addStatement(Resource subj, IRI pred, Value obj, Resource... contexts)voidSailConnectionWrapper. addStatement(UpdateContext modify, Resource subj, IRI pred, Value obj, Resource... contexts)protected abstract voidAbstractSailConnection. addStatementInternal(Resource subj, IRI pred, Value obj, Resource... contexts)protected voidAbstractSailConnection. autoStartTransaction()Deprecated.UseAbstractSailConnection.verifyIsActive()instead.voidAbstractSailConnection. begin()voidAbstractSailConnection. begin(IsolationLevel isolationLevel)voidSailConnectionWrapper. begin()voidSailConnectionWrapper. begin(IsolationLevel level)voidAbstractSailConnection. clear(Resource... contexts)voidSailConnectionWrapper. clear(Resource... contexts)protected abstract voidAbstractSailConnection. clearInternal(Resource... contexts)voidAbstractSailConnection. clearNamespaces()voidSailConnectionWrapper. clearNamespaces()protected abstract voidAbstractSailConnection. clearNamespacesInternal()voidAbstractSailConnection. close()voidSailConnectionWrapper. close()protected abstract voidAbstractSailConnection. closeInternal()voidAbstractSailConnection. commit()voidSailConnectionWrapper. commit()protected abstract voidAbstractSailConnection. commitInternal()voidAbstractSailConnection. endUpdate(UpdateContext op)voidSailConnectionWrapper. endUpdate(UpdateContext modify)protected voidAbstractSailConnection. endUpdateInternal(UpdateContext op)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)voidAbstractSailConnection. flush()voidSailConnectionWrapper. flush()private voidAbstractSailConnection. flushPendingUpdates()If there are no open operations.private voidAbstractSailConnection. forceCloseActiveOperations()NotifyingSailConnectionAbstractNotifyingSail. getConnection()SailConnectionAbstractSail. getConnection()NotifyingSailConnectionNotifyingSailWrapper. getConnection()SailConnectionSailWrapper. getConnection()protected abstract NotifyingSailConnectionAbstractNotifyingSail. getConnectionInternal()protected abstract SailConnectionAbstractSail. getConnectionInternal()Returns a store-specific SailConnection object.CloseableIteration<? extends Resource,SailException>AbstractSailConnection. getContextIDs()CloseableIteration<? extends Resource,SailException>SailConnectionWrapper. getContextIDs()protected abstract CloseableIteration<? extends Resource,SailException>AbstractSailConnection. getContextIDsInternal()protected LockAbstractSailConnection. getExclusiveConnectionLock()Deprecated, for removal: This API element is subject to removal in a future version.java.lang.StringAbstractSailConnection. getNamespace(java.lang.String prefix)java.lang.StringSailConnectionWrapper. getNamespace(java.lang.String prefix)protected abstract java.lang.StringAbstractSailConnection. getNamespaceInternal(java.lang.String prefix)CloseableIteration<? extends Namespace,SailException>AbstractSailConnection. getNamespaces()CloseableIteration<? extends Namespace,SailException>SailConnectionWrapper. getNamespaces()protected abstract CloseableIteration<? extends Namespace,SailException>AbstractSailConnection. getNamespacesInternal()protected LockAbstractSailConnection. getSharedConnectionLock()Deprecated, for removal: This API element is subject to removal in a future version.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 LockAbstractSailConnection. getTransactionLock()Deprecated, for removal: This API element is subject to removal in a future version.booleanAbstractSailConnection. hasStatement(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)booleanSailConnectionWrapper. hasStatement(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)voidAbstractSail. init()voidSailWrapper. init()protected voidAbstractSail. initializeInternal()Do store-specific operations to initialize the store.booleanAbstractSailConnection. isOpen()booleanSailConnectionWrapper. isOpen()booleanSailWrapper. isWritable()voidAbstractSailConnection. prepare()voidSailConnectionWrapper. prepare()protected voidAbstractSailConnection. prepareInternal()voidAbstractSailConnection. removeNamespace(java.lang.String prefix)voidSailConnectionWrapper. removeNamespace(java.lang.String prefix)protected abstract voidAbstractSailConnection. removeNamespaceInternal(java.lang.String prefix)voidAbstractSailConnection. removeStatement(UpdateContext op, Resource subj, IRI pred, Value obj, Resource... contexts)The default implementation buffers removed statements until the update operation is complete.voidSailConnectionWrapper. removeStatement(UpdateContext modify, Resource subj, IRI pred, Value obj, Resource... contexts)voidAbstractSailConnection. removeStatements(Resource subj, IRI pred, Value obj, Resource... contexts)voidSailConnectionWrapper. removeStatements(Resource subj, IRI pred, Value obj, Resource... contexts)protected abstract voidAbstractSailConnection. removeStatementsInternal(Resource subj, IRI pred, Value obj, Resource... contexts)voidAbstractSailConnection. rollback()voidSailConnectionWrapper. rollback()protected abstract voidAbstractSailConnection. rollbackInternal()voidAbstractSailConnection. setNamespace(java.lang.String prefix, java.lang.String name)voidSailConnectionWrapper. setNamespace(java.lang.String prefix, java.lang.String name)protected abstract voidAbstractSailConnection. setNamespaceInternal(java.lang.String prefix, java.lang.String name)voidAbstractSail. shutDown()voidSailWrapper. shutDown()protected abstract voidAbstractSail. shutDownInternal()Do store-specific operations to ensure proper shutdown of the store.longAbstractSailConnection. size(Resource... contexts)longSailConnectionWrapper. size(Resource context)longSailConnectionWrapper. size(Resource... contexts)protected abstract longAbstractSailConnection. sizeInternal(Resource... contexts)protected abstract voidAbstractSailConnection. startTransactionInternal()voidAbstractSailConnection. startUpdate(UpdateContext op)voidSailConnectionWrapper. startUpdate(UpdateContext modify)protected voidAbstractSailConnection. verifyIsActive()Verifies if a transaction is currently active.protected voidAbstractSailConnection. verifyIsOpen() -
Uses of SailException in org.eclipse.rdf4j.sail.inferencer
Methods in org.eclipse.rdf4j.sail.inferencer that return types with arguments of type SailException Modifier and Type Method Description 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.Methods in org.eclipse.rdf4j.sail.inferencer that throw SailException Modifier and Type Method Description booleanInferencerConnection. addInferredStatement(Resource subj, IRI pred, Value obj, Resource... contexts)Adds an inferred statement to a specific context.booleanInferencerConnectionWrapper. addInferredStatement(Resource subj, IRI pred, Value obj, Resource... contexts)voidInferencerConnection. clearInferred(Resource... contexts)Removes all inferred statements from the specified/all contexts.voidInferencerConnectionWrapper. clearInferred(Resource... contexts)voidInferencerConnectionWrapper. 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.voidInferencerConnectionWrapper. flush()voidInferencerConnection. flushUpdates()Flushes any pending updates to be processed and the resulting changes to be reported to registeredSailConnectionListeners.voidInferencerConnectionWrapper. 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.booleanInferencerConnectionWrapper. hasStatement(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)voidInferencerConnectionWrapper. prepare()CallsInferencerConnectionWrapper.flushUpdates()before forwarding the call to the wrapped connection.booleanInferencerConnection. removeInferredStatement(Resource subj, IRI pred, Value obj, Resource... contexts)Removes an inferred statement from a specific context.booleanInferencerConnectionWrapper. removeInferredStatement(Resource subj, IRI pred, Value obj, Resource... contexts)longInferencerConnectionWrapper. size(Resource... contexts)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 SailException Modifier and Type Method Description protected abstract voidAbstractForwardChainingInferencerConnection. addAxiomStatements()Adds all basic set of axiom statements from which the complete set can be inferred to the underlying Sail.protected voidForwardChainingRDFSInferencerConnection. addAxiomStatements()Deprecated.Adds all basic set of axiom statements from which the complete set can be inferred to the underlying Sail.booleanDedupingInferencerConnection. addInferredStatement(Resource subj, IRI pred, Value obj, Resource... contexts)booleanSchemaCachingRDFSInferencerConnection. addInferredStatement(Resource subj, IRI pred, Value obj, Resource... contexts)(package private) booleanSchemaCachingRDFSInferencerConnection. addInferredStatementInternal(Resource subj, IRI pred, Value obj, Resource... contexts)private voidSchemaCachingRDFSInferencerConnection. addStatement(boolean actuallyAdd, Resource subject, IRI predicate, Value object, Resource... context)voidSchemaCachingRDFSInferencerConnection. addStatement(Resource subject, IRI predicate, Value object, Resource... contexts)voidSchemaCachingRDFSInferencerConnection. addStatement(UpdateContext modify, Resource subj, IRI pred, Value obj, Resource... contexts)protected intForwardChainingRDFSInferencerConnection. applyRule(int rule)Deprecated.protected intForwardChainingRDFSInferencerConnection. applyRuleInternal(int rule)Deprecated.private intForwardChainingRDFSInferencerConnection. applyRuleRdf1()Deprecated.private intForwardChainingRDFSInferencerConnection. applyRuleRdfs10()Deprecated.private intForwardChainingRDFSInferencerConnection. applyRuleRdfs11_1()Deprecated.private intForwardChainingRDFSInferencerConnection. applyRuleRdfs11_2()Deprecated.private intForwardChainingRDFSInferencerConnection. applyRuleRdfs12()Deprecated.private intForwardChainingRDFSInferencerConnection. applyRuleRdfs13()Deprecated.private intForwardChainingRDFSInferencerConnection. applyRuleRdfs2_1()Deprecated.private intForwardChainingRDFSInferencerConnection. applyRuleRdfs2_2()Deprecated.private intForwardChainingRDFSInferencerConnection. applyRuleRdfs3_1()Deprecated.private intForwardChainingRDFSInferencerConnection. applyRuleRdfs3_2()Deprecated.private intForwardChainingRDFSInferencerConnection. applyRuleRdfs4a()Deprecated.private intForwardChainingRDFSInferencerConnection. applyRuleRdfs4b()Deprecated.private intForwardChainingRDFSInferencerConnection. applyRuleRdfs5_1()Deprecated.private intForwardChainingRDFSInferencerConnection. applyRuleRdfs5_2()Deprecated.private intForwardChainingRDFSInferencerConnection. applyRuleRdfs6()Deprecated.private intForwardChainingRDFSInferencerConnection. applyRuleRdfs7_1()Deprecated.private intForwardChainingRDFSInferencerConnection. applyRuleRdfs7_2()Deprecated.private intForwardChainingRDFSInferencerConnection. applyRuleRdfs8()Deprecated.private intForwardChainingRDFSInferencerConnection. applyRuleRdfs9_1()Deprecated.private intForwardChainingRDFSInferencerConnection. applyRuleRdfs9_2()Deprecated.protected abstract intAbstractForwardChainingInferencerConnection. applyRules(Model iteration)Returns the number of newly inferred statements.protected intForwardChainingRDFSInferencerConnection. applyRules(Model iteration)Deprecated.private intForwardChainingRDFSInferencerConnection. applyRuleX1()Deprecated.voidAbstractForwardChainingInferencerConnection. begin()voidAbstractForwardChainingInferencerConnection. begin(IsolationLevel level)voidSchemaCachingRDFSInferencerConnection. begin()voidSchemaCachingRDFSInferencerConnection. begin(IsolationLevel level)private voidCustomGraphQueryInferencer.Connection. buildDeltaSets(java.util.Collection<Statement> forRemoval, java.util.Collection<Statement> forAddition)voidDedupingInferencerConnection. clearInferred(Resource... contexts)voidSchemaCachingRDFSInferencerConnection. clearInferred(Resource... contexts)voidDedupingInferencerConnection. commit()voidSchemaCachingRDFSInferencerConnection. commit()protected voidAbstractForwardChainingInferencerConnection. doInferencing()protected voidForwardChainingRDFSInferencerConnection. doInferencing()Deprecated.(package private) voidSchemaCachingRDFSInferencerConnection. doInferencing()private voidCustomGraphQueryInferencer.Connection. evaluateIntoStatements(ParsedGraphQuery query, java.util.Collection<Statement> statements)private voidDirectTypeHierarchyInferencer.DirectTypeHierarchyInferencerConnection. evaluateIntoStatements(ParsedGraphQuery query, java.util.Collection<Statement> statements)voidAbstractForwardChainingInferencerConnection. flushUpdates()voidCustomGraphQueryInferencer.Connection. flushUpdates()voidDirectTypeHierarchyInferencer.DirectTypeHierarchyInferencerConnection. flushUpdates()voidSchemaCachingRDFSInferencerConnection. flushUpdates()InferencerConnectionCustomGraphQueryInferencer. getConnection()InferencerConnectionDedupingInferencer. getConnection()InferencerConnectionDirectTypeHierarchyInferencer. getConnection()ForwardChainingRDFSInferencerConnectionForwardChainingRDFSInferencer. getConnection()Deprecated.SchemaCachingRDFSInferencerConnectionSchemaCachingRDFSInferencer. getConnection()voidCustomGraphQueryInferencer. init()voidDirectTypeHierarchyInferencer. init()voidForwardChainingRDFSInferencer. init()Deprecated.Adds axiom statements to the underlying Sail.voidSchemaCachingRDFSInferencer. init()booleanDedupingInferencerConnection. removeInferredStatement(Resource subj, IRI pred, Value obj, Resource... contexts)voidAbstractForwardChainingInferencerConnection. rollback()voidCustomGraphQueryInferencer.Connection. rollback()voidDedupingInferencerConnection. rollback()voidDirectTypeHierarchyInferencer.DirectTypeHierarchyInferencerConnection. rollback()voidSchemaCachingRDFSInferencerConnection. rollback()voidCustomGraphQueryInferencer. setFields(QueryLanguage language, java.lang.String queryText, java.lang.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 SailException Constructor Description CustomGraphQueryInferencer(QueryLanguage language, java.lang.String queryText, java.lang.String matcherText)Create a new custom inferencer.CustomGraphQueryInferencer(NotifyingSail baseSail, QueryLanguage language, java.lang.String queryText, java.lang.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 SailException Modifier and Type Method Description private voidLuceneSailConnection. addRemoveStatements(LuceneSailBuffer.AddRemoveOperation op)voidLuceneSailConnection. addStatement(Resource subj, IRI pred, Value obj, Resource... contexts)voidLuceneSailConnection. begin()voidLuceneSailConnection. clear(Resource... contexts)voidLuceneSailConnection. close()voidLuceneSailConnection. commit()private voidLuceneSailConnection. completeAddRemoveOperationWithType(LuceneSailBuffer.AddRemoveOperation op)java.util.Collection<BindingSet>AbstractSearchIndex. evaluate(SearchQueryEvaluator evaluator)CloseableIteration<? extends BindingSet,QueryEvaluationException>LuceneSailConnection. evaluate(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred)java.util.Collection<BindingSet>SearchIndex. evaluate(SearchQueryEvaluator query)private CloseableIteration<? extends BindingSet,QueryEvaluationException>LuceneSailConnection. evaluateInternal(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred)private voidLuceneSailConnection. evaluateLuceneQueries(java.util.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 voidQuerySpecBuilder. failOrWarn(java.lang.Exception exception)private voidQuerySpecBuilder. failOrWarn(java.lang.String message)private BindingSetCollectionAbstractSearchIndex. generateBindingSets(DistanceQuerySpec query, java.lang.Iterable<? extends DocumentDistance> hits)private BindingSetCollectionAbstractSearchIndex. generateBindingSets(GeoRelationQuerySpec query, java.lang.Iterable<? extends DocumentResult> hits)private BindingSetCollectionAbstractSearchIndex. generateBindingSets(QuerySpec query, java.lang.Iterable<? extends DocumentScore> hits)This method generates bindings from the given result of a Lucene query.NotifyingSailConnectionLuceneSail. getConnection()voidLuceneSail. init()voidDistanceQuerySpecBuilder. process(TupleExpr tupleExpr, BindingSet bindings, java.util.Collection<SearchQueryEvaluator> results)voidGeoRelationQuerySpecBuilder. process(TupleExpr tupleExpr, BindingSet bindings, java.util.Collection<SearchQueryEvaluator> results)java.util.Set<QuerySpec>QuerySpecBuilder. process(TupleExpr tupleExpr, BindingSet bindings)Deprecated.voidQuerySpecBuilder. process(TupleExpr tupleExpr, BindingSet bindings, java.util.Collection<SearchQueryEvaluator> result)Appends a set of QuerySpecs embodying all necessary information to perform the Lucene query embedded in a TupleExpr.voidSearchQueryInterpreter. process(TupleExpr tupleExpr, BindingSet bindings, java.util.Collection<SearchQueryEvaluator> specs)Processes a TupleExpr into a set of SearchQueryEvaluators.voidLuceneSail. reindex()Starts a reindexation process of the whole sail.voidLuceneSailConnection. removeStatements(Resource subj, IRI pred, Value obj, Resource... contexts)voidLuceneSailConnection. rollback()voidLuceneSail. shutDown() -
Uses of SailException in org.eclipse.rdf4j.sail.memory
Fields in org.eclipse.rdf4j.sail.memory with type parameters of type SailException Modifier and Type Field Description static EmptyIteration<MemStatement,SailException>MemorySailStore. EMPTY_ITERATIONstatic EmptyIteration<MemTriple,SailException>MemorySailStore. EMPTY_TRIPLE_ITERATIONMethods in org.eclipse.rdf4j.sail.memory that return SailException Modifier and Type Method Description private SailExceptionMemorySailStore. convertToSailException(java.lang.InterruptedException e)Methods in org.eclipse.rdf4j.sail.memory that return types with arguments of type SailException Modifier and Type Method Description private CloseableIteration<MemStatement,SailException>MemorySailStore. createStatementIterator(Resource subj, IRI pred, Value obj, java.lang.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, java.lang.Boolean explicit, int snapshot, MemResource[] memContexts, MemStatementList statementList)CloseableIteration<? extends Namespace,SailException>MemorySailStore.MemorySailDataset. getNamespaces()CloseableIteration<MemStatement,SailException>MemorySailStore.MemorySailDataset. getStatements(Resource subj, IRI pred, Value obj, Resource... contexts)CloseableIteration<MemTriple,SailException>MemorySailStore.MemorySailDataset. getTriples(Resource subj, IRI pred, Value obj)Method parameters in org.eclipse.rdf4j.sail.memory with type arguments of type SailException Modifier and Type Method Description voidFileIO. writeStatement(CloseableIteration<? extends Statement,SailException> stIter, int tripleMarker, int quadMarker, java.io.DataOutputStream dataOut)Methods in org.eclipse.rdf4j.sail.memory that throw SailException Modifier and Type Method Description private voidMemorySailStore.MemorySailSink. acquireExclusiveTransactionLock()booleanMemoryStoreConnection. addInferredStatement(Resource subj, IRI pred, Value obj, Resource... contexts)private MemStatementMemorySailStore.MemorySailSink. addStatement(Resource subj, IRI pred, Value obj, Resource context, boolean explicit)protected voidMemoryStoreConnection. addStatementInternal(Resource subj, IRI pred, Value obj, Resource... contexts)voidMemoryStoreConnection. clearInferred(Resource... contexts)protected voidMemoryStoreConnection. clearInternal(Resource... contexts)protected voidMemoryStoreConnection. commitInternal()MemorySailStore.MemorySailDatasetMemorySailStore.MemorySailSource. dataset(IsolationLevel level)voidMemorySailStore.MemorySailSink. deprecate(Statement statement)voidMemorySailStore.MemorySailSink. flush()protected NotifyingSailConnectionMemoryStore. getConnectionInternal()CloseableIteration<? extends Resource,SailException>MemorySailStore.MemorySailDataset. getContextIDs()java.lang.StringMemorySailStore.MemorySailDataset. getNamespace(java.lang.String prefix)CloseableIteration<MemStatement,SailException>MemorySailStore.MemorySailDataset. getStatements(Resource subj, IRI pred, Value obj, Resource... contexts)CloseableIteration<MemTriple,SailException>MemorySailStore.MemorySailDataset. getTriples(Resource subj, IRI pred, Value obj)protected voidMemoryStore. initializeInternal()Initializes this repository.private booleanMemorySailStore.MemorySailDataset. isContextResource(MemResource memResource, int snapshot)voidMemorySailStore.MemorySailSink. observe(Resource subj, IRI pred, Value obj, Resource... contexts)voidMemorySailStore.MemorySailSink. prepare()voidFileIO. read(java.io.File dataFile, SailSink explicit, SailSink inferred)private voidFileIO. readNamespace(java.io.DataInputStream dataIn, SailSink store)private voidFileIO. readStatement(boolean hasContext, boolean isExplicit, java.io.DataInputStream dataIn, SailSink explicit, SailSink inferred)booleanMemoryStoreConnection. removeInferredStatement(Resource subj, IRI pred, Value obj, Resource... contexts)protected voidMemoryStoreConnection. removeStatementsInternal(Resource subj, IRI pred, Value obj, Resource... contexts)protected voidMemoryStoreConnection. rollbackInternal()protected voidMemoryStore. scheduleSyncTask()protected voidMemoryStore. shutDownInternal()SailSinkMemorySailStore.MemorySailSource. sink(IsolationLevel level)protected voidMemoryStoreConnection. startTransactionInternal()voidMemoryStore. sync()Synchronizes the contents of this repository with the data that is stored on disk.private voidFileIO. write(SailDataset explicit, SailDataset inferred, java.io.File dataFile)voidFileIO. write(SailDataset explicit, SailDataset inferred, java.io.File syncFile, java.io.File dataFile)private voidFileIO. writeNamespaces(SailDataset store, java.io.DataOutputStream dataOut)voidFileIO. writeStatement(CloseableIteration<? extends Statement,SailException> stIter, int tripleMarker, int quadMarker, java.io.DataOutputStream dataOut)private voidFileIO. writeStatements(SailDataset explicit, SailDataset inferred, java.io.DataOutputStream dataOut)Constructors in org.eclipse.rdf4j.sail.memory that throw SailException Constructor Description MemorySailDataset(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 SailException Modifier and Type Method Description static CloseableIteration<MemStatement,SailException>MemStatementIterator. cacheAwareInstance(MemStatementList smallestList, MemResource subj, MemIRI pred, MemValue obj, java.lang.Boolean explicit, int snapshot, MemResource[] memContexts, MemStatementIteratorCache iteratorCache)Methods in org.eclipse.rdf4j.sail.memory.model that throw SailException Modifier and Type Method Description voidMemStatementIteratorCache.CachedIteration. close()booleanMemStatementIteratorCache.CachedIteration. hasNext()MemStatementMemStatementIteratorCache.CachedIteration. next()voidMemStatementIteratorCache.CachedIteration. remove() -
Uses of SailException in org.eclipse.rdf4j.sail.shacl
Subclasses of SailException in org.eclipse.rdf4j.sail.shacl Modifier and Type Class Description classShaclSailValidationExceptionMethods in org.eclipse.rdf4j.sail.shacl that return SailException Modifier and Type Method Description (package private) static SailExceptionShaclSail. convertToSailException(java.lang.InterruptedException e)Methods in org.eclipse.rdf4j.sail.shacl that return types with arguments of type SailException Modifier and Type Method Description (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 SailException Modifier and Type Method Description voidShaclSailConnection. addStatement(Resource subj, IRI pred, Value obj, Resource... contexts)voidShaclSailConnection. addStatement(UpdateContext modify, Resource subj, IRI pred, Value obj, Resource... contexts)voidShaclSailConnection. begin()voidShaclSailConnection. begin(IsolationLevel level)voidShaclSailConnection. clear(Resource... contexts)voidShaclSailConnection. close()voidShaclSailConnection. commit()NotifyingSailConnectionShaclSail. getConnection()java.util.List<ContextWithShape>ShaclSail. getShapes(RepositoryConnection shapesRepoConnection, IRI[] shapesGraphs)java.util.List<ContextWithShape>ShaclSail. getShapes(RepositoryConnection shapesRepoConnection, SailConnection sailConnection, IRI[] shapesGraphs)CloseableIteration<? extends Statement,SailException>ShaclSailConnection. getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)booleanShaclSailConnection. hasStatement(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)voidShaclSail. init()voidShaclSailConnection. prepare()voidShaclSailConnection. removeStatement(UpdateContext modify, Resource subj, IRI pred, Value obj, Resource... contexts)voidShaclSailConnection. removeStatements(Resource subj, IRI pred, Value obj, Resource... contexts)voidShaclSailConnection. rollback()voidShaclSail. 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 SailException Modifier and Type Field Description private CloseableIteration<ValidationTuple,SailException>FilterPlanNode. iteratorprivate CloseableIteration<ValidationTuple,SailException>InnerJoin. iteratorprivate CloseablePeakableIteration<? extends ValidationTuple,SailException>Unique.TargetAndValueSortIterator. iteratorprivate CloseableIteration<? extends ValidationTuple,SailException>OnlyNonUnique. parentIterator(package private) CloseableIteration<? extends ValidationTuple,SailException>SingleCloseablePlanNode.SingleCloseableIteration. parentIteratorMethods in org.eclipse.rdf4j.sail.shacl.ast.planNodes that throw SailException Modifier and Type Method Description voidLoggingCloseableIteration. close()voidSingleCloseablePlanNode.SingleCloseableIteration. close()voidUnique.TargetAndValueSortIterator. close()booleanLoggingCloseableIteration. hasNext()booleanSingleCloseablePlanNode.SingleCloseableIteration. hasNext()booleanUnique.TargetAndValueSortIterator. hasNext()ValidationTupleLoggingCloseableIteration. next()ValidationTupleSingleCloseablePlanNode.SingleCloseableIteration. next()ValidationTupleUnique.TargetAndValueSortIterator. next()voidLoggingCloseableIteration. remove()A default method since the iterators in the ShaclSail don't support remove.voidSingleCloseablePlanNode.SingleCloseableIteration. remove()voidUnique.TargetAndValueSortIterator. remove()Constructor parameters in org.eclipse.rdf4j.sail.shacl.ast.planNodes with type arguments of type SailException Constructor Description TargetAndValueSortIterator(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 SailException Modifier and Type Method Description CloseableIteration<? 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 SailException Modifier and Type Field Description private CloseableIteration<? extends ValidationTuple,SailException>ValidationResultIterator. tupleIteratorConstructor parameters in org.eclipse.rdf4j.sail.shacl.results.lazy with type arguments of type SailException Constructor Description ValidationResultIterator(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 SailException Modifier and Type Method Description CloseableIteration<? 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 SailException Modifier and Type Method Description CloseableIteration<? extends Statement,SailException>VerySimpleRdfsBackwardsChainingConnection. getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)booleanVerySimpleRdfsBackwardsChainingConnection. 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 SailException Modifier and Type Method Description private static ValueShapeSourceHelper. getObject(CloseableIteration<? extends Statement,SailException> iteration)
-