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