Package | Description |
---|---|
com.bigdata.config | |
com.bigdata.journal |
The journal is an append-only persistence capable data structure
supporting atomic commit, named indices, and transactions.
|
com.bigdata.rdf.error | |
com.bigdata.rdf.sail.webapp | |
com.bigdata.util |
Utility classes.
|
com.bigdata.util.httpd |
Modifier and Type | Method and Description |
---|---|
static NV |
Configuration.getProperty2(IIndexManager indexManagerIsIgnored,
Properties properties,
String namespace,
String globalName,
String defaultValue)
Variant returns both the name under which the value was discovered and
the value.
|
Modifier and Type | Method and Description |
---|---|
static List<com.bigdata.testutil.ExperimentDriver.Condition> |
BasicExperimentConditions.getBasicConditions(Map<String,String> properties,
NV[] params)
Sets up a series of
Condition s based on the use of different
BufferMode s and also sets up Condition s for
BufferMode s that are backed by disk where
Options.FORCE_ON_COMMIT is set to ForceEnum.No |
Modifier and Type | Method and Description |
---|---|
protected static String |
W3CQueryLanguageException.toURI(W3CQueryLanguageException.LanguageFamily languageFamily,
W3CQueryLanguageException.ErrorCategory errorCategory,
int errorCode,
NV[] params)
Return the URI for the given error.
|
Constructor and Description |
---|
SparqlDynamicErrorException(int errorCode,
NV[] params) |
SparqlDynamicErrorException(int errorCode,
String uri,
NV[] params) |
W3CQueryLanguageException(W3CQueryLanguageException.LanguageFamily languageFamily,
W3CQueryLanguageException.ErrorCategory errorCategory,
int errorCode,
NV[] params) |
Modifier and Type | Method and Description |
---|---|
static void |
BigdataServlet.buildAndCommitResponse(javax.servlet.http.HttpServletResponse resp,
int status,
String mimeType,
String content,
NV... headers)
Generate and commit a response having the indicated http status code, mime
type, and content.
|
protected void |
AbstractRestApiTask.buildResponse(int status,
String mimeType,
String content,
NV... headers)
Generate a response having the indicated http status code, mime type, and
content.
|
Modifier and Type | Method and Description |
---|---|
static NV[] |
NV.concat(NV[] a,
NV[] b)
Combines the two arrays, appending the contents of the 2nd array to the
contents of the first array.
|
Modifier and Type | Method and Description |
---|---|
int |
NV.compareTo(NV o)
Places into order by
name . |
static NV[] |
NV.concat(NV[] a,
NV[] b)
Combines the two arrays, appending the contents of the 2nd array to the
contents of the first array.
|
static NV[] |
NV.concat(NV[] a,
NV[] b)
Combines the two arrays, appending the contents of the 2nd array to the
contents of the first array.
|
Modifier and Type | Class and Description |
---|---|
class |
NVPair
A name-value pair.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.