public interface SailImplConfig
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.rdf4j.model.Resource |
export(org.eclipse.rdf4j.model.Model graph) |
long |
getIterationCacheSyncThreshold() |
String |
getType() |
void |
parse(org.eclipse.rdf4j.model.Model graph,
org.eclipse.rdf4j.model.Resource implNode) |
void |
validate()
Validates this configuration.
|
String getType()
long getIterationCacheSyncThreshold()
void validate()
throws SailConfigException
SailConfigException is thrown when the configuration is
invalid. The exception should contain an error message that indicates why the configuration is invalid.SailConfigException - If the configuration is invalid.org.eclipse.rdf4j.model.Resource export(org.eclipse.rdf4j.model.Model graph)
void parse(org.eclipse.rdf4j.model.Model graph,
org.eclipse.rdf4j.model.Resource implNode)
throws SailConfigException
SailConfigExceptionCopyright © 2015-2018 Eclipse Foundation. All Rights Reserved.