Uses of Package
org.eclipse.rdf4j.sail
-
Packages that use org.eclipse.rdf4j.sail Package Description org.eclipse.rdf4j.sail RDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an SPI for RDF databases.org.eclipse.rdf4j.sail.config org.eclipse.rdf4j.sail.helpers Abstract base implementation and internal helper classes for Sail implementations. -
Classes in org.eclipse.rdf4j.sail used by org.eclipse.rdf4j.sail Class Description LockManager NotifyingSailConnection A connection to an RDF Sail object.Sail Sail (Storage And Inference Layer) is an interface for RDF storage.SailChangedEvent Event object that is send toSailChangedListeners to indicate that the contents of the Sail that sent the event have changed.SailChangedListener An interface for objects that want to be notified when the data in specific Sail objects change.SailConnection A connection to an RDF Sail object.SailConnectionListener SailException An exception thrown by some methods in Sail to indicate that a requested operation could not be executed.SailLockedException Indicates that a SAIL cannot be initialised because the configured persisted location is locked.UnknownSailTransactionStateException Indicates that a SAIL's transaction state (active or inactive) cannot be determined.UpdateContext Provided with add and remove operation to give them context within aUpdateExproperation. -
Classes in org.eclipse.rdf4j.sail used by org.eclipse.rdf4j.sail.config Class Description Sail Sail (Storage And Inference Layer) is an interface for RDF storage. -
Classes in org.eclipse.rdf4j.sail used by org.eclipse.rdf4j.sail.helpers Class Description LockManager NotifyingSail An interface forSails that notify registeredSailChangedListeners of changes in the data in the Sail.NotifyingSailConnection A connection to an RDF Sail object.Sail Sail (Storage And Inference Layer) is an interface for RDF storage.SailChangedEvent Event object that is send toSailChangedListeners to indicate that the contents of the Sail that sent the event have changed.SailChangedListener An interface for objects that want to be notified when the data in specific Sail objects change.SailConnection A connection to an RDF Sail object.SailConnectionListener SailException An exception thrown by some methods in Sail to indicate that a requested operation could not be executed.SailLockedException Indicates that a SAIL cannot be initialised because the configured persisted location is locked.StackableSail An interface for Sails that can be stacked on top of other Sails.UnknownSailTransactionStateException Indicates that a SAIL's transaction state (active or inactive) cannot be determined.UpdateContext Provided with add and remove operation to give them context within aUpdateExproperation.