| Modifier and Type | Class and Description | 
|---|---|
| class  | FedXFedX serves as implementation of the federation layer. | 
| protected static class  | FedXConnection.SailBaseDefaultImplA default implementation for  AbstractSail. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | LuceneSpinSailDeprecated. 
 since 3.0. The experimental LuceneSpinSail is scheduled to be removed by the next major release. | 
| Modifier and Type | Method and Description | 
|---|---|
| Sail | LuceneSpinSailFactory. getSail(SailImplConfig config) | 
| Modifier and Type | Method and Description | 
|---|---|
| Sail | SailRepository. getSail()Gets the Sail object that is on top of the Sail stack that this repository operates on. | 
| Constructor and Description | 
|---|
| SailRepository(Sail sail)Creates a new repository object that operates on the supplied Sail. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | NotifyingSailAn interface for  Sails that notify registeredSailChangedListeners of changes in the data in the
 Sail. | 
| interface  | StackableSailAn interface for Sails that can be stacked on top of other Sails. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Sail | RDFStoreTest. sail | 
| protected Sail | SailIsolationLevelTest. store | 
| Modifier and Type | Method and Description | 
|---|---|
| protected abstract Sail | RDFStoreTest. createSail()Gets an instance of the Sail that should be tested. | 
| protected abstract Sail | InferencingTest. createSail()Gets an instance of the Sail that should be tested. | 
| protected abstract Sail | SailConcurrencyTest. createSail() | 
| protected abstract Sail | SailIsolationLevelTest. createSail() | 
| protected abstract Sail | SailInterruptTest. createSail() | 
| Sail | StackableSail. getBaseSail()Gets the base Sail that this Sail works on top of. | 
| Sail | SailChangedEvent. getSail()The Sail object that sent this event. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | StackableSail. setBaseSail(Sail baseSail)Sets the base Sail that this Sail will work on top of. | 
| Modifier and Type | Method and Description | 
|---|---|
| Sail | SailFactory. getSail(SailImplConfig config)Returns a Sail instance that has been initialized using the supplied configuration data. | 
| Modifier and Type | Method and Description | 
|---|---|
| Sail | ElasticsearchSailFactory. getSail(SailImplConfig config) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ElasticsearchStore
 An RDF4J SailStore persisted to Elasticsearch. | 
| Modifier and Type | Method and Description | 
|---|---|
| Sail | ElasticsearchStoreFactory. getSail(SailImplConfig sailImplConfig) | 
| 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  | FederationDeprecated. 
 since 3.1.0. This module will be replaced by the new FedX federation module. | 
| Modifier and Type | Method and Description | 
|---|---|
| Sail | FederationFactory. getSail(SailImplConfig config)Deprecated.  | 
| 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  | AbstractSailAn abstract Sail 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  | NotifyingSailBaseDeprecated. 
 since 4.0. Use  AbstractNotifyingSailinstead. | 
| class  | NotifyingSailWrapperAn implementation of the StackableSail interface that wraps another Sail object and forwards any relevant calls to
 the wrapped Sail. | 
| class  | SailBaseDeprecated. 
 since 4.0. Use  AbstractSailinstead. | 
| class  | SailWrapperAn implementation of the StackableSail interface that wraps another Sail object and forwards any relevant calls to
 the wrapped Sail. | 
| Modifier and Type | Method and Description | 
|---|---|
| static <C extends Sail> | SailUtil. findSailInStack(Sail topSail,
               Class<C> sailClass)Searches a stack of Sails from top to bottom for a Sail that is an instance of the suppied class or interface. | 
| Modifier and Type | Method and Description | 
|---|---|
| Sail | SailWrapper. getBaseSail() | 
| Sail | DefaultSailChangedEvent. getSail() | 
| Modifier and Type | Method and Description | 
|---|---|
| static <C extends Sail> | SailUtil. findSailInStack(Sail topSail,
               Class<C> sailClass)Searches a stack of Sails from top to bottom for a Sail that is an instance of the suppied class or interface. | 
| void | NotifyingSailWrapper. setBaseSail(Sail baseSail) | 
| void | SailWrapper. setBaseSail(Sail baseSail) | 
| Constructor and Description | 
|---|
| DefaultSailChangedEvent(Sail sail)Creates a new DefaultSailChangedEvent in which all possible changes are set to false. | 
| SailWrapper(Sail baseSail)Creates a new SailWrapper that wraps the supplied Sail. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractForwardChainingInferencer | 
| class  | CustomGraphQueryInferencerA forward-chaining inferencer that infers new statements using a SPARQL or SeRQL graph query. | 
| class  | DedupingInferencerAn inferencer may infer the same statement from two different statements. | 
| class  | DirectTypeHierarchyInferencerA forward-chaining inferencer that infers the direct-type hierarchy relations  sesame:directSubClassOf,sesame:directSubPropertyOfandsesame:directType. | 
| class  | ForwardChainingRDFSInferencerDeprecated. 
 since 2.5. This inferencer implementation will be phased out. Consider switching to the
              SchemaCachingRDFSInferencerinstead. | 
| class  | SchemaCachingRDFSInferencer
 The SchemaCachingRDFSInferencer is an RDFS reasoner that caches all schema (TBox) statements and calculates an
 inference map to quickly determine inferred statements. | 
| Constructor and Description | 
|---|
| AbstractForwardChainingInferencerConnection(Sail sail,
                                           InferencerConnection con) | 
| Modifier and Type | Method and Description | 
|---|---|
| Sail | ForwardChainingRDFSInferencerFactory. getSail(SailImplConfig config)Deprecated.  | 
| Sail | DirectTypeHierarchyInferencerFactory. getSail(SailImplConfig config) | 
| Sail | DedupingInferencerFactory. getSail(SailImplConfig config) | 
| Sail | SchemaCachingRDFSInferencerFactory. getSail(SailImplConfig config) | 
| Sail | CustomGraphQueryInferencerFactory. getSail(SailImplConfig config) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | LuceneSailA LuceneSail wraps an arbitrary existing Sail and extends it with support for full-text search on all Literals. | 
| Modifier and Type | Method and Description | 
|---|---|
| Sail | LuceneSailFactory. getSail(SailImplConfig config) | 
| 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 | Method and Description | 
|---|---|
| Sail | MemoryStoreFactory. getSail(SailImplConfig config) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | LimitedSizeNativeStore | 
| class  | NativeStoreA SAIL implementation using B-Tree indexing on disk for storing and querying its data. | 
| Modifier and Type | Method and Description | 
|---|---|
| Sail | NativeStoreFactory. getSail(SailImplConfig config) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ShaclSailA  Sailimplementation that adds support for the Shapes Constraint Language (SHACL). | 
| Modifier and Type | Method and Description | 
|---|---|
| Sail | ShaclSailFactory. getSail(SailImplConfig config) | 
| Modifier and Type | Method and Description | 
|---|---|
| Sail | SolrSailFactory. getSail(SailImplConfig config) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SpinSailDeprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SpinSail. setBaseSail(Sail baseSail)Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| Sail | SpinSailFactory. getSail(SailImplConfig config) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected abstract Sail | AbstractSHACLTest. newSail()Creates a new un-initialized Sail stack | 
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.