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 DirectTypeHierarchyInferencer s
based on RDF configuration data. |
class |
ForwardChainingRDFSInferencerFactory
A
SailFactory that creates ForwardChainingRDFSInferencer s
based on RDF configuration data. |
Modifier and Type | Class and Description |
---|---|
class |
LuceneSailFactory
A
SailFactory that creates LuceneSail s based on RDF
configuration data. |
Modifier and Type | Class and Description |
---|---|
class |
MemoryStoreFactory
A
SailFactory that creates MemoryStore s based on RDF
configuration data. |
Modifier and Type | Class and Description |
---|---|
class |
NativeStoreFactory
A
SailFactory that creates NativeStore s based on RDF
configuration data. |
Modifier and Type | Class and Description |
---|---|
class |
RdbmsStoreFactory
A
SailFactory that creates RdbmsStore s based on RDF
configuration data. |
Copyright © 2001–2016 Aduna. All rights reserved.