Package org.eclipse.rdf4j.sail.config
Class SailConfigSchema
java.lang.Object
org.eclipse.rdf4j.sail.config.SailConfigSchema
Defines constants for the Sail repository schema which are used to initialize repositories.
- Author:
- Arjohn Kampman
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic IRI
http://www.openrdf.org/config/sail#connectionTimeOutstatic IRI
http://www.openrdf.org/config/sail#delegatestatic IRI
http://www.openrdf.org/config/sail#iterationCacheSyncTresholdstatic String
The Sail API schema namespace ( http://www.openrdf.org/config/sail#).static IRI
http://www.openrdf.org/config/sail#sailType -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NAMESPACE
The Sail API schema namespace ( http://www.openrdf.org/config/sail#).- See Also:
- Constant Field Values
-
SAILTYPE
http://www.openrdf.org/config/sail#sailType -
DELEGATE
http://www.openrdf.org/config/sail#delegate -
ITERATION_CACHE_SYNC_THRESHOLD
http://www.openrdf.org/config/sail#iterationCacheSyncTreshold -
CONNECTION_TIME_OUT
http://www.openrdf.org/config/sail#connectionTimeOut
-
-
Constructor Details
-
SailConfigSchema
public SailConfigSchema()
-