Class NativeStoreSchema

java.lang.Object
org.eclipse.rdf4j.sail.nativerdf.config.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 Details

    • 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:
    • TRIPLE_INDEXES

      public static final IRI TRIPLE_INDEXES
      Deprecated.
      http://www.openrdf.org/config/sail/native#tripleIndexes
    • FORCE_SYNC

      public static final IRI FORCE_SYNC
      Deprecated.
      http://www.openrdf.org/config/sail/native#forceSync
    • VALUE_CACHE_SIZE

      public static final IRI VALUE_CACHE_SIZE
      Deprecated.
      http://www.openrdf.org/config/sail/native#valueCacheSize
    • VALUE_ID_CACHE_SIZE

      public static final IRI VALUE_ID_CACHE_SIZE
      Deprecated.
      http://www.openrdf.org/config/sail/native#valueIDCacheSize
    • NAMESPACE_CACHE_SIZE

      public static final IRI NAMESPACE_CACHE_SIZE
      Deprecated.
      http://www.openrdf.org/config/sail/native#namespaceCacheSize
    • NAMESPACE_ID_CACHE_SIZE

      public static final IRI NAMESPACE_ID_CACHE_SIZE
      Deprecated.
      http://www.openrdf.org/config/sail/native#namespaceIDCacheSize
  • Constructor Details

    • NativeStoreSchema

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