See: Description
| Interface | Description | 
|---|---|
| SailClosable | Common interface to objects that throw  SailExceptionon close. | 
| SailDataset | A state of an  SailSourceat a point in time that will remain consistent untilSailDataset.close()is called. | 
| SailSink | A mutable source of RDF graphs. | 
| SailSource | A persistent yet mutable source or container of RDF graphs. | 
| SailStore | A high level interface used by  SailSourceConnectionto accessSailSource. | 
| Class | Description | 
|---|---|
| BackingSailSource | A Backing  SailSourcethat does not respond toBackingSailSource.close()BackingSailSource.prepare()orBackingSailSource.flush(). | 
| DistinctModelReducingUnionIteration | 
 An Iteration that takes two source. | 
| SailSourceConnection | A  SailConnectionimplementation that is based on anSailStore. | 
| SnapshotSailStore | A  SailStorewrapper that branches the backingSailSources to provide concurrentIsolationLevels.SNAPSHOT_READisolation and higher. | 
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.