Uses of Class
org.eclipse.rdf4j.sail.helpers.AbstractNotifyingSail
-
Packages that use AbstractNotifyingSail Package Description org.eclipse.rdf4j.sail.elasticsearchstore Elasticsearch store for string triplesorg.eclipse.rdf4j.sail.extensiblestore Elasticsearch store for string triplesorg.eclipse.rdf4j.sail.lmdb The LMDB based Store.org.eclipse.rdf4j.sail.memory An implementation of the RDF SAIL API that uses main memory for storage.org.eclipse.rdf4j.sail.nativerdf The Native Store. -
-
Uses of AbstractNotifyingSail in org.eclipse.rdf4j.sail.elasticsearchstore
Subclasses of AbstractNotifyingSail in org.eclipse.rdf4j.sail.elasticsearchstore Modifier and Type Class Description class
ElasticsearchStore
An RDF4J SailStore persisted to Elasticsearch. -
Uses of AbstractNotifyingSail in org.eclipse.rdf4j.sail.extensiblestore
Subclasses of AbstractNotifyingSail in org.eclipse.rdf4j.sail.extensiblestore Modifier and Type Class Description class
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.lmdb Modifier and Type Class Description class
LmdbStore
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.memory Modifier and Type Class Description class
MemoryStore
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.nativerdf Modifier and Type Class Description class
LimitedSizeNativeStore
Deprecated, for removal: This API element is subject to removal in a future version.since 4.2.4.class
NativeStore
A SAIL implementation using B-Tree indexing on disk for storing and querying its data.
-