Class MemoryStoreSchema


  • public class MemoryStoreSchema
    extends Object
    Defines constants for the MemoryStore schema which is used by MemoryStoreFactorys to initialize MemoryStores.
    Author:
    Arjohn Kampman
    • Field Detail

      • NAMESPACE

        public static final String NAMESPACE
        The MemoryStore schema namespace (http://www.openrdf.org/config/sail/memory#).
        See Also:
        Constant Field Values
      • PERSIST

        public static final IRI PERSIST
        http://www.openrdf.org/config/sail/memory#persist
      • SYNC_DELAY

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

      • MemoryStoreSchema

        public MemoryStoreSchema()