public class BasicRepositoryProvider extends Object
Constructor and Description |
---|
BasicRepositoryProvider() |
Modifier and Type | Method and Description |
---|---|
static Properties |
getDefaultProperties()
Some reasonable defaults to get us up and running.
|
static Properties |
getProperties(String journalFile)
Grab the default properties and set the location of the journal file.
|
static com.bigdata.rdf.sail.BigdataSailRepository |
open(Properties props)
Open and initialize a BigdataSailRepository using the supplied config
properties.
|
static com.bigdata.rdf.sail.BigdataSailRepository |
open(String journalFile)
Open and initialize a BigdataSailRepository using the supplied journal
file location.
|
public static com.bigdata.rdf.sail.BigdataSailRepository open(String journalFile)
journalFile
- absolute path of the journal filepublic static com.bigdata.rdf.sail.BigdataSailRepository open(Properties props)
props
- config propertiespublic static Properties getProperties(String journalFile)
journalFile
- absolute path of the journal filepublic static Properties getDefaultProperties()
Copyright © 2015–2016 SYSTAP, LLC DBA Blazegraph. All rights reserved.