Uses of Class
org.eclipse.rdf4j.sail.helpers.AbstractSail
Package
Description
Base functionality for Sail implementations that require multi-versioned concurrency control (MVCC).
Elasticsearch store for string triples
Elasticsearch store for string triples
Abstract base implementation and internal helper classes for Sail implementations.
The LMDB based Store.
An implementation of the RDF SAIL API that uses main memory for storage.
The Native Store.
-
Uses of AbstractSail in org.eclipse.rdf4j.federated
Modifier and TypeClassDescriptionclass
FedX serves as implementation of the federation layer.protected static class
A default implementation forAbstractSail
. -
Uses of AbstractSail in org.eclipse.rdf4j.sail.base
ModifierConstructorDescriptionprotected
SailSourceConnection
(AbstractSail sail, SailStore store, EvaluationStrategyFactory evalStratFactory) Creates a newSailConnection
, using the givenSailStore
to manage the state.protected
SailSourceConnection
(AbstractSail sail, SailStore store, FederatedServiceResolver resolver) Creates a newSailConnection
, using the givenSailStore
to manage the state. -
Uses of AbstractSail in org.eclipse.rdf4j.sail.elasticsearchstore
Modifier and TypeClassDescriptionclass
An RDF4J SailStore persisted to Elasticsearch. -
Uses of AbstractSail in org.eclipse.rdf4j.sail.extensiblestore
Modifier and TypeClassDescriptionclass
ExtensibleStore<T extends DataStructureInterface,
N extends NamespaceStoreInterface> A store where the backing storage can be implemented by the user. -
Uses of AbstractSail in org.eclipse.rdf4j.sail.helpers
Modifier and TypeClassDescriptionclass
A baseNotifyingSail
implementation that takes care of common sail tasks, including proper closing of active connections and a grace period for active connections during shutdown of the store.ModifierConstructorDescriptionAbstractNotifyingSailConnection
(AbstractSail sailBase) AbstractSailConnection
(AbstractSail sailBase) NotifyingSailConnectionBase
(AbstractSail sailBase) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of AbstractSail in org.eclipse.rdf4j.sail.lmdb
Modifier and TypeClassDescriptionclass
A SAIL implementation using LMDB for storing and querying its data. -
Uses of AbstractSail in org.eclipse.rdf4j.sail.memory
Modifier and TypeClassDescriptionclass
An implementation of the Sail interface that stores its data in main memory and that can use a file for persistent storage. -
Uses of AbstractSail in org.eclipse.rdf4j.sail.nativerdf
Modifier and TypeClassDescriptionclass
class
A SAIL implementation using B-Tree indexing on disk for storing and querying its data.