Uses of Class
org.eclipse.rdf4j.sail.helpers.AbstractNotifyingSail
Package
Description
Elasticsearch store for string triples
Elasticsearch store for string triples
The LMDB based Store.
An implementation of the RDF SAIL API that uses main memory for storage.
The Native Store.
-
Uses of AbstractNotifyingSail in org.eclipse.rdf4j.sail.elasticsearchstore
Modifier and TypeClassDescriptionclass
An RDF4J SailStore persisted to Elasticsearch. -
Uses of AbstractNotifyingSail in org.eclipse.rdf4j.sail.extensiblestore
Modifier and TypeClassDescriptionclass
ExtensibleStore<T extends DataStructureInterface,
N extends NamespaceStoreInterface> A store where the backing storage can be implemented by the user. -
Uses of AbstractNotifyingSail in org.eclipse.rdf4j.sail.lmdb
Modifier and TypeClassDescriptionclass
A SAIL implementation using LMDB for storing and querying its data. -
Uses of AbstractNotifyingSail in org.eclipse.rdf4j.sail.memory
Modifier and TypeClassDescriptionclass
An implementation of the Sail interface that stores its data in main memory and that can use a file for persistent storage. -
Uses of AbstractNotifyingSail in org.eclipse.rdf4j.sail.nativerdf
Modifier and TypeClassDescriptionclass
class
A SAIL implementation using B-Tree indexing on disk for storing and querying its data.