Uses of Class
org.eclipse.rdf4j.sail.helpers.AbstractNotifyingSail
Packages that use 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
Subclasses of AbstractNotifyingSail in org.eclipse.rdf4j.sail.elasticsearchstoreModifier and TypeClassDescriptionclass
An RDF4J SailStore persisted to Elasticsearch. -
Uses of AbstractNotifyingSail in org.eclipse.rdf4j.sail.extensiblestore
Subclasses of AbstractNotifyingSail in org.eclipse.rdf4j.sail.extensiblestoreModifier 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
Subclasses of AbstractNotifyingSail in org.eclipse.rdf4j.sail.lmdbModifier and TypeClassDescriptionclass
A SAIL implementation using LMDB for storing and querying its data. -
Uses of AbstractNotifyingSail in org.eclipse.rdf4j.sail.memory
Subclasses of AbstractNotifyingSail in org.eclipse.rdf4j.sail.memoryModifier 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
Subclasses of AbstractNotifyingSail in org.eclipse.rdf4j.sail.nativerdfModifier and TypeClassDescriptionclass
A SAIL implementation using B-Tree indexing on disk for storing and querying its data.