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 . |
Modifier and Type | Class and Description |
---|---|
class |
LuceneSpinSail
Deprecated.
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 |
NotifyingSail
An interface for
Sail s that notify registered SailChangedListener s of changes in the data in the
Sail. |
interface |
StackableSail
An 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 |
SailConcurrencyTest.createSail() |
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 |
SailInterruptTest.createSail() |
protected abstract Sail |
SailIsolationLevelTest.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 |
Federation
Deprecated.
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 |
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 |
AbstractSail
An 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 |
NotifyingSailBase
Deprecated.
since 4.0. Use
AbstractNotifyingSail instead. |
class |
NotifyingSailWrapper
An implementation of the StackableSail interface that wraps another Sail object and forwards any relevant calls to
the wrapped Sail.
|
class |
SailBase
Deprecated.
since 4.0. Use
AbstractSail instead. |
class |
SailWrapper
An 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 |
SailWrapper.setBaseSail(Sail baseSail) |
void |
NotifyingSailWrapper.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 |
CustomGraphQueryInferencer
A forward-chaining inferencer that infers new statements using a SPARQL or SeRQL graph query.
|
class |
DedupingInferencer
An inferencer may infer the same statement from two different statements.
|
class |
DirectTypeHierarchyInferencer
A forward-chaining inferencer that infers the direct-type hierarchy relations
sesame:directSubClassOf , sesame:directSubPropertyOf and sesame:directType . |
class |
ForwardChainingRDFSInferencer
Deprecated.
since 2.5. This inferencer implementation will be phased out. Consider switching to the
SchemaCachingRDFSInferencer instead. |
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 |
DirectTypeHierarchyInferencerFactory.getSail(SailImplConfig config) |
Sail |
ForwardChainingRDFSInferencerFactory.getSail(SailImplConfig config)
Deprecated.
|
Sail |
SchemaCachingRDFSInferencerFactory.getSail(SailImplConfig config) |
Sail |
DedupingInferencerFactory.getSail(SailImplConfig config) |
Sail |
CustomGraphQueryInferencerFactory.getSail(SailImplConfig config) |
Modifier and Type | Class and Description |
---|---|
class |
LuceneSail
A 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 |
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 | Method and Description |
---|---|
Sail |
MemoryStoreFactory.getSail(SailImplConfig config) |
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.
|
Modifier and Type | Method and Description |
---|---|
Sail |
NativeStoreFactory.getSail(SailImplConfig config) |
Modifier and Type | Class and Description |
---|---|
class |
ShaclSail
A
Sail implementation 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 |
SpinSail
Deprecated.
|
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()
Deprecated.
Creates a new un-initialized Sail stack
|
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.