Package | Description |
---|---|
com.bigdata.rdf.sail.remote |
Modifier and Type | Method and Description |
---|---|
static BigdataSailFactory.Option |
BigdataSailFactory.Option.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BigdataSailFactory.Option[] |
BigdataSailFactory.Option.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static org.openrdf.repository.sail.SailRepository |
BigdataSailFactory.createRepository(BigdataSailFactory.Option... args)
Create a new bigdata instance using the specified options.
|
static org.openrdf.repository.sail.SailRepository |
BigdataSailFactory.createRepository(Properties props,
BigdataSailFactory.Option... args)
Create a new bigdata instance using the specified options.
|
static org.openrdf.repository.sail.SailRepository |
BigdataSailFactory.createRepository(Properties props,
String file,
BigdataSailFactory.Option... args)
Create a new bigdata instance using the specified options.
|
static org.openrdf.repository.sail.SailRepository |
BigdataSailFactory.createRepository(String file,
BigdataSailFactory.Option... args)
Create a new bigdata instance using the specified options.
|
static org.openrdf.sail.Sail |
BigdataSailFactory.createSail(BigdataSailFactory.Option... args)
Create a new bigdata instance using the specified options.
|
static org.openrdf.sail.Sail |
BigdataSailFactory.createSail(Properties props,
String file,
BigdataSailFactory.Option... args)
Create a new bigdata instance using the specified options.
|
static org.openrdf.sail.Sail |
BigdataSailFactory.createSail(String file,
BigdataSailFactory.Option... args)
Create a new bigdata instance using the specified options and filename.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
BigdataSailFactory.checkArgs(String file,
List<BigdataSailFactory.Option> options) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.