Uses of Class
org.openrdf.sail.helpers.NotifyingSailBase

Packages that use NotifyingSailBase
org.openrdf.sail.memory An implementation of the RDF SAIL API that uses main memory for storage. 
org.openrdf.sail.nativerdf Native RDF storage backend. 
 

Uses of NotifyingSailBase in org.openrdf.sail.memory
 

Subclasses of NotifyingSailBase in org.openrdf.sail.memory
 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 NotifyingSailBase in org.openrdf.sail.nativerdf
 

Subclasses of NotifyingSailBase in org.openrdf.sail.nativerdf
 class NativeStore
          A SAIL implementation using B-Tree indexing on disk for storing and querying its data.
 



Copyright © 2001-2012 Aduna. All Rights Reserved.