Uses of Class
org.eclipse.rdf4j.sail.helpers.AbstractNotifyingSail
-
Packages that use AbstractNotifyingSail Package Description org.eclipse.rdf4j.sail.memory An implementation of the RDF SAIL API that uses main memory for storage. -
-
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.
-