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 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 IRI SAILTYPE
        Deprecated.
        use CONFIG#type instead.
      • ITERATION_CACHE_SYNC_THRESHOLD

        public static final IRI ITERATION_CACHE_SYNC_THRESHOLD
        Deprecated.
        use CONFIG#iterationCacheSyncThreshold instead.
      • CONNECTION_TIME_OUT

        public static final 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.