public interface IGraphFixture
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Destroy the provisioned
Sail. |
org.openrdf.sail.Sail |
getSail()
Return the provisioned
Sail. |
void |
loadGraph(String... resource)
Load a graph into the test harness.
|
IGASEngine |
newGASEngine(int nthreads) |
IGraphAccessor |
newGraphAccessor(org.openrdf.sail.SailConnection cxn) |
org.openrdf.sail.Sail getSail()
Sail.void loadGraph(String... resource) throws Exception
resource - Zero or more resources to be loaded.ExceptionIGASEngine newGASEngine(int nthreads)
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.