Interface SailImplConfig
- All Known Subinterfaces:
 DelegatingSailImplConfig
- All Known Implementing Classes:
 AbstractDelegatingSailImplConfig, AbstractLuceneSailConfig, AbstractSailImplConfig, BaseSailConfig, CustomGraphQueryInferencerConfig, DedupingInferencerConfig, DirectTypeHierarchyInferencerConfig, ElasticsearchSailConfig, ElasticsearchStoreConfig, LmdbStoreConfig, LuceneSailConfig, MemoryStoreConfig, NativeStoreConfig, SchemaCachingRDFSInferencerConfig, ShaclSailConfig, SolrSailConfig
public interface SailImplConfig
Configuration of a Sail implementation.
- Author:
 - Arjohn Kampman
 
- 
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
 
 -