Uses of Interface
org.apache.jena.mem2.store.TripleStore
Packages that use TripleStore
Package
Description
-
Uses of TripleStore in org.apache.jena.mem2.store
Methods in org.apache.jena.mem2.store that return TripleStoreModifier and TypeMethodDescriptionTripleStore.copy()Return a new triple store that is a copy of this one. -
Uses of TripleStore in org.apache.jena.mem2.store.fast
Classes in org.apache.jena.mem2.store.fast that implement TripleStoreModifier and TypeClassDescriptionclassA triple store that uses hash tables to map from nodes to triple bunches. -
Uses of TripleStore in org.apache.jena.mem2.store.legacy
Classes in org.apache.jena.mem2.store.legacy that implement TripleStoreModifier and TypeClassDescriptionclassSuccessor ofGraphTripleStoreMemthat uses term-equality instead of literal value equality. -
Uses of TripleStore in org.apache.jena.mem2.store.roaring
Classes in org.apache.jena.mem2.store.roaring that implement TripleStoreModifier and TypeClassDescriptionclassA triple store that is ideal for handling extremely large graphs.