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 | Interface and Description |
---|---|
interface |
SailDataset
A state of an
SailSource at a point in time that will remain consistent until SailDataset.close() is called. |
interface |
SailSink
A mutable source of RDF graphs.
|
interface |
SailSource
A persistent yet mutable source or container of RDF graphs.
|
interface |
SailStore
A high level interface used by
SailSourceConnection to access SailSource . |
Modifier and Type | Class and Description |
---|---|
class |
BackingSailSource
A Backing
SailSource that does not respond to BackingSailSource.close() BackingSailSource.prepare() or BackingSailSource.flush() . |
class |
SnapshotSailStore
A
SailStore wrapper that branches the backing SailSource s to provide concurrent
IsolationLevels.SNAPSHOT_READ isolation and higher. |
Modifier and Type | Class and Description |
---|---|
class |
ExtensibleSailStore |
Copyright © 2015-2022 Eclipse Foundation. All Rights Reserved.