| Package | Description | 
|---|---|
| org.eclipse.rdf4j.sail.base | Base functionality for Sail implementations that require multi-versioned concurrency control (MVCC). | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | SailDatasetA state of an  SailSourceat a point in time that will remain consistent untilSailDataset.close()is called. | 
| interface  | SailSinkA mutable source of RDF graphs. | 
| interface  | SailSourceA persistent yet mutable source or container of RDF graphs. | 
| interface  | SailStoreA high level interface used by  SailSourceConnectionto accessSailSource. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BackingSailSourceA Backing  SailSourcethat does not respond toBackingSailSource.close()BackingSailSource.prepare()orBackingSailSource.flush(). | 
| class  | SnapshotSailStoreA  SailStorewrapper that branches the backingSailSources to provide concurrentIsolationLevels.SNAPSHOT_READisolation and higher. | 
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.