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, newSailGraphLoader
public SailGraphFixture() throws org.openrdf.sail.SailException
org.openrdf.sail.SailException
public org.openrdf.sail.Sail getSail()
Sail
.public void destroy() throws org.openrdf.sail.SailException
IGraphFixture
Sail
.org.openrdf.sail.SailException
public 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.