All Classes and Interfaces
Class
Description
Core interface for a collection of quads
Be aware that it can serve on multiple API contracts by either allowing/exposing or disallowing/hiding a default graph
A diff based StorageRDF similar to the Delta graph
A simple implementation of a QuadTableCore using nested maps
A simple QuadTable implementation for use cases where insert order sensitivity
is more important than performance.
A forwarding QuadTable that hides graphs based on a predicate.
Forwarding QuadTableCore that additionally tracks quads in a collection (typically a LinkedHashSet)
Calling .find() with Node.ANY in all places yields a stream from the collection instead
An basic implementation of StorageRDF that forwards all calls as triples and quads
to TripleTableCore and QuadTableCore instances
Decorator for TripleTableCore whose add/delete methods also sync a set (typically a LinkedHashSet)
Invocation of .find() with only placeholders yields a stream from that set instead