|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use SailConfig | |
| org.openrdf.sesame.config | |
| org.openrdf.sesame.sailimpl.memory | An implementation of the RDF SAIL API that uses main memory for storage. |
| org.openrdf.sesame.sailimpl.nativerdf | |
| org.openrdf.sesame.sailimpl.rdbms | A generic SAIL implementation for relational databases. |
| Uses of SailConfig in org.openrdf.sesame.config |
| Methods in org.openrdf.sesame.config that return SailConfig | |
SailConfig |
RepositoryConfig.removeSail(int index)
Removes the Sail configuration that is at the specified index from the current stack of Sail configurations. |
SailConfig |
RepositoryConfig.getSail(String sailClass)
Retrieves the SailConfig object for the supplied sail class. |
| Methods in org.openrdf.sesame.config with parameters of type SailConfig | |
void |
RepositoryConfig.stackSail(SailConfig sailConfig)
Stacks the supplied Sail configuration on top of the current stack of Sail configurations. |
void |
RepositoryConfig.addSail(SailConfig sailConfig)
Adds the supplied Sail configuration to the bottom of the current stack of Sail configurations. |
void |
RepositoryConfig.addSail(SailConfig sailConfig,
int index)
Inserts the supplied Sail configuration into the current stack of Sail configuration. |
boolean |
RepositoryConfig.removeSail(SailConfig sailConfig)
Removes the supplied Sail configuration from the current stack of Sail configurations. |
| Uses of SailConfig in org.openrdf.sesame.sailimpl.memory |
| Subclasses of SailConfig in org.openrdf.sesame.sailimpl.memory | |
class |
RdfSourceConfig
Extension of SailConfig offering specific utility methods for configuring an org.openrdf.sesame.sailimpl.memory.RdfSource Sail. |
| Uses of SailConfig in org.openrdf.sesame.sailimpl.nativerdf |
| Subclasses of SailConfig in org.openrdf.sesame.sailimpl.nativerdf | |
class |
NativeRdfRepositoryConfig
Extension of SailConfig offering specific utility methods for configuring an org.openrdf.sesame.sailimpl.nativerdf.NativeRdfRepository Sail. |
| Uses of SailConfig in org.openrdf.sesame.sailimpl.rdbms |
| Subclasses of SailConfig in org.openrdf.sesame.sailimpl.rdbms | |
class |
RdfRepositoryConfig
Extension of SailConfig offering specific utility methods for configuring an org.openrdf.sesame.sailimpl.rdbms.RdfRepository Sail. |
class |
RdfSchemaRepositoryConfig
Extension of SailConfig offering specific utility methods for configuring an org.openrdf.sesame.sailimpl.rdbms.RdfSchemaRepository Sail. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||