Class MemoryStoreFactory

  • All Implemented Interfaces:
    org.eclipse.rdf4j.sail.config.SailFactory

    public class MemoryStoreFactory
    extends Object
    implements org.eclipse.rdf4j.sail.config.SailFactory
    A SailFactory that creates MemoryStores based on RDF configuration data.
    Author:
    Arjohn Kampman
    • Field Detail

      • SAIL_TYPE

        public static final String SAIL_TYPE
        The type of repositories that are created by this factory.
        See Also:
        SailFactory.getSailType(), Constant Field Values
    • Constructor Detail

      • MemoryStoreFactory

        public MemoryStoreFactory()
    • Method Detail

      • getSailType

        public String getSailType()
        Returns the Sail's type: openrdf:MemoryStore.
        Specified by:
        getSailType in interface org.eclipse.rdf4j.sail.config.SailFactory
      • getConfig

        public org.eclipse.rdf4j.sail.config.SailImplConfig getConfig()
        Specified by:
        getConfig in interface org.eclipse.rdf4j.sail.config.SailFactory
      • getSail

        public Sail getSail​(org.eclipse.rdf4j.sail.config.SailImplConfig config)
                     throws org.eclipse.rdf4j.sail.config.SailConfigException
        Specified by:
        getSail in interface org.eclipse.rdf4j.sail.config.SailFactory
        Throws:
        org.eclipse.rdf4j.sail.config.SailConfigException