public class BigdataSailNSSWrapper extends Object
Modifier and Type | Field and Description |
---|---|
protected org.eclipse.jetty.server.Server |
m_fixture
A jetty
Server running a NanoSparqlServer instance. |
protected org.eclipse.jetty.client.HttpClient |
m_httpClient
Exposed to tests that do direct HTTP GET/POST operations.
|
RemoteRepositoryManager |
m_repo
The client-API wrapper to the NSS.
|
protected String |
m_rootURL
The URL of the root of the web application server.
|
protected String |
m_serviceURL
The effective
NanoSparqlServer http end point (including the
ContextPath). |
Constructor and Description |
---|
BigdataSailNSSWrapper(BigdataSail sail) |
protected org.eclipse.jetty.server.Server m_fixture
Server
running a NanoSparqlServer
instance.protected org.eclipse.jetty.client.HttpClient m_httpClient
public RemoteRepositoryManager m_repo
protected String m_serviceURL
NanoSparqlServer
http end point (including the
ContextPath).protected String m_rootURL
http://localhost:9999 -- root URL http://localhost:9999/bigdata -- webapp URL (includes "/bigdata" context path.
public BigdataSailNSSWrapper(BigdataSail sail)
public BigdataSail getSail()
BigdataSail
instance.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.