Package org.eclipse.rdf4j.sail
package org.eclipse.rdf4j.sail
RDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an SPI for RDF databases.
The main interface is
Sail
, which defines methods for initialization, querying and
starting transactions.-
ClassDescriptionAn interface for
Sail
s that notify registeredSailChangedListener
s of changes in the data in the Sail.A connection to an RDF Sail object.Sail (Storage And Inference Layer) is an interface for RDF storage.Event object that is send toSailChangedListener
s to indicate that the contents of the Sail that sent the event have changed.An interface for objects that want to be notified when the data in specific Sail objects change.An exception thrown by some methods in Sail to indicate that a requested isolation level could not be fulfilled.A connection to an RDF Sail object.An exception thrown by some methods in Sail to indicate that a requested operation could not be executed.Indicates that a SAIL cannot be initialised because the configured persisted location is locked.Indicates that the current write operation did not succeed because the SAIL cannot be written to, it can only be read from.An interface for Sails that can be stacked on top of other Sails.Indicates that a SAIL's transaction state (active or inactive) cannot be determined.Provided with add and remove operation to give them context within aUpdateExpr
operation.