org.openrdf.sail.helpers |
Generic utility classes for RDF Sail implementations.
|
Java Source File Name | Type | Comment |
DefaultSailChangedEvent.java | Class | Default implementation of the SailChangedEvent interface. |
SailBase.java | Class | SailBase is an abstract Sail implementation that takes care of common sail
tasks, including proper closing of active connections and a grace period for
active connections during shutdown of the store. |
SailBaseIteration.java | Class | An iteration extension that keeps a reference to the SailConnectionBase from
which it originates and signals when it is closed. |
SailConnectionBase.java | Class | Abstract Class offering base functionality for SailConnection
implementations. |
SailConnectionWrapper.java | Class | An implementation of the Transaction interface that wraps another Transaction
object and forwards any method calls to the wrapped transaction. |
SailUtil.java | Class | Defines utility methods for working with Sails. |
SailWrapper.java | Class | An implementation of the StackableSail interface that wraps another Sail
object and forwards any relevant calls to the wrapped Sail. |