Module org.apache.jena.core
Package org.apache.jena.mem.store.roaring.strategies
package org.apache.jena.mem.store.roaring.strategies
-
ClassDescriptionEager store strategy that indexes all triples immediately.A lazy store strategy that defers the initialization of the index until it is needed.A manual store strategy that does not maintain an index.A minimal store strategy that does not maintain any bitmaps or indexes.The store strategy defines how triples are indexed and how matches are found.