Package | Description |
---|---|
org.eclipse.rdf4j.sail.base |
Base functionality for Sail implementations that require multi-versioned concurrency control (MVCC).
|
org.eclipse.rdf4j.sail.extensiblestore |
Elasticsearch store for string triples
|
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 ModelFactory instances. |
Modifier and Type | Class and Description |
---|---|
class |
ExtensibleSailStore |
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.