Class NativeStoreSchema


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

      Fields 
      Modifier and Type Field Description
      static org.eclipse.rdf4j.model.IRI FORCE_SYNC
      Deprecated.
      use CONFIG.Native.forceSync instead.
      static String NAMESPACE
      Deprecated, for removal: This API element is subject to removal in a future version.
      The NativeStore schema namespace (http://www.openrdf.org/config/sail/native#).
      static org.eclipse.rdf4j.model.IRI NAMESPACE_CACHE_SIZE
      Deprecated.
      use CONFIG.Native.namespaceCacheSize instead.
      static org.eclipse.rdf4j.model.IRI NAMESPACE_ID_CACHE_SIZE
      Deprecated.
      use CONFIG.Native.namespaceIDCacheSize instead.
      static org.eclipse.rdf4j.model.IRI TRIPLE_INDEXES
      Deprecated.
      use CONFIG.Native.tripleIndexes instead.
      static org.eclipse.rdf4j.model.IRI VALUE_CACHE_SIZE
      Deprecated.
      use CONFIG.Native.valueCacheSize instead.
      static org.eclipse.rdf4j.model.IRI VALUE_ID_CACHE_SIZE
      Deprecated.
      use CONFIG.Native.valueIDCacheSize instead.
    • Constructor Summary

      Constructors 
      Constructor Description
      NativeStoreSchema()
      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 NativeStore schema namespace (http://www.openrdf.org/config/sail/native#).
        See Also:
        Constant Field Values
      • TRIPLE_INDEXES

        public static final org.eclipse.rdf4j.model.IRI TRIPLE_INDEXES
        Deprecated.
        use CONFIG.Native.tripleIndexes instead.
        http://www.openrdf.org/config/sail/native#tripleIndexes
      • FORCE_SYNC

        public static final org.eclipse.rdf4j.model.IRI FORCE_SYNC
        Deprecated.
        use CONFIG.Native.forceSync instead.
        http://www.openrdf.org/config/sail/native#forceSync
      • VALUE_CACHE_SIZE

        public static final org.eclipse.rdf4j.model.IRI VALUE_CACHE_SIZE
        Deprecated.
        use CONFIG.Native.valueCacheSize instead.
        http://www.openrdf.org/config/sail/native#valueCacheSize
      • VALUE_ID_CACHE_SIZE

        public static final org.eclipse.rdf4j.model.IRI VALUE_ID_CACHE_SIZE
        Deprecated.
        use CONFIG.Native.valueIDCacheSize instead.
        http://www.openrdf.org/config/sail/native#valueIDCacheSize
      • NAMESPACE_CACHE_SIZE

        public static final org.eclipse.rdf4j.model.IRI NAMESPACE_CACHE_SIZE
        Deprecated.
        use CONFIG.Native.namespaceCacheSize instead.
        http://www.openrdf.org/config/sail/native#namespaceCacheSize
      • NAMESPACE_ID_CACHE_SIZE

        public static final org.eclipse.rdf4j.model.IRI NAMESPACE_ID_CACHE_SIZE
        Deprecated.
        use CONFIG.Native.namespaceIDCacheSize instead.
        http://www.openrdf.org/config/sail/native#namespaceIDCacheSize
    • Constructor Detail

      • NativeStoreSchema

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