org.eclipse.rdf4j.sail.nativerdf.btree.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rdf4j-sail-nativerdf Show documentation
Show all versions of rdf4j-sail-nativerdf Show documentation
Sail implementation that stores data directly to disk in dedicated file formats.
@InternalUseOnly
/**
* B-Tree on disk implementation.
*
* @apiNote This package is for internal use only: its existence, signature or behavior may change without warning from
* one release to the next.
*/
package org.eclipse.rdf4j.sail.nativerdf.btree;
import org.eclipse.rdf4j.common.annotation.InternalUseOnly;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy