See: Description
Interface | Description |
---|---|
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
SailChangedListener s 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.
|
Class | Description |
---|---|
UpdateContext |
Provided with add and remove operation to give them context within a
UpdateExpr operation. |
Exception | Description |
---|---|
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.
|
UnknownSailTransactionStateException |
Indicates that a SAIL's transaction state (active or inactive) cannot be determined.
|
Copyright © 2001-2013 Aduna. All Rights Reserved.