Class StorageSimpleMem
- java.lang.Object
-
- org.apache.jena.dboe.storage.simple.StorageTuples
-
- org.apache.jena.dboe.storage.simple.StorageSimpleMem
-
- All Implemented Interfaces:
StorageRDF
public class StorageSimpleMem extends StorageTuples
Very simpleStorageRDFbased on a set/scan implementation of tuple storage.
-
-
Constructor Summary
Constructors Constructor Description StorageSimpleMem()
-
Method Summary
-
Methods inherited from class org.apache.jena.dboe.storage.simple.StorageTuples
add, add, contains, contains, delete, delete, find, find, removeAll, removeAll, stream, stream
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.jena.dboe.storage.StorageRDF
add, add, contains, contains, delete, delete, find, find, findUnionGraph, stream, stream, streamUnionGraph
-
-