public interface SailImplConfig
Modifier and Type | Method and Description |
---|---|
Resource |
export(Graph graph) |
long |
getIterationCacheSyncThreshold() |
String |
getType() |
void |
parse(Graph graph,
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.void parse(Graph graph, Resource implNode) throws SailConfigException
SailConfigException
Copyright © 2001-2016 Aduna. All Rights Reserved.