Class DedupingInferencerConfig
java.lang.Object
org.eclipse.rdf4j.sail.config.AbstractSailImplConfig
org.eclipse.rdf4j.sail.config.AbstractDelegatingSailImplConfig
org.eclipse.rdf4j.sail.inferencer.fc.config.DedupingInferencerConfig
- All Implemented Interfaces:
DelegatingSailImplConfig, SailImplConfig
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractDelegatingSailImplConfig
export, getDelegate, parse, setDelegate, validateModifier and TypeMethodDescriptionvoidvoidsetDelegate(SailImplConfig delegate) voidvalidate()Validates this configuration.Methods inherited from class AbstractSailImplConfig
getConnectionTimeOut, getIterationCacheSyncThreshold, getType, setConnectionTimeOut, setIterationCacheSyncThreshold, setTypeModifier and TypeMethodDescriptionlongGet the connection timeout (in ms).longgetType()voidsetConnectionTimeOut(long connectionTimeOut) Set the connection timeout (in ms).voidsetIterationCacheSyncThreshold(long iterationCacheSyncThreshold) void
-
Constructor Details
-
DedupingInferencerConfig
public DedupingInferencerConfig() -
DedupingInferencerConfig
-