| Package | Description | 
|---|---|
| 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.inferencer | |
| org.eclipse.rdf4j.sail.inferencer.fc | Forward-chaining inferencers, implemented as  StackableSails. | 
| org.eclipse.rdf4j.sail.inferencer.util | |
| 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. | 
| org.eclipse.rdf4j.sail.spin | 
 See discussion at https://github.com/eclipse/rdf4j/issues/1262 | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SailSourceConnectionA  SailConnectionimplementation that is based on anSailStore. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ElasticsearchStoreConnection | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ExtensibleStoreConnection<E extends ExtensibleStore> | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | InferencerConnectionWrapperAn extension of ConnectionWrapper that implements the  InferencerConnectioninterface. | 
| Modifier and Type | Method and Description | 
|---|---|
| InferencerConnection | InferencerConnectionWrapper. getWrappedConnection()Gets the connection that is wrapped by this object. | 
| Constructor and Description | 
|---|
| InferencerConnectionWrapper(InferencerConnection con)Creates a new InferencerConnectionWrapper object that wraps the supplied transaction. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractForwardChainingInferencerConnection | 
| class  | DedupingInferencerConnection | 
| class  | SchemaCachingRDFSInferencerConnection | 
| Modifier and Type | Method and Description | 
|---|---|
| InferencerConnection | DirectTypeHierarchyInferencer. getConnection() | 
| InferencerConnection | CustomGraphQueryInferencer. getConnection() | 
| InferencerConnection | DedupingInferencer. getConnection() | 
| Constructor and Description | 
|---|
| AbstractForwardChainingInferencerConnection(Sail sail,
                                           InferencerConnection con) | 
| DedupingInferencerConnection(InferencerConnection con,
                            ValueFactory vf) | 
| Constructor and Description | 
|---|
| RDFInferencerInserter(InferencerConnection con,
                     ValueFactory vf)Creates a new RDFInserter object that preserves bnode IDs and that does not enforce any context upon statements
 that are reported to it. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | MemoryStoreConnectionImplementation of a Sail Connection for memory stores. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | LimitedSizeNativeStoreConnection | 
| class  | NativeStoreConnection | 
| Modifier and Type | Method and Description | 
|---|---|
| static int | SpinInferencing. executeRule(Resource subj,
           Resource rule,
           QueryPreparer queryPreparer,
           SpinParser parser,
           InferencerConnection conn) | 
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.