public class BigdataSailFactory extends Object implements org.openrdf.sail.config.SailFactory
SailFactory
that creates BigdataSail
s based on RDF
configuration data.Modifier and Type | Field and Description |
---|---|
static String |
TYPE
The type of sails that are created by this factory.
|
Constructor and Description |
---|
BigdataSailFactory() |
Modifier and Type | Method and Description |
---|---|
org.openrdf.sail.config.SailImplConfig |
getConfig() |
org.openrdf.sail.Sail |
getSail(org.openrdf.sail.config.SailImplConfig config) |
String |
getSailType() |
public static final String TYPE
public String getSailType()
getSailType
in interface org.openrdf.sail.config.SailFactory
public org.openrdf.sail.config.SailImplConfig getConfig()
getConfig
in interface org.openrdf.sail.config.SailFactory
public org.openrdf.sail.Sail getSail(org.openrdf.sail.config.SailImplConfig config) throws org.openrdf.sail.config.SailConfigException
getSail
in interface org.openrdf.sail.config.SailFactory
org.openrdf.sail.config.SailConfigException
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.