public class SailGraphFixture extends AbstractGraphFixture
| Constructor and Description |
|---|
SailGraphFixture() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Destroy the provisioned
Sail. |
org.openrdf.sail.Sail |
getSail()
Return the provisioned
Sail. |
IGASEngine |
newGASEngine(int nthreads) |
IGraphAccessor |
newGraphAccessor(org.openrdf.sail.SailConnection cxn) |
loadGraph, newSailGraphLoaderpublic SailGraphFixture()
throws org.openrdf.sail.SailException
org.openrdf.sail.SailExceptionpublic org.openrdf.sail.Sail getSail()
Sail.public void destroy()
throws org.openrdf.sail.SailException
IGraphFixtureSail.org.openrdf.sail.SailExceptionpublic IGASEngine newGASEngine(int nthreads)
public IGraphAccessor newGraphAccessor(org.openrdf.sail.SailConnection cxn)
cxn - A connection that will be used to read on the graph.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.