Class BaseSailSchema


  • @Deprecated(since="4.3.0",
                forRemoval=true)
    public class BaseSailSchema
    extends java.lang.Object
    Deprecated, for removal: This API element is subject to removal in a future version.
    use CONFIG instead.
    Defines constants for the BaseSail schema.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static IRI DEFAULT_QUERY_EVALUATION_MODE
      Deprecated.
      use CONFIG#defaultQueryEvaluationMode instead.
      static IRI EVALUATION_STRATEGY_FACTORY
      Deprecated.
      use CONFIG#evaluationStrategyFactory instead.
      static java.lang.String NAMESPACE
      Deprecated, for removal: This API element is subject to removal in a future version.
      The (obsolete)BaseSail schema namespace (http://www.openrdf.org/config/sail/base#).
    • Constructor Summary

      Constructors 
      Constructor Description
      BaseSailSchema()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • NAMESPACE

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

        public static final IRI EVALUATION_STRATEGY_FACTORY
        Deprecated.
        use CONFIG#evaluationStrategyFactory instead.
      • DEFAULT_QUERY_EVALUATION_MODE

        public static final IRI DEFAULT_QUERY_EVALUATION_MODE
        Deprecated.
        use CONFIG#defaultQueryEvaluationMode instead.
    • Constructor Detail

      • BaseSailSchema

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