Class SailConfigSchema

java.lang.Object
org.eclipse.rdf4j.sail.config.SailConfigSchema

public class SailConfigSchema extends Object
Defines constants for the Sail repository schema which are used to initialize repositories.
Author:
Arjohn Kampman
  • Field Details

    • NAMESPACE

      public static final String NAMESPACE
      The Sail API schema namespace ( http://www.openrdf.org/config/sail#).
      See Also:
    • SAILTYPE

      public static final IRI SAILTYPE
      http://www.openrdf.org/config/sail#sailType
    • DELEGATE

      public static final IRI DELEGATE
      http://www.openrdf.org/config/sail#delegate
    • ITERATION_CACHE_SYNC_THRESHOLD

      public static final IRI ITERATION_CACHE_SYNC_THRESHOLD
      http://www.openrdf.org/config/sail#iterationCacheSyncTreshold
    • CONNECTION_TIME_OUT

      public static final IRI CONNECTION_TIME_OUT
      http://www.openrdf.org/config/sail#connectionTimeOut
  • Constructor Details

    • SailConfigSchema

      public SailConfigSchema()