Package | Description |
---|---|
org.eclipse.rdf4j.federated | |
org.eclipse.rdf4j.sail.base |
Base functionality for Sail implementations that require multi-versioned concurrency control (MVCC).
|
org.eclipse.rdf4j.sail.elasticsearchstore |
Elasticsearch store for string triples
|
org.eclipse.rdf4j.sail.extensiblestore |
Elasticsearch store for string triples
|
org.eclipse.rdf4j.sail.helpers |
Abstract base implementation and internal helper classes for Sail implementations.
|
org.eclipse.rdf4j.sail.memory |
An implementation of the RDF SAIL API that uses main memory for storage.
|
org.eclipse.rdf4j.sail.nativerdf |
The Native Store.
|
Modifier and Type | Class and Description |
---|---|
class |
FedX
FedX serves as implementation of the federation layer.
|
protected static class |
FedXConnection.SailBaseDefaultImpl
A default implementation for
AbstractSail . |
Constructor and Description |
---|
SailSourceConnection(AbstractSail sail,
SailStore store,
EvaluationStrategyFactory evalStratFactory)
Creates a new
SailConnection , using the given SailStore to manage the state. |
SailSourceConnection(AbstractSail sail,
SailStore store,
FederatedServiceResolver resolver)
Creates a new
SailConnection , using the given SailStore to manage the state. |
Modifier and Type | Class and Description |
---|---|
class |
ElasticsearchStore
An RDF4J SailStore persisted to Elasticsearch.
|
Modifier and Type | Class and Description |
---|---|
class |
ExtensibleStore<T extends DataStructureInterface,N extends NamespaceStoreInterface>
A store where the backing storage can be implemented by the user.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractNotifyingSail
A base
NotifyingSail 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. |
class |
NotifyingSailBase
Deprecated.
since 4.0. Use
AbstractNotifyingSail instead. |
class |
SailBase
Deprecated.
since 4.0. Use
AbstractSail instead. |
Constructor and Description |
---|
AbstractSailConnection(AbstractSail sailBase) |
NotifyingSailConnectionBase(AbstractSail sailBase) |
SailConnectionBase(AbstractSail sailBase)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
MemoryStore
An implementation of the Sail interface that stores its data in main memory and that can use a file for persistent
storage.
|
Modifier and Type | Class and Description |
---|---|
class |
LimitedSizeNativeStore |
class |
NativeStore
A SAIL implementation using B-Tree indexing on disk for storing and querying its data.
|
Copyright © 2015-2022 Eclipse Foundation. All Rights Reserved.