| Package | Description | 
|---|---|
| org.eclipse.rdf4j.sail.base | Base functionality for Sail implementations that require multi-versioned concurrency control (MVCC). | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SnapshotSailStoreA  SailStorewrapper that branches the backingSailSources to provide concurrentIsolationLevels.SNAPSHOT_READisolation and higher. | 
| Constructor and Description | 
|---|
| SailSourceConnection(AbstractSail sail,
                    SailStore store,
                    EvaluationStrategyFactory evalStratFactory)Creates a new  SailConnection, using the givenSailStoreto manage the state. | 
| SailSourceConnection(AbstractSail sail,
                    SailStore store,
                    FederatedServiceResolver resolver)Creates a new  SailConnection, using the givenSailStoreto manage the state. | 
| SnapshotSailStore(SailStore backingStore,
                 ModelFactory modelFactory)Wraps an  SailStore, tracking changes inModelFactoryinstances. | 
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.