| Package | Description |
|---|---|
| org.openrdf.sail.helpers |
Generic utility classes for RDF Sail implementations.
|
| Class and Description |
|---|
| SailBase
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.
|
| SailConnectionBase
Abstract Class offering base functionality for SailConnection
implementations.
|
| SailConnectionWrapper
An implementation of the SailConnection interface that wraps another
SailConnection object and forwards any method calls to the wrapped
connection.
|
| SailWrapper
An implementation of the StackableSail interface that wraps another Sail
object and forwards any relevant calls to the wrapped Sail.
|
Copyright © 2001-2014 Aduna. All Rights Reserved.