| 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  | FedXFedX serves as implementation of the federation layer. | 
| protected static class  | FedXConnection.SailBaseDefaultImplA default implementation for  AbstractSail. | 
| Constructor and Description | 
|---|
| SailSourceConnection(AbstractSail sail,
                    SailStore store,
                    EvaluationStrategyFactory evalStratFactory)Creates a new  SailConnection, using the givenSailStoreto manage the state. | 
| SailSourceConnection(AbstractSail sail,
                    SailStore store,
                    FederatedServiceResolver resolver)Creates a new  SailConnection, using the givenSailStoreto 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  | AbstractNotifyingSailA base  NotifyingSailimplementation 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  | NotifyingSailBaseDeprecated. 
 since 4.0. Use  AbstractNotifyingSailinstead. | 
| class  | SailBaseDeprecated. 
 since 4.0. Use  AbstractSailinstead. | 
| Constructor and Description | 
|---|
| AbstractSailConnection(AbstractSail sailBase) | 
| NotifyingSailConnectionBase(AbstractSail sailBase) | 
| SailConnectionBase(AbstractSail sailBase)Deprecated.  | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | MemoryStoreAn 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  | NativeStoreA SAIL implementation using B-Tree indexing on disk for storing and querying its data. | 
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.