Interface SailImplConfig

    • Method Detail

      • getIterationCacheSyncThreshold

        long getIterationCacheSyncThreshold()
      • validate

        void validate()
               throws SailConfigException
        Validates this configuration. A SailConfigException is 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

        org.eclipse.rdf4j.model.Resource export​(org.eclipse.rdf4j.model.Model graph)