| Package | Description |
|---|---|
| org.openrdf.sail.helpers |
Generic utility classes for RDF Sail implementations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NotifyingSailBase
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.
|
class |
NotifyingSailWrapper
An implementation of the StackableSail interface that wraps another Sail
object and forwards any relevant calls to the wrapped Sail.
|
| Modifier and Type | Method and Description |
|---|---|
NotifyingSail |
NotifyingSailWrapper.getBaseSail() |
| Constructor and Description |
|---|
NotifyingSailWrapper(NotifyingSail baseSail)
Creates a new SailWrapper that wraps the supplied Sail.
|
Copyright © 2001-2014 Aduna. All Rights Reserved.