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 |
BackingSailSource
A Backing
SailSource that does not respond to BackingSailSource.close() BackingSailSource.prepare() or BackingSailSource.flush() . |
Modifier and Type | Method and Description |
---|---|
SailSource |
BackingSailSource.fork() |
SailSource |
SailSource.fork()
Creates a new branch of this source.
|
SailSource |
SnapshotSailStore.getExplicitSailSource() |
SailSource |
SailStore.getExplicitSailSource() |
SailSource |
SnapshotSailStore.getInferredSailSource() |
SailSource |
SailStore.getInferredSailSource() |
Modifier and Type | Method and Description |
---|---|
SailSource |
ExtensibleSailStore.getExplicitSailSource() |
SailSource |
ExtensibleSailStore.getInferredSailSource() |
Copyright © 2015-2022 Eclipse Foundation. All Rights Reserved.