Package | Description |
---|---|
org.openrdf.sail.base |
Modifier and Type | Class and Description |
---|---|
class |
SnapshotSailStore
A
SailStore wrapper that branches the backing SailSource s to
provide concurrent IsolationLevels.SNAPSHOT_READ isolation and
higher. |
Constructor and Description |
---|
SailSourceConnection(SailBase sail,
SailStore store,
FederatedServiceResolver resolver)
Creates a new
SailConnection , using the given SailStore
to manage the state. |
SnapshotSailStore(SailStore backingStore,
ModelFactory modelFactory)
Wraps an
SailStore , tracking changes in SailModelFactory
instances. |
Copyright © 2001–2016 Aduna. All rights reserved.