| Package | Description |
|---|---|
| org.eclipse.rdf4j.sail.helpers |
Generic utility classes for RDF Sail implementations.
|
| Class and Description |
|---|
| AbstractNotifyingSail
A base
NotifyingSail 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. |
| AbstractSail
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.
|
| AbstractSailConnection
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 © 2015-2016 Eclipse Foundation. All Rights Reserved.