Class MemoryStoreSchema


  • @Deprecated(since="4.3.0",
                forRemoval=true)
    public class MemoryStoreSchema
    extends java.lang.Object
    Deprecated, for removal: This API element is subject to removal in a future version.
    use CONFIG.Mem instead.
    Defines constants for the MemoryStore schema which is used by MemoryStoreFactorys to initialize MemoryStores.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String NAMESPACE
      Deprecated, for removal: This API element is subject to removal in a future version.
      The MemoryStore schema namespace (http://www.openrdf.org/config/sail/memory#).
      static IRI PERSIST
      Deprecated.
      use CONFIG.Mem.persist instead.
      static IRI SYNC_DELAY
      Deprecated.
    • Constructor Summary

      Constructors 
      Constructor Description
      MemoryStoreSchema()
      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 MemoryStore schema namespace (http://www.openrdf.org/config/sail/memory#).
        See Also:
        Constant Field Values
      • PERSIST

        public static final IRI PERSIST
        Deprecated.
        use CONFIG.Mem.persist instead.
        http://www.openrdf.org/config/sail/memory#persist
      • SYNC_DELAY

        public static final IRI SYNC_DELAY
        Deprecated.
        http://www.openrdf.org/config/sail/memory#syncDelay
    • Constructor Detail

      • MemoryStoreSchema

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