Package org.openrdf.sail

RDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an API for RDF repositories.

See:
          Description

Interface Summary
LockManager  
NotifyingSail An interface for an RDF Storage And Inference Layer.
NotifyingSailConnection A connection to an RDF Sail object.
Sail An interface for an RDF Storage.
SailChangedEvent Event object that is send to SailChangedListeners 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  
StackableSail An interface for Sails that can be stacked on top of other Sails.
 

Exception Summary
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.
SailReadOnlyException Indicates that the current write operation did not succeed because the SAIL cannot be written to, it can only be read from.
 

Package org.openrdf.sail Description

RDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an API for RDF repositories. The main interface is Sail, which defines methods for initialization, querying and starting transactions. Queries are expressed in the Sail query model, which can be found in sub-package org.openrdf.sesame.sail.query.



Copyright © 2001-2009 Aduna. All Rights Reserved.