Class SailConfigSchema


  • @Deprecated(since="4.3.0",
                forRemoval=true)
    public class SailConfigSchema
    extends Object
    Deprecated, for removal: This API element is subject to removal in a future version.
    use CONFIG instead.
    Defines constants for the Sail repository schema which are used to initialize repositories.
    Author:
    Arjohn Kampman
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.eclipse.rdf4j.model.IRI CONNECTION_TIME_OUT
      Deprecated.
      use CONFIG#connectionTimeOut instead.
      static org.eclipse.rdf4j.model.IRI DELEGATE
      Deprecated.
      use CONFIG.delegate instead.
      static org.eclipse.rdf4j.model.IRI ITERATION_CACHE_SYNC_THRESHOLD
      Deprecated.
      use CONFIG#iterationCacheSyncThreshold instead.
      static String NAMESPACE
      Deprecated, for removal: This API element is subject to removal in a future version.
      The (Obsolete) Sail API schema namespace ( http://www.openrdf.org/config/sail#).
      static org.eclipse.rdf4j.model.IRI SAILTYPE
      Deprecated.
      use CONFIG#type instead.
    • Constructor Summary

      Constructors 
      Constructor Description
      SailConfigSchema()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
    • Field Detail

      • NAMESPACE

        public static final String NAMESPACE
        Deprecated, for removal: This API element is subject to removal in a future version.
        The (Obsolete) Sail API schema namespace ( http://www.openrdf.org/config/sail#).
        See Also:
        Constant Field Values
      • SAILTYPE

        public static final org.eclipse.rdf4j.model.IRI SAILTYPE
        Deprecated.
        use CONFIG#type instead.
      • DELEGATE

        public static final org.eclipse.rdf4j.model.IRI DELEGATE
        Deprecated.
        use CONFIG.delegate instead.
      • ITERATION_CACHE_SYNC_THRESHOLD

        public static final org.eclipse.rdf4j.model.IRI ITERATION_CACHE_SYNC_THRESHOLD
        Deprecated.
        use CONFIG#iterationCacheSyncThreshold instead.
      • CONNECTION_TIME_OUT

        public static final org.eclipse.rdf4j.model.IRI CONNECTION_TIME_OUT
        Deprecated.
        use CONFIG#connectionTimeOut instead.
    • Constructor Detail

      • SailConfigSchema

        public SailConfigSchema()
        Deprecated, for removal: This API element is subject to removal in a future version.