Interface SailImplConfig
- All Known Subinterfaces:
DelegatingSailImplConfig
- All Known Implementing Classes:
AbstractDelegatingSailImplConfig, AbstractLuceneSailConfig, AbstractSailImplConfig, BaseSailConfig, CustomGraphQueryInferencerConfig, DedupingInferencerConfig, DirectTypeHierarchyInferencerConfig, ForwardChainingRDFSInferencerConfig, MemoryStoreConfig, SchemaCachingRDFSInferencerConfig, ShaclSailConfig
public interface SailImplConfig
Configuration of a Sail implementation.
-
Method Summary
-
Method Details
-
getType
String getType() -
getIterationCacheSyncThreshold
long getIterationCacheSyncThreshold() -
validate
Validates this configuration. ASailConfigExceptionis thrown when the configuration is invalid. The exception should contain an error message that indicates why the configuration is invalid.- Throws:
SailConfigException- If the configuration is invalid.
-
export
-
parse
- Throws:
SailConfigException
-