Package | Description |
---|---|
org.eclipse.rdf4j.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(AbstractSail sail,
SailStore store,
EvaluationStrategyFactory evalStratFactory)
Creates a new
SailConnection , using the given SailStore to manage the state. |
SailSourceConnection(AbstractSail 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 © 2015-2019 Eclipse Foundation. All Rights Reserved.