| Package | Description |
|---|---|
| org.openrdf.repository |
The Repository API: the main API for handling Sesame repositories.
|
| org.openrdf.sail.config | |
| org.openrdf.sail.federation.config | |
| org.openrdf.sail.inferencer.fc.config | |
| org.openrdf.sail.lucene3.config | |
| org.openrdf.sail.memory.config | |
| org.openrdf.sail.nativerdf.config | |
| org.openrdf.sail.rdbms.config |
| Modifier and Type | Method and Description |
|---|---|
static void |
OptimisticIsolationTest.setSailFactory(SailFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
SailRegistry.getKey(SailFactory factory) |
| Modifier and Type | Class and Description |
|---|---|
class |
FederationFactory
Creates a federation based on its configuration.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CustomGraphQueryInferencerFactory
A
SailFactory that creates a CustomGraphQueryInferencer based
on RDF configuration data. |
class |
DirectTypeHierarchyInferencerFactory
A
SailFactory that creates DirectTypeHierarchyInferencers
based on RDF configuration data. |
class |
ForwardChainingRDFSInferencerFactory
A
SailFactory that creates ForwardChainingRDFSInferencers
based on RDF configuration data. |
| Modifier and Type | Class and Description |
|---|---|
class |
LuceneSailFactory
A
SailFactory that creates LuceneSails based on RDF
configuration data. |
| Modifier and Type | Class and Description |
|---|---|
class |
MemoryStoreFactory
A
SailFactory that creates MemoryStores based on RDF
configuration data. |
| Modifier and Type | Class and Description |
|---|---|
class |
NativeStoreFactory
A
SailFactory that creates NativeStores based on RDF
configuration data. |
| Modifier and Type | Class and Description |
|---|---|
class |
RdbmsStoreFactory
A
SailFactory that creates RdbmsStores based on RDF
configuration data. |
Copyright © 2001–2015 Aduna. All rights reserved.